8cd3a39938
Flow control was not documented as a supported feature since the first fill of features matrix for mlx drivers. Flow API and CRC offload flag support in mlx4 were missing in the feature matrix when they were implemented (see below commits). Fixes:46d5736a70
("net/mlx4: support basic flow items and actions") Fixes:ce07b1514d
("net/mlx4: fix CRC stripping capability report") Fixes:e86b85ca75
("doc: fill nics features matrix for mlx") Cc: stable@dpdk.org Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Matan Azrad <matan@mellanox.com>
41 lines
996 B
INI
41 lines
996 B
INI
;
|
|
; Supported features of the 'mlx4' 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
|
|
Removal event = Y
|
|
Rx interrupt = Y
|
|
Queue start/stop = Y
|
|
MTU update = Y
|
|
Jumbo frame = Y
|
|
Scattered Rx = Y
|
|
TSO = Y
|
|
Promiscuous mode = Y
|
|
Allmulticast mode = Y
|
|
Unicast MAC filter = Y
|
|
Multicast MAC filter = Y
|
|
RSS hash = Y
|
|
SR-IOV = Y
|
|
VLAN filter = Y
|
|
Flow control = Y
|
|
Flow API = Y
|
|
CRC offload = Y
|
|
L3 checksum offload = Y
|
|
L4 checksum offload = Y
|
|
Inner L3 checksum = Y
|
|
Inner L4 checksum = Y
|
|
Packet type parsing = Y
|
|
Basic stats = Y
|
|
Stats per queue = Y
|
|
FW version = Y
|
|
Multiprocess aware = Y
|
|
Other kdrv = Y
|
|
Power8 = Y
|
|
x86-32 = Y
|
|
x86-64 = Y
|
|
Usage doc = Y
|