mirror of https://github.com/F-Stack/f-stack.git
25 lines
611 B
INI
25 lines
611 B
INI
;
|
|
; Supported features of the 'ice_dcf' network poll mode driver.
|
|
;
|
|
; Refer to default.ini for the full list of available PMD features.
|
|
;
|
|
; A feature with "P" indicates only be supported when non-vector path
|
|
; is selected.
|
|
;
|
|
[Features]
|
|
Queue start/stop = Y
|
|
Jumbo frame = Y
|
|
Scattered Rx = Y
|
|
RSS hash = P
|
|
Flow API = Y
|
|
CRC offload = Y
|
|
L3 checksum offload = P
|
|
L4 checksum offload = P
|
|
Inner L3 checksum = P
|
|
Inner L4 checksum = P
|
|
Basic stats = Y
|
|
Linux UIO = Y
|
|
Linux VFIO = Y
|
|
x86-32 = Y
|
|
x86-64 = Y
|