[10/10] net/hns3: add Scattered Rx and Multiprocess to feature list
Checks
Commit Message
This patch adds 'Scattered Rx' and 'Multiprocess aware' those are
supported by current hns3 PMD driver for feature list file named
hns3.ini and hns3_vf.ini.
Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
---
doc/guides/nics/features/hns3.ini | 2 ++
doc/guides/nics/features/hns3_vf.ini | 2 ++
2 files changed, 4 insertions(+)
@@ -8,6 +8,7 @@ Link status = Y
Rx interrupt = Y
MTU update = Y
Jumbo frame = Y
+Scattered Rx = Y
TSO = Y
LRO = Y
Promiscuous mode = Y
@@ -31,6 +32,7 @@ Basic stats = Y
Extended stats = Y
Stats per queue = Y
FW version = Y
+Multiprocess aware = Y
Linux UIO = Y
Linux VFIO = Y
ARMv8 = Y
@@ -8,6 +8,7 @@ Link status = Y
Rx interrupt = Y
MTU update = Y
Jumbo frame = Y
+Scattered Rx = Y
TSO = Y
LRO = Y
Promiscuous mode = Y
@@ -28,6 +29,7 @@ Inner L4 checksum = Y
Basic stats = Y
Extended stats = Y
Stats per queue = Y
+Multiprocess aware = Y
Linux UIO = Y
Linux VFIO = Y
ARMv8 = Y