On Mon, Aug 2, 2021 at 6:24 AM <joamaki@xxxxxxxxx> wrote: > > From: Jussi Maki <joamaki@xxxxxxxxx> > > Add a test suite to test XDP bonding implementation > over a pair of veth devices. > > Signed-off-by: Jussi Maki <joamaki@xxxxxxxxx> > --- Was there any reason not to use BPF skeleton in your new tests? And also bpf_link-based XDP attachment instead of netlink-based? > .../selftests/bpf/prog_tests/xdp_bonding.c | 467 ++++++++++++++++++ > 1 file changed, 467 insertions(+) > [...]