net/hns3: add missing features to feature list

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>
This commit is contained in:
Wei Hu (Xavier) 2020-07-01 19:54:42 +08:00 committed by Ferruh Yigit
parent 6c44219f99
commit 676e0ce5be
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Link status = Y
Rx interrupt = Y Rx interrupt = Y
MTU update = Y MTU update = Y
Jumbo frame = Y Jumbo frame = Y
Scattered Rx = Y
TSO = Y TSO = Y
LRO = Y LRO = Y
Promiscuous mode = Y Promiscuous mode = Y
@ -31,6 +32,7 @@ Basic stats = Y
Extended stats = Y Extended stats = Y
Stats per queue = Y Stats per queue = Y
FW version = Y FW version = Y
Multiprocess aware = Y
Linux UIO = Y Linux UIO = Y
Linux VFIO = Y Linux VFIO = Y
ARMv8 = Y ARMv8 = Y

View File

@ -8,6 +8,7 @@ Link status = Y
Rx interrupt = Y Rx interrupt = Y
MTU update = Y MTU update = Y
Jumbo frame = Y Jumbo frame = Y
Scattered Rx = Y
TSO = Y TSO = Y
LRO = Y LRO = Y
Promiscuous mode = Y Promiscuous mode = Y
@ -28,6 +29,7 @@ Inner L4 checksum = Y
Basic stats = Y Basic stats = Y
Extended stats = Y Extended stats = Y
Stats per queue = Y Stats per queue = Y
Multiprocess aware = Y
Linux UIO = Y Linux UIO = Y
Linux VFIO = Y Linux VFIO = Y
ARMv8 = Y ARMv8 = Y