@@ -124,38 +124,38 @@ impl<T> ::std::cmp::PartialEq for __BindgenUnionField<T> {
124
124
}
125
125
}
126
126
impl < T > :: std:: cmp:: Eq for __BindgenUnionField < T > { }
127
- pub const ETH_MQ_RX_RSS_FLAG : :: std :: os :: raw :: c_uint = 1 ;
128
- pub const ETH_MQ_RX_DCB_FLAG : :: std :: os :: raw :: c_uint = 2 ;
129
- pub const ETH_MQ_RX_VMDQ_FLAG : :: std :: os :: raw :: c_uint = 4 ;
130
- pub const ETH_VMDQ_MAX_VLAN_FILTERS : :: std :: os :: raw :: c_uint = 64 ;
131
- pub const ETH_DCB_NUM_USER_PRIORITIES : :: std :: os :: raw :: c_uint = 8 ;
132
- pub const ETH_VMDQ_DCB_NUM_QUEUES : :: std :: os :: raw :: c_uint = 128 ;
133
- pub const ETH_DCB_NUM_QUEUES : :: std :: os :: raw :: c_uint = 128 ;
134
- pub const RTE_ETH_FDIR_MAX_FLEXLEN : :: std :: os :: raw :: c_uint = 16 ;
135
- pub const RTE_ETH_INSET_SIZE_MAX : :: std :: os :: raw :: c_uint = 128 ;
136
- pub const RTE_ETH_FLOW_UNKNOWN : :: std :: os :: raw :: c_uint = 0 ;
137
- pub const RTE_ETH_FLOW_RAW : :: std :: os :: raw :: c_uint = 1 ;
138
- pub const RTE_ETH_FLOW_IPV4 : :: std :: os :: raw :: c_uint = 2 ;
139
- pub const RTE_ETH_FLOW_FRAG_IPV4 : :: std :: os :: raw :: c_uint = 3 ;
140
- pub const RTE_ETH_FLOW_NONFRAG_IPV4_TCP : :: std :: os :: raw :: c_uint = 4 ;
141
- pub const RTE_ETH_FLOW_NONFRAG_IPV4_UDP : :: std :: os :: raw :: c_uint = 5 ;
142
- pub const RTE_ETH_FLOW_NONFRAG_IPV4_SCTP : :: std :: os :: raw :: c_uint = 6 ;
143
- pub const RTE_ETH_FLOW_NONFRAG_IPV4_OTHER : :: std :: os :: raw :: c_uint = 7 ;
144
- pub const RTE_ETH_FLOW_IPV6 : :: std :: os :: raw :: c_uint = 8 ;
145
- pub const RTE_ETH_FLOW_FRAG_IPV6 : :: std :: os :: raw :: c_uint = 9 ;
146
- pub const RTE_ETH_FLOW_NONFRAG_IPV6_TCP : :: std :: os :: raw :: c_uint = 10 ;
147
- pub const RTE_ETH_FLOW_NONFRAG_IPV6_UDP : :: std :: os :: raw :: c_uint = 11 ;
148
- pub const RTE_ETH_FLOW_NONFRAG_IPV6_SCTP : :: std :: os :: raw :: c_uint = 12 ;
149
- pub const RTE_ETH_FLOW_NONFRAG_IPV6_OTHER : :: std :: os :: raw :: c_uint = 13 ;
150
- pub const RTE_ETH_FLOW_L2_PAYLOAD : :: std :: os :: raw :: c_uint = 14 ;
151
- pub const RTE_ETH_FLOW_IPV6_EX : :: std :: os :: raw :: c_uint = 15 ;
152
- pub const RTE_ETH_FLOW_IPV6_TCP_EX : :: std :: os :: raw :: c_uint = 16 ;
153
- pub const RTE_ETH_FLOW_IPV6_UDP_EX : :: std :: os :: raw :: c_uint = 17 ;
154
- pub const RTE_ETH_FLOW_PORT : :: std :: os :: raw :: c_uint = 18 ;
155
- pub const RTE_ETH_FLOW_VXLAN : :: std :: os :: raw :: c_uint = 19 ;
156
- pub const RTE_ETH_FLOW_GENEVE : :: std :: os :: raw :: c_uint = 20 ;
157
- pub const RTE_ETH_FLOW_NVGRE : :: std :: os :: raw :: c_uint = 21 ;
158
- pub const RTE_ETH_FLOW_MAX : :: std :: os :: raw :: c_uint = 22 ;
127
+ pub const ETH_MQ_RX_RSS_FLAG : u32 = 1 ;
128
+ pub const ETH_MQ_RX_DCB_FLAG : u32 = 2 ;
129
+ pub const ETH_MQ_RX_VMDQ_FLAG : u32 = 4 ;
130
+ pub const ETH_VMDQ_MAX_VLAN_FILTERS : u32 = 64 ;
131
+ pub const ETH_DCB_NUM_USER_PRIORITIES : u32 = 8 ;
132
+ pub const ETH_VMDQ_DCB_NUM_QUEUES : u32 = 128 ;
133
+ pub const ETH_DCB_NUM_QUEUES : u32 = 128 ;
134
+ pub const RTE_ETH_FDIR_MAX_FLEXLEN : u32 = 16 ;
135
+ pub const RTE_ETH_INSET_SIZE_MAX : u32 = 128 ;
136
+ pub const RTE_ETH_FLOW_UNKNOWN : u32 = 0 ;
137
+ pub const RTE_ETH_FLOW_RAW : u32 = 1 ;
138
+ pub const RTE_ETH_FLOW_IPV4 : u32 = 2 ;
139
+ pub const RTE_ETH_FLOW_FRAG_IPV4 : u32 = 3 ;
140
+ pub const RTE_ETH_FLOW_NONFRAG_IPV4_TCP : u32 = 4 ;
141
+ pub const RTE_ETH_FLOW_NONFRAG_IPV4_UDP : u32 = 5 ;
142
+ pub const RTE_ETH_FLOW_NONFRAG_IPV4_SCTP : u32 = 6 ;
143
+ pub const RTE_ETH_FLOW_NONFRAG_IPV4_OTHER : u32 = 7 ;
144
+ pub const RTE_ETH_FLOW_IPV6 : u32 = 8 ;
145
+ pub const RTE_ETH_FLOW_FRAG_IPV6 : u32 = 9 ;
146
+ pub const RTE_ETH_FLOW_NONFRAG_IPV6_TCP : u32 = 10 ;
147
+ pub const RTE_ETH_FLOW_NONFRAG_IPV6_UDP : u32 = 11 ;
148
+ pub const RTE_ETH_FLOW_NONFRAG_IPV6_SCTP : u32 = 12 ;
149
+ pub const RTE_ETH_FLOW_NONFRAG_IPV6_OTHER : u32 = 13 ;
150
+ pub const RTE_ETH_FLOW_L2_PAYLOAD : u32 = 14 ;
151
+ pub const RTE_ETH_FLOW_IPV6_EX : u32 = 15 ;
152
+ pub const RTE_ETH_FLOW_IPV6_TCP_EX : u32 = 16 ;
153
+ pub const RTE_ETH_FLOW_IPV6_UDP_EX : u32 = 17 ;
154
+ pub const RTE_ETH_FLOW_PORT : u32 = 18 ;
155
+ pub const RTE_ETH_FLOW_VXLAN : u32 = 19 ;
156
+ pub const RTE_ETH_FLOW_GENEVE : u32 = 20 ;
157
+ pub const RTE_ETH_FLOW_NVGRE : u32 = 21 ;
158
+ pub const RTE_ETH_FLOW_MAX : u32 = 22 ;
159
159
#[ repr( u32 ) ]
160
160
/// A set of values to identify what method is to be used to route
161
161
/// packets to multiple queues.
0 commit comments