[dpdk-dev] [PATCH 4/4] doc: update release notes for hns3

Wei Hu (Xavier) huwei013 at chinasoftinc.com
Thu Jan 16 10:27:06 CET 2020


From: "Wei Hu (Xavier)" <xavier.huwei at huawei.com>

Update release doc briefly describing updates to hns3 PMD for
20.02 release.

The support for these was added include the following commits:
1) commit 6e79a0ad1236 ("net/hns3: support Rx interrupt")
2) commit 34c5c2d5abb8 ("net/hns3: support setting VF MAC address by PF
                         driver")

Signed-off-by: Wei Hu (Xavier) <xavier.huwei at huawei.com>
---
 doc/guides/nics/hns3.rst               | 1 +
 doc/guides/rel_notes/release_20_02.rst | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/doc/guides/nics/hns3.rst b/doc/guides/nics/hns3.rst
index 505488b6c..8d19f4851 100644
--- a/doc/guides/nics/hns3.rst
+++ b/doc/guides/nics/hns3.rst
@@ -22,6 +22,7 @@ Features of the HNS3 PMD are:
 - Port hardware statistics
 - Jumbo frames
 - Link state information
+- Interrupt mode for RX
 - VLAN stripping
 - NUMA support
 
diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst
index 1e83e659a..b69f45046 100644
--- a/doc/guides/rel_notes/release_20_02.rst
+++ b/doc/guides/rel_notes/release_20_02.rst
@@ -76,6 +76,12 @@ New Features
   Added support for L2TPv3 over IP rte_flow patterns to the testpmd
   application.
 
+* **Updated Hisilicon hns3 driver.**
+
+  Updated Hisilicon hns3 driver with new features and improvements, including:
+
+  * Added support for Rx interrupt.
+  * Added support setting VF MAC address by PF driver.
 
 Removed Items
 -------------
-- 
2.23.0



More information about the dev mailing list