aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorAlexei Starovoitov <[email protected]>2020-01-23 00:30:11 +0000
committerAlexei Starovoitov <[email protected]>2020-01-23 00:30:15 +0000
commit85cc12f85138f2ce3edf24833edd2179690306db (patch)
tree0632f77c714898a1ae96619361d986f706979535 /net/ipv4/tcp_output.c
parentMerge branch 'bpf-dynamic-relinking' (diff)
parentbpf: tcp: Add bpf_cubic example (diff)
downloadkernel-85cc12f85138f2ce3edf24833edd2179690306db.tar.gz
kernel-85cc12f85138f2ce3edf24833edd2179690306db.zip
Merge branch 'bpf_cubic'
Martin KaFai Lau says: ==================== 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) v2: - Move inlining to fixup_bpf_calls() in patch 1. (Daniel) - It is inlined for 64 BITS_PER_LONG and jit_requested as the map_gen_lookup(). Other cases could be considered together with map_gen_lookup() if needed. - Use usec resolution in bictcp_update() calculation in patch 3. usecs_to_jiffies() is then removed(). (Eric) ==================== Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions