]> git.karo-electronics.de Git - karo-tx-linux.git/commit
samples/bpf: add a README file to get users started
authorJesper Dangaard Brouer <brouer@redhat.com>
Thu, 28 Apr 2016 12:21:04 +0000 (14:21 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2016 18:25:32 +0000 (14:25 -0400)
commit1c97566d515de2ef66873e30288b150f0154f3b3
treefc261307afeec86f598abe3d87832c98fd19f4af
parent7b01dd5793394ee2ef47c328b28c30f5c01107c9
samples/bpf: add a README file to get users started

Getting started with using examples in samples/bpf/ is not
straightforward.  There are several dependencies, and specific
versions of these dependencies.

Just compiling the example tool is also slightly obscure, e.g. one
need to call make like:

 make samples/bpf/

Do notice the "/" slash after the directory name.

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Acked-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
samples/bpf/README.rst [new file with mode: 0644]