xdp-tools icon indicating copy to clipboard operation
xdp-tools copied to clipboard

Add xdpsock code to xdp-tools

Open tohojo opened this issue 5 months ago • 0 comments

This WiP PR imports the code from the xdpsock utility in the bpf_examples repository and incorporates the functionality into xdp-bench (drop and l2fwd) and xdp-trafficgen (tx).

The xdpsock code is transformed into library functions that can be called from both the xdp-bench and xdp-trafficgen binaries, and the options are converted into the xdp-tools parameter framework.

tohojo avatar Dec 02 '25 16:12 tohojo