fou: Add GRO support
authorTom Herbert <therbert@google.com>
Wed, 17 Sep 2014 19:25:57 +0000 (12:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Sep 2014 21:15:31 +0000 (17:15 -0400)
commitafe93325bc02a5b2dea0cd7d78225de692265e6e
tree685a28ca9b3d961e64bb2a08d6ced2d92e33329a
parent23461551c00628c3f3fe9cf837bf53cf8f212b63
fou: Add GRO support

Implement fou_gro_receive and fou_gro_complete, and populate these
in the correponsing udp_offloads for the socket. Added ipproto to
udp_offloads and pass this from UDP to the fou GRO routine in proto
field of napi_gro_cb structure.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/ipv4/fou.c
net/ipv4/udp_offload.c