tools/bpf: move bpf/lib netlink related functions into a new file
authorYonghong Song <yhs@fb.com>
Wed, 5 Sep 2018 23:58:04 +0000 (16:58 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 7 Sep 2018 05:34:08 +0000 (22:34 -0700)
commitf7010770fbac47b1fc9fb723b1d2019eb23c04f2
tree4c58b2106198e64b4712fc3d27a6dcc5ba5b87a7
parent52b7b7843d9523ebc3c60c51c7afc4a45cc10aad
tools/bpf: move bpf/lib netlink related functions into a new file

There are no functionality change for this patch.

In the subsequent patches, more netlink related library functions
will be added and a separate file is better than cluttering bpf.c.

Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/lib/bpf/Build
tools/lib/bpf/bpf.c
tools/lib/bpf/netlink.c [new file with mode: 0644]