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

76 lines
1.8 KiB
INI
Raw Normal View History

;
; Supported features of the 'enic' network poll mode driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
2020-06-18 16:55:50 +00:00
Speed capabilities = Y
Link status = Y
Link status event = Y
2019-06-25 11:12:58 +00:00
Rx interrupt = Y
Queue start/stop = Y
2021-02-05 08:48:47 +00:00
Burst mode info = Y
MTU update = Y
Scattered Rx = Y
TSO = Y
Promiscuous mode = Y
2019-06-25 11:12:58 +00:00
Allmulticast mode = Y
Unicast MAC filter = Y
2020-06-18 16:55:50 +00:00
Multicast MAC filter = Y
RSS hash = Y
2019-06-25 11:12:58 +00:00
RSS key update = Y
RSS reta update = Y
Inner RSS = Y
SR-IOV = Y
CRC offload = Y
VLAN offload = Y
L3 checksum offload = Y
L4 checksum offload = Y
2019-06-25 11:12:58 +00:00
Inner L3 checksum = Y
Inner L4 checksum = Y
Packet type parsing = Y
Basic stats = Y
2020-06-18 16:55:50 +00:00
FW version = Y
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-13 12:21:49 +00:00
ecpri = Y
2023-09-11 06:58:14 +00:00
eth = P
2023-09-13 12:21:49 +00:00
geneve = Y
geneve_opt = Y
2022-09-06 04:00:10 +00:00
gtp = Y
gtpc = Y
gtpu = Y
ipv4 = Y
ipv6 = Y
raw = Y
sctp = Y
tcp = Y
udp = Y
2023-09-11 06:58:14 +00:00
vlan = P
2022-09-06 04:00:10 +00:00
vxlan = Y
[rte_flow actions]
count = Y
drop = Y
flag = Y
jump = Y
mark = Y
of_pop_vlan = Y
of_push_vlan = Y
of_set_vlan_pcp = Y
of_set_vlan_vid = Y
passthru = Y
port_id = Y
port_representor = Y
represented_port = Y
queue = Y
rss = Y
vxlan_decap = Y
vxlan_encap = Y