commit | dcdc8994697faa789669c3fdaca1a8bc27a8f356 | [log] [tgz] |
---|---|---|
author | Tom Herbert <therbert@google.com> | Mon Feb 02 16:07:34 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 04 13:54:07 2015 -0800 |
tree | a105b07298d337a0b04b114422638768c3ee9266 | |
parent | 9a05dde59a35eee5643366d3d1e1f43fc9069adb [diff] |
net: add skb functions to process remote checksum offload This patch adds skb_remcsum_process and skb_gro_remcsum_process to perform the appropriate adjustments to the skb when receiving remote checksum offload. Updated vxlan and gue to use these functions. Tested: Ran TCP_RR and TCP_STREAM netperf for VXLAN and GUE, did not see any change in performance. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>