doc: remove similar columns from NIC features matrix

The PMDs bnx2x and nfp have a separate column for VF.
Such separation is unneeded because the features are the same.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
Thomas Monjalon 2020-03-12 00:01:36 +01:00
parent 7b103c4ccd
commit b11ecebc04
3 changed files with 1 additions and 47 deletions

View file

@ -10,6 +10,7 @@ Link status event = Y
Promiscuous mode = Y
Unicast MAC filter = Y
Multicast MAC filter = Y
SR-IOV = Y
Basic stats = Y
Extended stats = Y
Linux UIO = Y

View file

@ -1,18 +0,0 @@
;
; Supported features of the 'bnx2x_vf' network poll mode driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
Speed capabilities = P
Link status = Y
Link status event = Y
Promiscuous mode = Y
Unicast MAC filter = Y
Multicast MAC filter = Y
SR-IOV = Y
Basic stats = Y
Extended stats = Y
Linux UIO = Y
x86-64 = Y
Usage doc = Y

View file

@ -1,29 +0,0 @@
;
; Supported features of the 'nfp' network poll mode driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
Speed capabilities = Y
Link status = Y
Link status event = Y
Rx interrupt = Y
Queue start/stop = Y
MTU update = Y
Jumbo frame = Y
Promiscuous mode = Y
TSO = Y
RSS hash = Y
RSS key update = Y
RSS reta update = Y
Flow control = Y
VLAN offload = Y
L3 checksum offload = Y
L4 checksum offload = Y
Basic stats = Y
Stats per queue = Y
Linux UIO = Y
Linux VFIO = Y
Multiprocess aware = Y
x86-64 = Y
Usage doc = Y