This series allows user to pick the numa node during map creation.
The first patch has the details

Martin KaFai Lau (2):
  bpf: Allow selecting numa node during map creation
  bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of
    map_perf_test

 include/linux/bpf.h                       | 10 +++++++++-
 include/uapi/linux/bpf.h                  | 10 +++++++++-
 kernel/bpf/arraymap.c                     |  7 +++++--
 kernel/bpf/devmap.c                       |  9 ++++++---
 kernel/bpf/hashtab.c                      | 19 ++++++++++++++----
 kernel/bpf/lpm_trie.c                     |  9 +++++++--
 kernel/bpf/sockmap.c                      | 10 +++++++---
 kernel/bpf/stackmap.c                     |  8 +++++---
 kernel/bpf/syscall.c                      | 14 ++++++++++----
 samples/bpf/bpf_load.c                    | 21 ++++++++++++--------
 samples/bpf/bpf_load.h                    |  1 +
 samples/bpf/map_perf_test_kern.c          |  2 ++
 samples/bpf/map_perf_test_user.c          | 12 +++++++++---
 tools/include/uapi/linux/bpf.h            | 10 +++++++++-
 tools/lib/bpf/bpf.c                       | 32 +++++++++++++++++++++++++++----
 tools/lib/bpf/bpf.h                       |  6 ++++++
 tools/testing/selftests/bpf/bpf_helpers.h |  1 +
 17 files changed, 142 insertions(+), 39 deletions(-)

-- 
2.9.5

Reply via email to