File: cpfl.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 (46 lines) | stat: -rw-r--r-- 1,096 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
;
; Supported features of the 'cpfl' 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
Queue start/stop     = Y
MTU update           = Y
Scattered Rx         = P
TSO                  = P
RSS hash             = Y
RSS key update       = Y
RSS reta update      = Y
L3 checksum offload  = P
L4 checksum offload  = P
Timestamp offload    = P
Packet type parsing  = Y
Basic stats          = Y
Linux                = Y
x86-32               = Y
x86-64               = Y

[rte_flow items]
eth                  = Y
icmp                 = Y
ipv4                 = Y
tcp                  = Y
udp                  = Y
vlan                 = Y
vxlan                = Y

[rte_flow actions]
count                = Y
drop                 = Y
port_representor     = Y
prog                 = Y
queue                = Y
represented_port     = Y
rss                  = Y
vxlan_decap          = Y
vxlan_encap          = Y