On Mon, Sep 23, 2019 at 8:53 AM Willem de Bruijn
wrote:
>
> On Fri, Sep 20, 2019 at 12:49 AM Steffen Klassert
> wrote:
> >
> > This patch enables UDP GRO regardless if a GRO capable
> > socket is present. With this GRO is done by default
> > for the local input and forwarding path.
> >
> > Signed
On Fri, Sep 20, 2019 at 12:49 AM Steffen Klassert
wrote:
>
> This patch enables UDP GRO regardless if a GRO capable
> socket is present. With this GRO is done by default
> for the local input and forwarding path.
>
> Signed-off-by: Steffen Klassert
> struct sk_buff *__udp_gso_segment(struct sk_b
This patch enables UDP GRO regardless if a GRO capable
socket is present. With this GRO is done by default
for the local input and forwarding path.
Signed-off-by: Steffen Klassert
---
include/net/udp.h | 2 +-
net/ipv4/udp_offload.c | 38 --
net/ipv6/udp