File: iavf.ini

package info (click to toggle)
dpdk 24.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 121,148 kB
  • sloc: ansic: 2,206,055; python: 11,866; sh: 4,627; makefile: 2,025; awk: 70
file content (80 lines) | stat: -rw-r--r-- 1,956 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
;
; Supported features of the 'iavf' network poll mode driver.
;
; Refer to default.ini for the full list of available PMD features.
;
; A feature with "P" indicates only be supported when non-vector path
; is selected.
;
[Features]
Speed capabilities   = Y
Link status          = Y
Rx interrupt         = Y
Queue start/stop     = Y
Runtime Rx queue setup = Y
Runtime Tx queue setup = Y
Power mgmt address monitor = Y
MTU update           = Y
Scattered Rx         = 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
VLAN filter          = Y
Traffic manager      = Y
Inline crypto        = Y
CRC offload          = Y
VLAN offload         = P
L3 checksum offload  = Y
L4 checksum offload  = Y
Timestamp offload    = Y
Inner L3 checksum    = Y
Inner L4 checksum    = P
Packet type parsing  = Y
Rx descriptor status = Y
Tx descriptor status = Y
Basic stats          = Y
Multiprocess aware   = Y
FreeBSD              = Y
Linux                = Y
x86-32               = Y
x86-64               = Y

[rte_flow items]
ah                   = Y
arp_eth_ipv4         = Y
ecpri                = Y
esp                  = Y
eth                  = P
gre                  = Y
gtpc                 = Y
gtpu                 = Y
gtp_psc              = Y
icmp                 = Y
icmp6                = Y
ipv4                 = Y
ipv6                 = Y
ipv6_frag_ext        = Y
l2tpv2               = Y
l2tpv3oip            = Y
pfcp                 = Y
ppp                  = Y
raw                  = Y
sctp                 = Y
tcp                  = Y
udp                  = Y
vlan                 = P

[rte_flow actions]
count                = Y
drop                 = Y
mark                 = Y
passthru             = Y
port_representor     = Y
queue                = Y
rss                  = Y
security             = Y