Commit Graph

1 Commits

Author SHA1 Message Date
Magnus Karlsson
dbf4feb043 AF_XDP-forwarding: move xsk_fwd to bpf-examples
Move the xsk_fwd example application from the Linux repo to
bpf-examples. This sample demonstrates the ability to share a umem
between multiple sockets by implementing a simple packet forwarding
application. It also has a buffer pool manager for allocating and
freeing packet buffers.

Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>
2022-09-21 11:58:41 +00:00