The features matrix for TAP PMD did not match what is currently available in the driver.
Also, reorder to match the order in default.ini Signed-off-by: Stephen Hemminger <[email protected]> --- doc/guides/nics/features/tap.ini | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/guides/nics/features/tap.ini b/doc/guides/nics/features/tap.ini index f26355e57f..fd04e3bbd6 100644 --- a/doc/guides/nics/features/tap.ini +++ b/doc/guides/nics/features/tap.ini @@ -8,16 +8,20 @@ Speed capabilities = P Link status = Y Link status event = Y Rx interrupt = Y +Queue start/stop = Y +MTU update = Y +Scattered Rx = Y Promiscuous mode = Y Allmulticast mode = Y -Basic stats = Y +Unicast MAC filter = P +Multicast MAC filter = Y +RSS hash = P +Flow control = P L3 checksum offload = Y L4 checksum offload = Y -MTU update = Y -Multicast MAC filter = Y -Unicast MAC filter = Y Packet type parsing = Y -Flow control = Y +Basic stats = Y +Multiprocess aware = Y Linux = Y ARMv7 = Y ARMv8 = Y -- 2.51.0

