This patch implements rx/tx checksum offload. In case of wrong checksum received (inner/outer l3/l4) it reports the corresponding layer which has bad checksum and also corrects it if hw checksum is enabled on tx side. Signed-off-by: Harman Kalra <hkalra@marvell.com>
30 lines
725 B
INI
30 lines
725 B
INI
;
|
|
; Supported features of the 'octeontx' 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
|
|
Lock-free Tx queue = Y
|
|
Queue start/stop = P
|
|
MTU update = Y
|
|
Jumbo frame = Y
|
|
Scattered Rx = Y
|
|
Promiscuous mode = Y
|
|
Unicast MAC filter = Y
|
|
VLAN filter = Y
|
|
VLAN offload = P
|
|
CRC offload = Y
|
|
L3 checksum offload = Y
|
|
L4 checksum offload = Y
|
|
Inner L3 checksum = Y
|
|
Inner L4 checksum = Y
|
|
Packet type parsing = Y
|
|
Flow control = Y
|
|
Basic stats = Y
|
|
Linux VFIO = Y
|
|
ARMv8 = Y
|
|
Usage doc = Y
|