Re: [RFC PATCH v2 10/10] selftests: add functionals test for UDP GRO

2018-10-22 Thread Paolo Abeni
On Sun, 2018-10-21 at 16:09 -0400, Willem de Bruijn wrote: > On Fri, Oct 19, 2018 at 10:31 AM Paolo Abeni wrote: > > > > Extends the existing udp programs to allow checking for proper > > GRO aggregation/GSO size, and run the tests via a shell script, using > > a veth pair with XDP program attach

Re: [RFC PATCH v2 10/10] selftests: add functionals test for UDP GRO

2018-10-21 Thread Willem de Bruijn
On Fri, Oct 19, 2018 at 10:31 AM Paolo Abeni wrote: > > Extends the existing udp programs to allow checking for proper > GRO aggregation/GSO size, and run the tests via a shell script, using > a veth pair with XDP program attached to trigger the GRO code path. > > Signed-off-by: Paolo Abeni > ---

[RFC PATCH v2 10/10] selftests: add functionals test for UDP GRO

2018-10-19 Thread Paolo Abeni
Extends the existing udp programs to allow checking for proper GRO aggregation/GSO size, and run the tests via a shell script, using a veth pair with XDP program attached to trigger the GRO code path. Signed-off-by: Paolo Abeni --- tools/testing/selftests/net/Makefile | 2 +- tools/te