xdp_mem_allocatorRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
5.0: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
5.3: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
int disconnect_cnt;
long unsigned int defer_start;
struct rhash_head node;
struct callback_head rcu;
struct delayed_work defer_wq;
long unsigned int defer_warn;
};
5.4: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
5.8: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
5.11: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
5.13: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
5.15: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
5.19: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct rhash_head node;
struct callback_head rcu;
};
6.2: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct rhash_head node;
struct callback_head rcu;
};
6.5: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct rhash_head node;
struct callback_head rcu;
};
6.8: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct rhash_head node;
struct callback_head rcu;
};
arm64: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
armhf: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
ppc64el: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
riscv64: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
aws: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
azure: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
gcp: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
lowlatency: ✅struct xdp_mem_allocator {
struct xdp_mem_info mem;
void *allocator;
struct page_pool *page_pool;
struct zero_copy_allocator *zc_alloc;
struct rhash_head node;
struct callback_head rcu;
};
Regular
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️int disconnect_cnt
long unsigned int defer_start
struct delayed_work defer_wq
long unsigned int defer_warn
5.3 and 5.4 ⚠️int disconnect_cnt
long unsigned int defer_start
struct delayed_work defer_wq
long unsigned int defer_warn
5.4 and 5.8 ⚠️struct zero_copy_allocator *zc_alloc ➡️ struct zero_copy_allocator *zc_alloc
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️struct zero_copy_allocator *zc_alloc
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅