diff options
author | Paolo Abeni <pabeni@redhat.com> | 2021-03-30 12:28:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-30 17:06:49 -0700 |
commit | d18931a92a0b5feddd8a39d097b90ae2867db02f (patch) | |
tree | 14b3afa1199747e6b479aef19c290b34a226e7d4 /drivers/tty/vcc.c | |
parent | 78352f73dc5047f3f744764cc45912498c52f3c9 (diff) | |
download | linux-d18931a92a0b5feddd8a39d097b90ae2867db02f.tar.bz2 |
vxlan: allow L4 GRO passthrough
When passing up an UDP GSO packet with L4 aggregation, there is
no need to segment it at the vxlan level. We can propagate the
packet untouched and let it be segmented later, if needed.
Introduce an helper to allow let the UDP socket to accept any
L4 aggregation and use it in the vxlan driver.
v1 -> v2:
- updated to use the newly introduced UDP socket 'accept*' fields
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/tty/vcc.c')
0 files changed, 0 insertions, 0 deletions