On 02/06/2017 12:14 AM, Mickaël Salaün wrote:
Replace bpf_prog_load() with bpf_load_program() calls.

Use the tools include directory instead of the installed one to allow
builds from other kernels.

Signed-off-by: Mickaël Salaün <m...@digikod.net>
Cc: Alexei Starovoitov <a...@fb.com>
Cc: Daniel Borkmann <dan...@iogearbox.net>
Cc: Shuah Khan <sh...@kernel.org>
---
  tools/testing/selftests/bpf/Makefile        |  6 +++++-
  tools/testing/selftests/bpf/bpf_sys.h       | 21 ---------------------
  tools/testing/selftests/bpf/test_tag.c      |  6 ++++--
  tools/testing/selftests/bpf/test_verifier.c |  8 +++++---
  4 files changed, 14 insertions(+), 27 deletions(-)

No objections, but if so, can't we add the remaining missing
pieces to bpf lib, so we can remove bpf_sys.h altogether?

Thanks,
Daniel

Reply via email to