tools lib bpf: Add libbpf_get_error()
authorJoe Stringer <joe@ovn.org>
Mon, 23 Jan 2017 01:11:25 +0000 (17:11 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 26 Jan 2017 14:42:58 +0000 (11:42 -0300)
commite28ff1a8382ee02b10cf11cf3b48541dc3d14a58
tree7b2e4fbf719f7c62f506e2d19f5aca86597d0337
parent7803ba73099867d1f6ca866857277d92e0da4080
tools lib bpf: Add libbpf_get_error()

This function will turn a libbpf pointer into a standard error code (or
0 if the pointer is valid).

This also allows removal of the dependency on linux/err.h in the public
header file, which causes problems in userspace programs built against
libbpf.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Wang Nan <wangnan0@huawei.com>
Cc: Alexei Starovoitov <ast@fb.com>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: netdev@vger.kernel.org
Link: http://lkml.kernel.org/r/20170123011128.26534-5-joe@ovn.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/bpf/libbpf.c
tools/lib/bpf/libbpf.h
tools/perf/tests/llvm.c