f-stack/dpdk/doc/guides/nics/features/cxgbe.ini

63 lines
1.5 KiB
INI
Raw Normal View History

;
; Supported features of the 'cxgbe' network poll mode driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
Speed capabilities = Y
Link status = Y
Queue start/stop = Y
MTU update = Y
Scattered Rx = Y
TSO = Y
Promiscuous mode = Y
Allmulticast mode = Y
RSS hash = Y
2019-06-25 11:12:58 +00:00
RSS key update = Y
2021-02-05 08:48:47 +00:00
RSS reta update = Y
Flow control = Y
CRC offload = Y
VLAN offload = Y
2022-09-02 04:40:05 +00:00
FEC = Y
L3 checksum offload = Y
L4 checksum offload = Y
Packet type parsing = Y
Basic stats = Y
2022-09-06 04:00:10 +00:00
Extended stats = Y
Stats per queue = Y
2022-09-06 04:00:10 +00:00
FW version = Y
EEPROM dump = Y
Registers dump = Y
2019-06-25 11:12:58 +00:00
Multiprocess aware = Y
2022-09-06 04:00:10 +00:00
FreeBSD = Y
Linux = Y
x86-32 = Y
x86-64 = Y
Usage doc = Y
2022-09-06 04:00:10 +00:00
[rte_flow items]
2023-09-11 06:58:14 +00:00
eth = P
2022-09-06 04:00:10 +00:00
ipv4 = Y
ipv6 = Y
tcp = Y
udp = Y
2023-09-11 06:58:14 +00:00
vlan = P
2022-09-06 04:00:10 +00:00
[rte_flow actions]
count = Y
drop = Y
mac_swap = Y
of_pop_vlan = Y
of_push_vlan = Y
of_set_vlan_pcp = Y
of_set_vlan_vid = Y
queue = Y
set_ipv4_dst = Y
set_ipv4_src = Y
set_ipv6_dst = Y
set_ipv6_src = Y
set_mac_dst = Y
set_mac_src = Y
set_tp_dst = Y
set_tp_src = Y