]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit640ff3c6bfb09f92fa9e700a4e99920c9d2d2ec4
tree4c58b2106198e64b4712fc3d27a6dcc5ba5b87a7
parenta1bf9bc703f3ef79f770ca3bff4b7c66a9a4f348
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]