Re: [PATCH net-next 00/10] udp: implement GRO support

2018-11-07 Thread David Miller
From: Paolo Abeni Date: Wed, 7 Nov 2018 12:38:27 +0100 > This series implements GRO support for UDP sockets, as the RX counterpart > of commit bec1f6f69736 ("udp: generate gso with UDP_SEGMENT"). > The core functionality is implemented by the second patch, introducing a new > sockopt to enable U

Re: [PATCH net-next 00/10] udp: implement GRO support

2018-11-07 Thread David Miller
From: Willem de Bruijn Date: Wed, 7 Nov 2018 13:56:52 -0600 > For the series: > > Acked-by: Willem de Bruijn > > (Let me know if I need to Ack each patch directly) You do not. This is why I like header postings so much, reviewers can just reply to it to ACK the entire series.

Re: [PATCH net-next 00/10] udp: implement GRO support

2018-11-07 Thread Willem de Bruijn
On Wed, Nov 7, 2018 at 5:43 AM Paolo Abeni wrote: > > This series implements GRO support for UDP sockets, as the RX counterpart > of commit bec1f6f69736 ("udp: generate gso with UDP_SEGMENT"). > The core functionality is implemented by the second patch, introducing a new > sockopt to enable UDP_GR

[PATCH net-next 00/10] udp: implement GRO support

2018-11-07 Thread Paolo Abeni
This series implements GRO support for UDP sockets, as the RX counterpart of commit bec1f6f69736 ("udp: generate gso with UDP_SEGMENT"). The core functionality is implemented by the second patch, introducing a new sockopt to enable UDP_GRO, while patch 3 implements support for passing the segment s