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

97 lines
2.3 KiB
INI
Raw Normal View History

;
; Supported features of the 'bnxt' network poll mode driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
2019-06-25 11:12:58 +00:00
Speed capabilities = Y
Link status = Y
2019-06-25 11:12:58 +00:00
Link status event = Y
Rx interrupt = Y
2021-02-05 08:48:47 +00:00
Fast mbuf free = Y
Queue start/stop = Y
2022-09-02 04:40:05 +00:00
Runtime Rx queue setup = Y
Runtime Tx queue setup = Y
2021-02-05 08:48:47 +00:00
Burst mode info = Y
MTU update = Y
2020-06-18 16:55:50 +00:00
Scattered Rx = Y
LRO = Y
TSO = Y
Promiscuous mode = Y
Allmulticast mode = Y
Unicast MAC filter = Y
Multicast MAC filter = Y
RSS hash = Y
RSS key update = Y
RSS reta update = Y
2022-09-02 04:40:05 +00:00
Inner RSS = Y
VMDq = Y
SR-IOV = Y
VLAN filter = Y
Flow control = Y
2019-06-25 11:12:58 +00:00
CRC offload = Y
L3 checksum offload = Y
L4 checksum offload = Y
Inner L3 checksum = Y
Inner L4 checksum = Y
Packet type parsing = Y
2019-06-25 11:12:58 +00:00
Timesync = Y
VLAN offload = Y
Rx descriptor status = Y
Tx descriptor status = Y
Basic stats = Y
Extended stats = Y
2020-06-18 16:55:50 +00:00
Stats per queue = Y
FW version = Y
EEPROM dump = Y
2022-09-06 04:00:10 +00:00
Module EEPROM dump = Y
LED = Y
2020-06-18 16:55:50 +00:00
Multiprocess aware = Y
2022-09-06 04:00:10 +00:00
FreeBSD = Y
Linux = Y
2019-06-25 11:12:58 +00:00
ARMv8 = Y
x86-32 = Y
x86-64 = Y
2021-02-05 08:48:47 +00:00
Usage doc = Y
Perf doc = Y
2022-09-06 04:00:10 +00:00
[rte_flow items]
any = Y
2023-09-11 06:58:14 +00:00
eth = P
2022-09-06 04:00:10 +00:00
ipv4 = Y
ipv6 = Y
gre = Y
icmp = Y
icmp6 = Y
port_id = Y
port_representor = Y
represented_port = 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
dec_ttl = Y
drop = Y
jump = Y
mark = Y
of_pop_vlan = Y
of_push_vlan = Y
of_set_vlan_pcp = Y
of_set_vlan_vid = Y
pf = Y
port_id = Y
port_representor = Y
represented_port = Y
rss = Y
sample = Y
set_ipv4_dst = Y
set_ipv4_src = Y
set_tp_dst = Y
set_tp_src = Y
vf = Y
vxlan_decap = Y
vxlan_encap = Y