From a3e9010d9746e17814e49d83ed99b2082f641448 Mon Sep 17 00:00:00 2001 From: Lijun Ou Date: Fri, 29 Jan 2021 17:22:04 +0800 Subject: [PATCH] doc: update release notes for hns3 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 | 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 4caef9e263..3b205ce9e5 100644 --- a/doc/guides/rel_notes/release_21_02.rst +++ b/doc/guides/rel_notes/release_21_02.rst @@ -92,6 +92,10 @@ New Features * Added support for 64B completion queue entries +* **Updated Hisilicon hns3 driver.** + + * Added support for traffic management + * **Updated Intel ice driver.** Updated the Intel ice driver with new features and improvements, including: -- 2.20.1