[dpdk-dev] [PATCH] doc: update features for hns3
Lijun Ou
oulijun at huawei.com
Mon Nov 23 15:32:28 CET 2020
Since the hns3 NIC hardware features are not counted
and it is supported in fact. Besides, the flow director
is not supported and need to delete it.
Signed-off-by: Lijun Ou <oulijun at huawei.com>
---
doc/guides/nics/features/hns3.ini | 8 ++++++++
doc/guides/nics/hns3.rst | 3 ++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/doc/guides/nics/features/hns3.ini b/doc/guides/nics/features/hns3.ini
index fc61dde..f897a14 100644
--- a/doc/guides/nics/features/hns3.ini
+++ b/doc/guides/nics/features/hns3.ini
@@ -7,8 +7,12 @@
Link status = Y
Rx interrupt = Y
Queue start/stop = Y
+Runtime Rx queue setup = Y
+Runtime Tx queue setup = Y
+Burst mode info = Y
MTU update = Y
Jumbo frame = Y
+Fast mbuf free = Y
Scattered Rx = Y
TSO = Y
LRO = Y
@@ -20,19 +24,23 @@ RSS hash = Y
RSS key update = Y
RSS reta update = Y
DCB = Y
+SR-IOV = Y
VLAN filter = Y
Flow control = Y
Flow API = Y
CRC offload = Y
VLAN offload = Y
+QinQ offload = P
L3 checksum offload = Y
L4 checksum offload = Y
Inner L3 checksum = Y
Inner L4 checksum = Y
+Packet type parsing = Y
Basic stats = Y
Extended stats = Y
Stats per queue = Y
FW version = Y
+Registers dump = Y
Multiprocess aware = Y
Linux UIO = Y
Linux VFIO = Y
diff --git a/doc/guides/nics/hns3.rst b/doc/guides/nics/hns3.rst
index cc0a8e4..8db8867 100644
--- a/doc/guides/nics/hns3.rst
+++ b/doc/guides/nics/hns3.rst
@@ -29,13 +29,14 @@ Features of the HNS3 PMD are:
- QinQ inserting
- DCB
- Scattered and gather for TX and RX
-- Flow director
+- Vector Poll mode driver
- Dump register
- SR-IOV VF
- Multi-process
- MAC/VLAN filter
- MTU update
- NUMA support
+- Generic flow API
Prerequisites
-------------
--
2.7.4
More information about the dev
mailing list