sidtab
Regular
4.4
: ✅struct sidtab {
struct sidtab_node **htable;
unsigned int nel;
unsigned int next_sid;
unsigned char shutdown;
struct sidtab_node * cache[3];
spinlock_t lock;
};
4.8
: ✅struct sidtab {
struct sidtab_node **htable;
unsigned int nel;
unsigned int next_sid;
unsigned char shutdown;
struct sidtab_node * cache[3];
spinlock_t lock;
};
4.10
: ✅struct sidtab {
struct sidtab_node **htable;
unsigned int nel;
unsigned int next_sid;
unsigned char shutdown;
struct sidtab_node * cache[3];
spinlock_t lock;
};
4.13
: ✅struct sidtab {
struct sidtab_node **htable;
unsigned int nel;
unsigned int next_sid;
unsigned char shutdown;
struct sidtab_node * cache[3];
spinlock_t lock;
};
4.15
: ✅struct sidtab {
struct sidtab_node **htable;
unsigned int nel;
unsigned int next_sid;
unsigned char shutdown;
struct sidtab_node * cache[3];
spinlock_t lock;
};
4.18
: ✅struct sidtab {
struct sidtab_node **htable;
unsigned int nel;
unsigned int next_sid;
unsigned char shutdown;
struct sidtab_node * cache[3];
spinlock_t lock;
};
5.0
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
atomic_t count;
struct sidtab_convert_params *convert;
spinlock_t lock;
atomic_t rcache[3];
struct sidtab_isid_entry isids[27];
};
5.3
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
atomic_t count;
struct sidtab_convert_params *convert;
spinlock_t lock;
atomic_t rcache[3];
struct sidtab_isid_entry isids[27];
};
5.4
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
spinlock_t lock;
u32 rcache[3];
struct sidtab_isid_entry isids[27];
};
5.8
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
spinlock_t lock;
u32 cache_free_slots;
struct list_head cache_lru_list;
spinlock_t cache_lock;
struct sidtab_isid_entry isids[27];
struct hlist_head context_to_sid[512];
};
5.11
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
spinlock_t lock;
u32 cache_free_slots;
struct list_head cache_lru_list;
spinlock_t cache_lock;
struct sidtab_isid_entry isids[27];
struct hlist_head context_to_sid[512];
};
5.13
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
bool frozen;
spinlock_t lock;
u32 cache_free_slots;
struct list_head cache_lru_list;
spinlock_t cache_lock;
struct sidtab_isid_entry isids[27];
struct hlist_head context_to_sid[512];
};
5.15
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
bool frozen;
spinlock_t lock;
u32 cache_free_slots;
struct list_head cache_lru_list;
spinlock_t cache_lock;
struct sidtab_isid_entry isids[27];
struct hlist_head context_to_sid[512];
};
5.19
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
bool frozen;
spinlock_t lock;
u32 cache_free_slots;
struct list_head cache_lru_list;
spinlock_t cache_lock;
struct sidtab_isid_entry isids[27];
struct hlist_head context_to_sid[512];
};
6.2
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
bool frozen;
spinlock_t lock;
u32 cache_free_slots;
struct list_head cache_lru_list;
spinlock_t cache_lock;
struct sidtab_isid_entry isids[27];
struct hlist_head context_to_sid[512];
};
6.5
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
bool frozen;
spinlock_t lock;
u32 cache_free_slots;
struct list_head cache_lru_list;
spinlock_t cache_lock;
struct sidtab_isid_entry isids[27];
struct hlist_head context_to_sid[512];
};
6.8
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
bool frozen;
spinlock_t lock;
u32 cache_free_slots;
struct list_head cache_lru_list;
spinlock_t cache_lock;
struct sidtab_isid_entry isids[27];
struct hlist_head context_to_sid[512];
};
arm64
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
spinlock_t lock;
u32 rcache[3];
struct sidtab_isid_entry isids[27];
};
armhf
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
spinlock_t lock;
u32 rcache[3];
struct sidtab_isid_entry isids[27];
};
ppc64el
: ✅struct sidtab {
union sidtab_entry_inner roots[3];
u32 count;
struct sidtab_convert_params *convert;
spinlock_t lock;
u32 rcache[3];
struct sidtab_isid_entry isids[27];
};
riscv64
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
spinlock_t lock;
u32 rcache[3];
struct sidtab_isid_entry isids[27];
};
aws
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
spinlock_t lock;
u32 rcache[3];
struct sidtab_isid_entry isids[27];
};
azure
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
spinlock_t lock;
u32 rcache[3];
struct sidtab_isid_entry isids[27];
};
gcp
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
spinlock_t lock;
u32 rcache[3];
struct sidtab_isid_entry isids[27];
};
lowlatency
: ✅struct sidtab {
union sidtab_entry_inner roots[4];
u32 count;
struct sidtab_convert_params *convert;
spinlock_t lock;
u32 rcache[3];
struct sidtab_isid_entry isids[27];
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
⚠️union sidtab_entry_inner roots[4]
atomic_t count
struct sidtab_convert_params *convert
atomic_t rcache[3]
struct sidtab_isid_entry isids[27]
struct sidtab_node **htable
unsigned int nel
unsigned int next_sid
unsigned char shutdown
struct sidtab_node * cache[3]
5.0
and 5.3
✅
5.3
and 5.4
⚠️atomic_t count
➡️ u32 count
atomic_t rcache[3]
➡️ u32 rcache[3]
5.4
and 5.8
⚠️u32 cache_free_slots
struct list_head cache_lru_list
spinlock_t cache_lock
struct hlist_head context_to_sid[512]
u32 rcache[3]
5.8
and 5.11
✅
5.11
and 5.13
⚠️bool frozen
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
⚠️union sidtab_entry_inner roots[4]
➡️ union sidtab_entry_inner roots[3]
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅