AF_XDP-example: move xdpsock example to bpf-examples repo

Move the xdpsock sample application from the Linux repo to the
bpf-examples repo. This example demonstrates a number of capabilities
of AF_XDP sockets.

Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>
This commit is contained in:
Magnus Karlsson
2022-08-19 09:20:58 +00:00
parent dbf4feb043
commit c425a168a1
6 changed files with 2189 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ SUBDIRS += tc-basic-classifier
SUBDIRS += tc-policy
SUBDIRS += traffic-pacing-edt
SUBDIRS += AF_XDP-forwarding
SUBDIRS += AF_XDP-example
.PHONY: check_submodule help clobber distclean clean $(SUBDIRS)