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 2BD03A09E4; Thu, 28 Jan 2021 15:46:37 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A6D0B4067A; Thu, 28 Jan 2021 15:46:36 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 41A2B40395 for ; Thu, 28 Jan 2021 15:46:35 +0100 (CET) IronPort-SDR: zmjPVQH8Zb04Fawg8ybWqoIhF2PcKze4w3neqc4TdC0DhgFsZWrPb8edDdCnQlDJOPbIfSHYrt yJ8Zb/Z/D6dw== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="241768730" X-IronPort-AV: E=Sophos;i="5.79,382,1602572400"; d="scan'208";a="241768730" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2021 06:46:33 -0800 IronPort-SDR: jnadXTwA4MYDaEClmu9BAngO57hoS0YMiHqkDydESbit2mr4cgCD+FoNqi7YGyp3RcVrcfqwGx jFUg1WU6ajTg== X-IronPort-AV: E=Sophos;i="5.79,382,1602572400"; d="scan'208";a="388838742" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.197.127]) ([10.213.197.127]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2021 06:46:32 -0800 To: Lijun Ou , thomas@monjalon.net, arybchenko@solarflare.com Cc: dev@dpdk.org, linuxarm@openeuler.org References: <1611150232-609-1-git-send-email-oulijun@huawei.com> <1611837805-42429-1-git-send-email-oulijun@huawei.com> <1611837805-42429-5-git-send-email-oulijun@huawei.com> From: Ferruh Yigit Message-ID: <9915b11a-a108-feac-7b72-de2d989c0d77@intel.com> Date: Thu, 28 Jan 2021 14:46:28 +0000 MIME-Version: 1.0 In-Reply-To: <1611837805-42429-5-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 v2 4/5] 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/28/2021 12:43 PM, Lijun Ou wrote: > Add TM(Traffic Management) feature with hns3 in release notes. > It includes: > 1. configure port's peak rate with PF > 2. configure TC's peak rate with PF > > Fixes: c09c7847d892 ("net/hns3: support traffic management") > Cc: stable@dpdk.org > > Signed-off-by: Lijun Ou > --- > doc/guides/rel_notes/release_21_02.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst > index 23dcb37..08b73de 100644 > --- a/doc/guides/rel_notes/release_21_02.rst > +++ b/doc/guides/rel_notes/release_21_02.rst > @@ -82,6 +82,11 @@ 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 > + Hi Lijun, Are these two different items, or second sentences is continuation of the first one? > * **Updated Intel ice driver.** > > Updated the Intel ice driver with new features and improvements, including: >