Re: [PATCH net-next 8/8] selftests: net: add UDP GRO forwarding self-tests

2021-03-23 Thread Paolo Abeni
Hello, On Mon, 2021-03-22 at 09:44 -0400, Willem de Bruijn wrote: > > diff --git a/tools/testing/selftests/net/udpgro_fwd.sh > > b/tools/testing/selftests/net/udpgro_fwd.sh > > new file mode 100755 > > index 0..ac7ac56a27524 > > --- /dev/null > > +++ b/tools/testing/selftests/net/udpg

Re: [PATCH net-next 8/8] selftests: net: add UDP GRO forwarding self-tests

2021-03-22 Thread Paolo Abeni
On Mon, 2021-03-22 at 09:44 -0400, Willem de Bruijn wrote: > On Sun, Mar 21, 2021 at 1:02 PM Paolo Abeni wrote: > > create a bunch of virtual topology and verify that > > GRO_FRAG_LIST and GRO_FWD aggregate the ingress > > what are these constants? Aliases for SKB_GSO_FRAGLIST and ? Well, I was

Re: [PATCH net-next 8/8] selftests: net: add UDP GRO forwarding self-tests

2021-03-22 Thread Willem de Bruijn
On Sun, Mar 21, 2021 at 1:02 PM Paolo Abeni wrote: > > create a bunch of virtual topology and verify that > GRO_FRAG_LIST and GRO_FWD aggregate the ingress what are these constants? Aliases for SKB_GSO_FRAGLIST and ? > packets as expected, and the aggregate packets > are segmented correctly when

[PATCH net-next 8/8] selftests: net: add UDP GRO forwarding self-tests

2021-03-21 Thread Paolo Abeni
create a bunch of virtual topology and verify that GRO_FRAG_LIST and GRO_FWD aggregate the ingress packets as expected, and the aggregate packets are segmented correctly when landing on a socket Also test L4 aggregation on top of UDP tunnel (vxlan) Signed-off-by: Paolo Abeni --- tools/testing/s