Re: [PATCH net] esp: skip GRO for fragmented packets

2017-04-28 Thread Sabrina Dubroca
2017-04-27, 12:43:35 +0200, Steffen Klassert wrote: > On Thu, Apr 27, 2017 at 12:31:14PM +0200, Sabrina Dubroca wrote: > > Currently, ESP4 GRO doesn't work for fragmented packets, so let's send > > these through the normal path. > > > > Fixes: 7785bba299a8 ("esp: Add a software GRO codepath") > >

Re: [PATCH net] esp: skip GRO for fragmented packets

2017-04-27 Thread Steffen Klassert
On Thu, Apr 27, 2017 at 12:31:14PM +0200, Sabrina Dubroca wrote: > Currently, ESP4 GRO doesn't work for fragmented packets, so let's send > these through the normal path. > > Fixes: 7785bba299a8 ("esp: Add a software GRO codepath") > Signed-off-by: Sabrina Dubroca > --- > Steffen, if you prefer t

[PATCH net] esp: skip GRO for fragmented packets

2017-04-27 Thread Sabrina Dubroca
Currently, ESP4 GRO doesn't work for fragmented packets, so let's send these through the normal path. Fixes: 7785bba299a8 ("esp: Add a software GRO codepath") Signed-off-by: Sabrina Dubroca --- Steffen, if you prefer to drop this patch and fix this properly, that's okay for me. I can't look much