summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-06-14 20:18:28 -0700
committerDavid S. Miller <davem@davemloft.net>2019-06-14 20:18:28 -0700
commit35fc07aee8f6d55aeacdbfdccc425e684737f741 (patch)
tree220daaf7fb72acc2cfe6fab06c1ac0e0f4384157 /include/linux/bpf.h
parent9a33629ba6b26caebd73e3c581ba1e6068c696a7 (diff)
parentce27ec60648d8e066227cb2f58b1d3d4f7253d08 (diff)
downloadcachepc-linux-35fc07aee8f6d55aeacdbfdccc425e684737f741.tar.gz
cachepc-linux-35fc07aee8f6d55aeacdbfdccc425e684737f741.zip
Merge branch 'tcp-add-three-static-keys'
Eric Dumazet says: ==================== tcp: add three static keys Recent addition of per TCP socket rx/tx cache brought regressions for some workloads, as reported by Feng Tang. It seems better to make them opt-in, before we adopt better heuristics. The last patch adds high_order_alloc_disable sysctl to ask TCP sendmsg() to exclusively use order-0 allocations, as mm layer has specific optimizations. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r--include/linux/bpf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h
index 5df8e9e2a393..b92ef9f73e42 100644
--- a/include/linux/bpf.h
+++ b/include/linux/bpf.h
@@ -600,7 +600,6 @@ void bpf_map_area_free(void *base);
void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr);
extern int sysctl_unprivileged_bpf_disabled;
-extern int sysctl_bpf_stats_enabled;
int bpf_map_new_fd(struct bpf_map *map, int flags);
int bpf_prog_new_fd(struct bpf_prog *prog);