Skip to content

Commit

Permalink
Link to XDP-tutorial in top README
Browse files Browse the repository at this point in the history
This git-repo is too closely depending on the kernel, and
people likely want to use eBPF + XDP without being so
dependend on the kernel.

The XDP-tutorial is a much cleaner approach for userspace usage.
 https://github.com/xdp-project/xdp-tutorial

This related to issue #34

Signed-off-by: Jesper Dangaard Brouer <[email protected]>
  • Loading branch information
netoptimizer committed Jun 14, 2019
1 parent a94339c commit 225c939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ modules (see blogpost_).
XDP eBPF samples
================

**UPDATE**: See `XDP-tutorial`_ if you want to learn eBPF-coding,
and not depend on kernel tree.

The Linux kernel tree also contains some `eBPF samples`_ which this
github repo is also shadowing for easier prototyping, see directory
`samples/bpf/`_.
Expand Down Expand Up @@ -40,3 +43,4 @@ to generate pretty documentation).
.. _blogpost: http://netoptimizer.blogspot.dk/2014/11/announce-github-repo-prototype-kernel.html
.. _eBPF samples: https://github.com/torvalds/linux/blob/master/samples/bpf/
.. _samples/bpf/: kernel/samples/bpf/
.. _XDP-tutorial: https://github.com/xdp-project/xdp-tutorial

0 comments on commit 225c939

Please sign in to comment.