Merge branch 'remcsum_adjust'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Nov 2014 17:25:51 +0000 (12:25 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Nov 2014 17:25:51 +0000 (12:25 -0500)
commit12bbd595ab45f093db36d12768926422013b3441
tree553e4f9745b404e0d1db149192e303fd51681e80
parentced7a04e394fe1df41d13b833baab5cfcb1d03b3
parent4fd671ded14f92cb8db0bf72747f4df508ba5e3d
Merge branch 'remcsum_adjust'

Tom Herbert says:

====================
gue: Generalize remote checksum offload

The remote checksum offload is generalized by creating a common
function (remcsum_adjust) that does the work of modifying the
checksum in remote checksum offload. This function can be called
from normal or GRO path. GUE was modified to use this function.

Remote checksum offload is described in
https://tools.ietf.org/html/draft-herbert-remotecsumoffload-01

Tested by running 200 TCP_STREAM connections over GUE, did not see
any problems with remote checksum offload enabled.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>