oracle / bpftune

bpftune uses BPF to auto-tune Linux systems
Other
685 stars 59 forks source link

ip frag tuner: cannot rely on MIBs, they are per-cpu #75

Closed alan-maguire closed 1 year ago

alan-maguire commented 1 year ago

we have bpf_per_cpu_ptr(), but it only works on v recent kernels for data structure fields; otherwise it fails verification. we will find another limit