bpf_mem_cache
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: ✅struct bpf_mem_cache {
struct llist_head free_llist;
local_t active;
struct llist_head free_llist_extra;
struct irq_work refill_work;
struct obj_cgroup *objcg;
int unit_size;
int free_cnt;
int low_watermark;
int high_watermark;
int batch;
int percpu_size;
struct callback_head rcu;
struct llist_head free_by_rcu;
struct llist_head waiting_for_gp;
atomic_t call_rcu_in_progress;
};
6.5
: ✅struct bpf_mem_cache {
struct llist_head free_llist;
local_t active;
struct llist_head free_llist_extra;
struct irq_work refill_work;
struct obj_cgroup *objcg;
int unit_size;
int free_cnt;
int low_watermark;
int high_watermark;
int batch;
int percpu_size;
struct callback_head rcu;
struct llist_head free_by_rcu;
struct llist_head waiting_for_gp;
atomic_t call_rcu_in_progress;
};
6.8
: ✅struct bpf_mem_cache {
struct llist_head free_llist;
local_t active;
struct llist_head free_llist_extra;
struct irq_work refill_work;
struct obj_cgroup *objcg;
int unit_size;
int free_cnt;
int low_watermark;
int high_watermark;
int batch;
int percpu_size;
bool draining;
struct bpf_mem_cache *tgt;
struct llist_head free_by_rcu;
struct llist_node *free_by_rcu_tail;
struct llist_head waiting_for_gp;
struct llist_node *waiting_for_gp_tail;
struct callback_head rcu;
atomic_t call_rcu_in_progress;
struct llist_head free_llist_extra_rcu;
struct llist_head free_by_rcu_ttrace;
struct llist_head waiting_for_gp_ttrace;
struct callback_head rcu_ttrace;
atomic_t call_rcu_ttrace_in_progress;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
6.2
and 6.5
✅
6.5
and 6.8
⚠️bool draining
struct bpf_mem_cache *tgt
struct llist_node *free_by_rcu_tail
struct llist_node *waiting_for_gp_tail
struct llist_head free_llist_extra_rcu
struct llist_head free_by_rcu_ttrace
struct llist_head waiting_for_gp_ttrace
struct callback_head rcu_ttrace
atomic_t call_rcu_ttrace_in_progress