commit | afe93325bc02a5b2dea0cd7d78225de692265e6e | [log] [tgz] |
---|---|---|
author | Tom Herbert <therbert@google.com> | Wed Sep 17 12:25:57 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 19 17:15:31 2014 -0400 |
tree | 685a28ca9b3d961e64bb2a08d6ced2d92e33329a | |
parent | 23461551c00628c3f3fe9cf837bf53cf8f212b63 [diff] |
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>