On Thu, 7 Nov 2024 17:10:07 +0100 Alexander Lobakin wrote: > XDP for idpf is currently 5 chapters: > * convert Rx to libeth; > * convert Tx and stats to libeth; > * generic XDP and XSk code changes (this); > * actual XDP for idpf via libeth_xdp; > * XSk for idpf (^). include/net/libeth/xsk.h:93:2-3: Unneeded semicolon include/net/libeth/xdp.h:660:2-3: Unneeded semicolon include/net/libeth/xdp.h:957:2-3: Unneeded semicolon :(