numam-dpdk/doc/guides/nics/features/txgbe_vf.ini
Jiawen Wu d5f2880c98 net/txgbe: reuse some PF Rx/Tx features for VF
Some Rx/Tx operations like queue setup and release, packet type get, and
Tx done cleanup have been supported on PF device. There are ops
functions directly added.

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
2021-02-26 14:13:03 +01:00

42 lines
1.0 KiB
INI

;
; Supported features of the 'txgbe_vf' network poll mode driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
Link status = Y
Unicast MAC filter = Y
Multicast MAC filter = Y
Rx interrupt = Y
MTU update = Y
Jumbo frame = Y
Scattered Rx = Y
LRO = Y
TSO = Y
Promiscuous mode = Y
Allmulticast mode = Y
RSS hash = Y
RSS key update = Y
RSS reta update = Y
VLAN filter = Y
Inline crypto = Y
CRC offload = P
VLAN offload = P
QinQ offload = P
L3 checksum offload = P
L4 checksum offload = P
Inner L3 checksum = P
Inner L4 checksum = P
Packet type parsing = Y
Rx descriptor status = Y
Tx descriptor status = Y
Free Tx mbuf on demand = Y
Basic stats = Y
Extended stats = Y
Registers dump = Y
Multiprocess aware = Y
Linux = Y
ARMv8 = Y
x86-32 = Y
x86-64 = Y