[PATCH net-next 0/8] udp: GRO in UDP sockets

2016-04-05 Thread Tom Herbert
This patch set adds GRO functions (gro_receive and gro_complete) to UDP sockets and removes udp_offload infrastructure. Add GRO functions (gro_receive and gro_complete) to UDP sockets. In udp_gro_receive and udp_gro_complete a socket lookup is done instead of looking up the port number in udp_offl

Re: [PATCH net-next 0/8] udp: GRO in UDP sockets

2016-04-07 Thread David Miller
From: Tom Herbert Date: Tue, 5 Apr 2016 08:22:48 -0700 > This patch set adds GRO functions (gro_receive and gro_complete) to UDP > sockets and removes udp_offload infrastructure. > > Add GRO functions (gro_receive and gro_complete) to UDP sockets. In > udp_gro_receive and udp_gro_complete a sock