Message ID | 1593604482-47494-11-git-send-email-xavier.huwei@huawei.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Ferruh Yigit |
Headers | show |
Series | misc updates for hns3 PMD driver | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/travis-robot | success | Travis build: passed |
ci/Intel-compilation | success | Compilation OK |
diff --git a/doc/guides/nics/features/hns3.ini b/doc/guides/nics/features/hns3.ini index 66abda7..2533345 100644 --- a/doc/guides/nics/features/hns3.ini +++ b/doc/guides/nics/features/hns3.ini @@ -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 diff --git a/doc/guides/nics/features/hns3_vf.ini b/doc/guides/nics/features/hns3_vf.ini index 71d246a..05a32c8 100644 --- a/doc/guides/nics/features/hns3_vf.ini +++ b/doc/guides/nics/features/hns3_vf.ini @@ -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
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(+)