[PATCH net 1/3] udp_tunnel: Remove redundant udp_tunnel_gro_complete().

2016-04-29 Thread Jarno Rajahalme
The setting of the UDP tunnel GSO type is already performed by udp[46]_gro_complete(). Signed-off-by: Jarno Rajahalme --- drivers/net/geneve.c | 2 -- drivers/net/vxlan.c | 2 -- include/net/udp_tunnel.h | 9 - net/ipv4/fou.c | 2 -- 4 files changed, 15 deletions(-) d

Re: [PATCH net 1/3] udp_tunnel: Remove redundant udp_tunnel_gro_complete().

2016-04-29 Thread Jarno Rajahalme
This is a two patch series.. I had a third patch which fixed a bug that was already fixed, so I dropped it but failed to generate messages again, hence the “[12]/3”. Sorry for the noise, Jarno > On Apr 29, 2016, at 3:28 PM, Jarno Rajahalme wrote: > > The setting of the UDP tunnel GSO type i