doc: add flow API features tables
[dpdk.git] / doc / guides / nics / features / mlx5.ini
1 ;
2 ; Supported features of the 'mlx5' network poll mode driver.
3 ;
4 ; Refer to default.ini for the full list of available PMD features.
5 ;
6 [Features]
7 Speed capabilities   = Y
8 Link status          = Y
9 Link status event    = Y
10 Removal event        = Y
11 Rx interrupt         = Y
12 Fast mbuf free       = Y
13 Queue start/stop     = Y
14 Burst mode info      = Y
15 MTU update           = Y
16 Jumbo frame          = Y
17 Scattered Rx         = Y
18 LRO                  = Y
19 TSO                  = Y
20 Promiscuous mode     = Y
21 Allmulticast mode    = Y
22 Unicast MAC filter   = Y
23 Multicast MAC filter = Y
24 RSS hash             = Y
25 RSS key update       = Y
26 RSS reta update      = Y
27 Inner RSS            = Y
28 SR-IOV               = Y
29 VLAN filter          = Y
30 Flow control         = Y
31 CRC offload          = Y
32 VLAN offload         = Y
33 L3 checksum offload  = Y
34 L4 checksum offload  = Y
35 Timestamp offload    = Y
36 Inner L3 checksum    = Y
37 Inner L4 checksum    = Y
38 Packet type parsing  = Y
39 Rx descriptor status = Y
40 Tx descriptor status = Y
41 Basic stats          = Y
42 Extended stats       = Y
43 Stats per queue      = Y
44 FW version           = Y
45 Module EEPROM dump   = Y
46 Multiprocess aware   = Y
47 Linux                = Y
48 Windows              = P
49 ARMv8                = Y
50 Power8               = Y
51 x86-32               = Y
52 x86-64               = Y
53 Usage doc            = Y
54
55 [rte_flow items]
56 conntrack            = Y
57 ecpri                = Y
58 eth                  = Y
59 geneve               = Y
60 geneve_opt           = Y
61 gre                  = Y
62 gre_key              = Y
63 gtp                  = Y
64 gtp_psc              = Y
65 icmp                 = Y
66 icmp6                = Y
67 integrity            = Y
68 ipv4                 = Y
69 ipv6                 = Y
70 ipv6_frag_ext        = Y
71 mark                 = Y
72 meta                 = Y
73 mpls                 = Y
74 nvgre                = Y
75 phy_port             = Y
76 port_id              = Y
77 tag                  = Y
78 tcp                  = Y
79 udp                  = Y
80 vlan                 = Y
81 vxlan                = Y
82 vxlan_gpe            = Y
83
84 [rte_flow actions]
85 age                  = I
86 conntrack            = I
87 count                = I
88 dec_tcp_ack          = Y
89 dec_tcp_seq          = Y
90 dec_ttl              = Y
91 drop                 = Y
92 flag                 = Y
93 inc_tcp_ack          = Y
94 inc_tcp_seq          = Y
95 jump                 = Y
96 mark                 = Y
97 meter                = Y
98 modify_field         = Y
99 nvgre_decap          = Y
100 nvgre_encap          = Y
101 of_pop_vlan          = Y
102 of_push_vlan         = Y
103 of_set_vlan_pcp      = Y
104 of_set_vlan_vid      = Y
105 port_id              = Y
106 queue                = Y
107 raw_decap            = Y
108 raw_encap            = Y
109 rss                  = I
110 sample               = Y
111 set_ipv4_dscp        = Y
112 set_ipv4_dst         = Y
113 set_ipv4_src         = Y
114 set_ipv6_dscp        = Y
115 set_ipv6_dst         = Y
116 set_ipv6_src         = Y
117 set_mac_dst          = Y
118 set_mac_src          = Y
119 set_meta             = Y
120 set_tag              = Y
121 set_tp_dst           = Y
122 set_tp_src           = Y
123 set_ttl              = Y
124 vxlan_decap          = Y
125 vxlan_encap          = Y