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
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
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
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