File tree 7 files changed +12
-2
lines changed
7 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 6
6
non_camel_case_types,
7
7
non_upper_case_globals
8
8
) ]
9
+
10
+ pub const nssv_inline_ns: u32 = 0 ;
Original file line number Diff line number Diff line change 8
8
) ]
9
9
10
10
pub const RTE_CACHE_LINE_SIZE : u32 = 64 ;
11
+ pub const __rte_cache_aligned: u32 = 0 ;
11
12
pub const RTE_MEMPOOL_OPS_NAMESIZE : u32 = 32 ;
12
13
pub const RTE_MEMPOOL_MAX_OPS_IDX : u32 = 16 ;
13
14
pub const RTE_HEAP_NUM_FREELISTS : u32 = 13 ;
Original file line number Diff line number Diff line change 8
8
) ]
9
9
10
10
pub const RTE_CACHE_LINE_SIZE : u32 = 64 ;
11
+ pub const __rte_cache_aligned: u32 = 0 ;
11
12
pub const RTE_LIBRTE_IP_FRAG_MAX_FRAG : u32 = 4 ;
12
13
pub const IP_LAST_FRAG_IDX : _bindgen_ty_1 = _bindgen_ty_1:: IP_LAST_FRAG_IDX ;
13
14
pub const IP_FIRST_FRAG_IDX : _bindgen_ty_1 = _bindgen_ty_1:: IP_FIRST_FRAG_IDX ;
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ impl<T> ::std::fmt::Debug for __IncompleteArrayField<T> {
38
38
}
39
39
}
40
40
pub const RTE_CACHE_LINE_SIZE : u32 = 64 ;
41
+ pub const __rte_cache_aligned: u32 = 0 ;
41
42
pub const RTE_LIBRTE_IP_FRAG_MAX_FRAG : u32 = 4 ;
42
43
pub const IP_LAST_FRAG_IDX : _bindgen_ty_1 = _bindgen_ty_1:: IP_LAST_FRAG_IDX ;
43
44
pub const IP_FIRST_FRAG_IDX : _bindgen_ty_1 = _bindgen_ty_1:: IP_FIRST_FRAG_IDX ;
Original file line number Diff line number Diff line change 96
96
}
97
97
pub const RTE_CACHE_LINE_MIN_SIZE : u32 = 64 ;
98
98
pub const RTE_CACHE_LINE_SIZE : u32 = 64 ;
99
+ pub const __rte_cache_aligned: u32 = 0 ;
100
+ pub const __rte_cache_min_aligned: u32 = 0 ;
99
101
pub type phys_addr_t = u64 ;
100
102
pub type MARKER = [ * mut :: std:: os:: raw:: c_void ; 0usize ] ;
101
103
pub type MARKER8 = [ u8 ; 0usize ] ;
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ impl<T> ::std::cmp::PartialEq for __BindgenUnionField<T> {
139
139
impl < T > :: std:: cmp:: Eq for __BindgenUnionField < T > { }
140
140
pub const RTE_CACHE_LINE_MIN_SIZE : u32 = 64 ;
141
141
pub const RTE_CACHE_LINE_SIZE : u32 = 64 ;
142
+ pub const __rte_cache_aligned: u32 = 0 ;
143
+ pub const __rte_cache_min_aligned: u32 = 0 ;
142
144
pub type phys_addr_t = u64 ;
143
145
pub type MARKER = [ * mut :: std:: os:: raw:: c_void ; 0usize ] ;
144
146
pub type MARKER8 = [ u8 ; 0usize ] ;
Original file line number Diff line number Diff line change 11
11
pub mod root {
12
12
#[ allow( unused_imports) ]
13
13
use self :: super :: root;
14
+ pub const NAMESPACE : u32 = 0 ;
14
15
extern "C" {
15
16
#[ link_name = "\u{1} _Z9top_levelv" ]
16
17
pub fn top_level ( ) ;
@@ -24,7 +25,7 @@ pub mod root {
24
25
pub fn in_whatever ( ) ;
25
26
}
26
27
}
27
- pub mod _bindgen_mod_id_17 {
28
+ pub mod _bindgen_mod_id_18 {
28
29
#[ allow( unused_imports) ]
29
30
use self :: super :: super :: root;
30
31
#[ repr( C ) ]
@@ -59,7 +60,7 @@ pub mod root {
59
60
#[ repr( C ) ]
60
61
#[ derive( Debug ) ]
61
62
pub struct C < T > {
62
- pub _base : root:: _bindgen_mod_id_17 :: A ,
63
+ pub _base : root:: _bindgen_mod_id_18 :: A ,
63
64
pub m_c : T ,
64
65
pub m_c_ptr : * mut T ,
65
66
pub m_c_arr : [ T ; 10usize ] ,
You can’t perform that action at this time.
0 commit comments