Re: [PATCH RFC 5/5] udp: Support UDP fraglist GRO/GSO.

2019-09-30 Thread Willem de Bruijn
On Mon, Sep 30, 2019 at 2:30 AM Steffen Klassert wrote: > > On Mon, Sep 23, 2019 at 09:01:13AM -0400, Willem de Bruijn wrote: > > On Fri, Sep 20, 2019 at 12:49 AM Steffen Klassert > > wrote: > > > > > > This patch extends UDP GRO to support fraglist GRO/GSO > > > by using the previously introduce

Re: [PATCH RFC 5/5] udp: Support UDP fraglist GRO/GSO.

2019-09-29 Thread Steffen Klassert
On Mon, Sep 23, 2019 at 09:01:13AM -0400, Willem de Bruijn wrote: > On Fri, Sep 20, 2019 at 12:49 AM Steffen Klassert > wrote: > > > > This patch extends UDP GRO to support fraglist GRO/GSO > > by using the previously introduced infrastructure. > > All UDP packets that are not targeted to a GRO ca

Re: [PATCH RFC 5/5] udp: Support UDP fraglist GRO/GSO.

2019-09-23 Thread Willem de Bruijn
On Fri, Sep 20, 2019 at 12:49 AM Steffen Klassert wrote: > > This patch extends UDP GRO to support fraglist GRO/GSO > by using the previously introduced infrastructure. > All UDP packets that are not targeted to a GRO capable > UDP sockets are going to fraglist GRO now (local input > and forward).

[PATCH RFC 5/5] udp: Support UDP fraglist GRO/GSO.

2019-09-19 Thread Steffen Klassert
This patch extends UDP GRO to support fraglist GRO/GSO by using the previously introduced infrastructure. All UDP packets that are not targeted to a GRO capable UDP sockets are going to fraglist GRO now (local input and forward). Signed-off-by: Steffen Klassert --- net/ipv4/udp_offload.c | 56 ++