net/mlx4_en: Fix endianness bug in IPV6 csum calculation
authorDaniel Jurgens <danielj@mellanox.com>
Wed, 4 May 2016 12:00:33 +0000 (15:00 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 May 2016 03:26:14 +0000 (23:26 -0400)
commit82d69203df634b4dfa765c94f60ce9482bcc44d6
tree672c7c28769be55984db0089f97b60baf059384f
parentc2cf530d42437fa2a1fce7b56ea4b478ec35b42a
net/mlx4_en: Fix endianness bug in IPV6 csum calculation

Use htons instead of unconditionally byte swapping nexthdr.  On a little
endian systems shifting the byte is correct behavior, but it results in
incorrect csums on big endian architectures.

Fixes: f8c6455bb04b ('net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETE')
Signed-off-by: Daniel Jurgens <danielj@mellanox.com>
Reviewed-by: Carol Soto <clsoto@us.ibm.com>
Tested-by: Carol Soto <clsoto@us.ibm.com>
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_rx.c