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

84 lines
2.0 KiB
INI
Raw Normal View History

;
2020-06-18 16:55:50 +00:00
; Supported features of the 'ice' network poll mode driver.
;
; Refer to default.ini for the full list of available PMD features.
;
2022-09-06 04:00:10 +00:00
; A feature with "P" indicates only be supported when non-vector path
; is selected.
;
[Features]
Speed capabilities = Y
Link status = Y
2020-06-18 16:55:50 +00:00
Link status event = Y
Rx interrupt = Y
2021-02-05 08:48:47 +00:00
Fast mbuf free = P
Queue start/stop = Y
2020-06-18 16:55:50 +00:00
Burst mode info = Y
2022-09-06 04:00:10 +00:00
Power mgmt address monitor = Y
MTU update = Y
2019-06-25 11:12:58 +00:00
Scattered Rx = Y
TSO = Y
2019-06-25 11:12:58 +00:00
Promiscuous mode = Y
Allmulticast mode = Y
Unicast MAC filter = Y
RSS hash = Y
RSS key update = Y
RSS reta update = Y
2019-06-25 11:12:58 +00:00
VLAN filter = Y
CRC offload = Y
VLAN offload = Y
2021-02-05 08:48:47 +00:00
QinQ offload = P
L3 checksum offload = P
L4 checksum offload = P
2022-09-06 04:00:10 +00:00
Timestamp offload = P
2021-02-05 08:48:47 +00:00
Inner L3 checksum = P
Inner L4 checksum = P
2019-06-25 11:12:58 +00:00
Packet type parsing = Y
2022-09-06 04:00:10 +00:00
Timesync = Y
2019-06-25 11:12:58 +00:00
Rx descriptor status = Y
Tx descriptor status = Y
Basic stats = Y
2020-06-18 16:55:50 +00:00
Extended stats = Y
FW version = Y
Module EEPROM dump = Y
2021-02-05 08:48:47 +00:00
Multiprocess aware = Y
2022-09-06 04:00:10 +00:00
FreeBSD = Y
Linux = Y
Windows = Y
2019-06-25 11:12:58 +00:00
x86-32 = Y
x86-64 = Y
2022-09-06 04:00:10 +00:00
[rte_flow items]
ah = Y
arp_eth_ipv4 = Y
esp = Y
2023-09-11 06:58:14 +00:00
eth = P
2022-09-06 04:00:10 +00:00
gtpu = Y
gtp_psc = Y
icmp = Y
icmp6 = Y
ipv4 = Y
ipv6 = Y
ipv6_frag_ext = Y
l2tpv3oip = Y
nvgre = Y
pfcp = Y
pppoed = Y
pppoes = Y
pppoe_proto_id = 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
mark = Y
passthru = Y
queue = Y
rss = Y
vf = Y