Skip to content

Commit

Permalink
README: Add link to xdp-forward subdirectory
Browse files Browse the repository at this point in the history
Sort the tools mentions by name while we're at it.

Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Oct 11, 2024
1 parent f324f05 commit 84d3c95
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ code that uses the library.
The repository contains the following:

- [[lib/libxdp/][lib/libxdp/]] - the =libxdp= library itself - can be built standalone using =make libxdp=
- [[xdp-loader/][xdp-loader/]] - a command-line utility for loading XDP programs using =libxdp=
- [[xdp-filter/][xdp-filter/]] - a simple packet filtering utility powered by XDP
- [[xdp-bench/][xdp-bench/]] - an XDP benchmarking tool
- [[xdp-dump/][xdp-dump/]] - a tcpdump-like tool for capturing packets at the XDP layer
- [[xdp-filter/][xdp-filter/]] - a simple packet filtering utility powered by XDP
- [[xdp-forward/][xdp-forward/]] - an XDP forwarding plane
- [[xdp-loader/][xdp-loader/]] - a command-line utility for loading XDP programs using =libxdp=
- [[xdp-monitor/][xdp-monitor/]] - a simple XDP tracepoint monitoring tool
- [[xdp-bench/][xdp-bench/]] - an XDP benchmarking tool
- [[xdp-trafficgen/][xdp-trafficgen/]] - an XDP-based packet generator
- [[headers/xdp/][headers/xdp/]] - reusable eBPF code snippets for XDP (installed in /usr/include/xdp by =make install=).
- [[lib/util/][lib/util/]] - common code shared between the different utilities
Expand Down

0 comments on commit 84d3c95

Please sign in to comment.