File: bnxt.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 (107 lines) | stat: -rw-r--r-- 2,617 bytes parent folder | download | duplicates (2)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
;
; Supported features of the 'bnxt' network poll mode driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
Speed capabilities   = Y
Link speed configuration = Y
Link status          = Y
Link status event    = Y
Rx interrupt         = Y
Fast mbuf free       = Y
Queue start/stop     = Y
Runtime Rx queue setup = Y
Runtime Tx queue setup = Y
Burst mode info      = Y
MTU update           = Y
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
Inner RSS            = Y
VMDq                 = Y
SR-IOV               = Y
VLAN filter          = Y
Flow control         = Y
CRC offload          = Y
L3 checksum offload  = Y
L4 checksum offload  = Y
Inner L3 checksum    = Y
Inner L4 checksum    = Y
Packet type parsing  = Y
Timesync             = Y
VLAN offload         = Y
Rx descriptor status = Y
Tx descriptor status = Y
Basic stats          = Y
Extended stats       = Y
Stats per queue      = Y
FW version           = Y
EEPROM dump          = Y
Module EEPROM dump   = Y
LED                  = Y
Multiprocess aware   = Y
FreeBSD              = Y
Linux                = Y
ARMv8                = Y
x86-32               = Y
x86-64               = Y
Usage doc            = Y
Perf doc             = Y

[rte_flow items]
any                  = Y
ecpri                = Y
eth                  = P
geneve               = Y
ipv4                 = Y
ipv6                 = Y
gre                  = Y
icmp                 = Y
icmp6                = Y
port_id              = Y
port_representor     = Y
represented_port     = Y
tcp                  = Y
udp                  = Y
vlan                 = P
vxlan                = Y
vxlan_gpe            = Y

[rte_flow actions]
count                = Y
dec_ttl              = Y
drop                 = Y
jump                 = Y
mark                 = Y
meter                = 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
queue                = Y
represented_port     = Y
rss                  = Y
sample               = 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
set_ttl              = Y
vf                   = Y
vxlan_decap          = Y
vxlan_encap          = Y