]> 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)
commit7db325d1d0a2dd7d716d4efde2ab25fbe6a141a8
tree4c58b2106198e64b4712fc3d27a6dcc5ba5b87a7
parentbb7342e1e707d504b1b695c1b9d1a6e9975b83fb
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]