Re: [PATCH RFC 1/5] UDP: enable GRO by default.

2019-09-23 Thread Willem de Bruijn
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

Re: [PATCH RFC 1/5] UDP: enable GRO by default.

2019-09-23 Thread Willem de Bruijn
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

[PATCH RFC 1/5] UDP: enable GRO by default.

2019-09-19 Thread Steffen Klassert
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