On Tue, Mar 30, 2021 at 6:30 AM Paolo Abeni <pab...@redhat.com> wrote: > > Create a bunch of virtual topologies and verify that > NETIF_F_GRO_FRAGLIST or NETIF_F_GRO_UDP_FWD-enabled > devices aggregate the ingress packets as expected. > Additionally check that the aggregate packets are > segmented correctly when landing on a socket > > Also test SKB_GSO_FRAGLIST and SKB_GSO_UDP_L4 aggregation > on top of UDP tunnel (vxlan) > > v1 -> v2: > - hopefully clarify the commit message > - moved the overlay network ipv6 range into the 'documentation' > reserved range (Willem) > > Signed-off-by: Paolo Abeni <pab...@redhat.com>
Acked-by: Willem de Bruijn <will...@google.com>