Add TM(Traffic Management) feature with hns3 in release notes.
Signed-off-by: Lijun Ou oulijun@huawei.com --- 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 + * **Updated Intel ice driver.**
* Added Double VLAN support for DCF switch QinQ filtering.