From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3A5D8A09E4; Thu, 28 Jan 2021 01:25:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C0175141080; Thu, 28 Jan 2021 01:25:16 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 3E940141079 for ; Thu, 28 Jan 2021 01:25:15 +0100 (CET) IronPort-SDR: wYHLFg61ZFvJjKy8VL2qZ1hJs9NjiUl/1Hx0ZkFO2jo+xta7jJnLbxr//1Ishb5HEaTaZ9+PB2 0Nc+1vGSIH8w== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="198982472" X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="198982472" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 16:25:14 -0800 IronPort-SDR: Usg/Ct20JR69+Ln+Dfdu8uVP3ApRRv5BLgAlirrIyXRT7Y7yTBWGwf3KeGluYoGAQsDQPHr7OL tECKJ875xwLQ== X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="388524308" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.198.76]) ([10.213.198.76]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 16:25:12 -0800 To: Lijun Ou , thomas@monjalon.net Cc: dev@dpdk.org, linuxarm@openeuler.org References: <1611150232-609-1-git-send-email-oulijun@huawei.com> <1611150232-609-3-git-send-email-oulijun@huawei.com> From: Ferruh Yigit Message-ID: <49a22687-3f2f-94d2-4fdf-b8854e7f256b@intel.com> Date: Thu, 28 Jan 2021 00:25:11 +0000 MIME-Version: 1.0 In-Reply-To: <1611150232-609-3-git-send-email-oulijun@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 2/3] doc: update release notes for hns3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/20/2021 1:43 PM, Lijun Ou wrote: > Add TM(Traffic Management) feature with hns3 in release notes. > Can you please add the commits of the patches introducing the feature mentioned in the release notes as fixes tag, for reference? > Signed-off-by: Lijun Ou > --- > doc/guides/rel_notes/release_21_02.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst > index ae36b6a..e51277d 100644 > --- a/doc/guides/rel_notes/release_21_02.rst > +++ b/doc/guides/rel_notes/release_21_02.rst > @@ -82,6 +82,10 @@ New Features > > * Added support for 64B completion queue entries > > +* **Updated hns3 driver.** > + * Added support for traffic management > + Support for configuring port's peak rate and TC's peak rate with PF > + This is giving doc build warning [1], I guess an empty line required after first line, also should there be two bullet points? doc build can be tested as: meson setup -Denable_docs=true build-doc ninja -C build-doc [1] release_21_02.rst:87: WARNING: Unexpected indentation > * **Updated Intel ice driver.** > > * Added Double VLAN support for DCF switch QinQ filtering. >