diff options
| author | David S. Miller <davem@davemloft.net> | 2016-10-22 17:06:09 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-10-22 17:06:09 -0400 |
| commit | 67dc15967303271657e37373fd590093bd095caf (patch) | |
| tree | 8aebb2b1bf64250bcfaa35c865099a480bf6c8ac /include/linux | |
| parent | a10b91b8b81c29b87ff5a6d58c1402898337b956 (diff) | |
| parent | 3c2c3c16aaf6a83902beb6063488e2c907de62e9 (diff) | |
Merge branch 'bpf-numa-id'
Daniel Borkmann says:
====================
Add BPF numa id helper
This patch set adds a helper for retrieving current numa node
id and a test case for SO_REUSEPORT.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/bpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index c201017b5730..edcd96ded8aa 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h @@ -319,6 +319,7 @@ extern const struct bpf_func_proto bpf_map_delete_elem_proto; extern const struct bpf_func_proto bpf_get_prandom_u32_proto; extern const struct bpf_func_proto bpf_get_smp_processor_id_proto; +extern const struct bpf_func_proto bpf_get_numa_node_id_proto; extern const struct bpf_func_proto bpf_tail_call_proto; extern const struct bpf_func_proto bpf_ktime_get_ns_proto; extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto; |
