On Wed, Jan 22, 2020 at 3:37 PM Martin KaFai Lau <kafai@xxxxxx> wrote: > > This set adds bpf_cubic.c example. It was separated from the > earlier BPF STRUCT_OPS series. Some highlights since the > last post: > > 1. It is based on EricD recent fixes to the kernel tcp_cubic. [1] > 2. The bpf jiffies reading helper is inlined by the verifier. > Different from the earlier version, it only reads jiffies alone > and does not do usecs/jiffies conversion. > 3. The bpf .kconfig map is used to read CONFIG_HZ. > > [1]: https://patchwork.ozlabs.org/cover/1215066/ > > v3: > - Remove __weak from CONFIG_HZ in patch 3. (Andrii) Applied. Thanks