Re: [PATCH net-next] net/mlx4_en: Fix IPv6 csum calculation

2015-08-29 Thread Or Gerlitz
On Fri, Aug 28, 2015 at 12:46 PM, Joe Perches wrote: > On Fri, 2015-08-28 at 14:28 -0500, cls...@linux.vnet.ibm.com wrote: >> From: Carol L Soto >> >> Seeing this message with mlx4_eni with IPv6: hw csum failure >> >> Changing IPv6 csum calculation to be based on OFED 2.4 code. >> When calculate

Re: [PATCH net-next] net/mlx4_en: Fix IPv6 csum calculation

2015-08-28 Thread Joe Perches
On Fri, 2015-08-28 at 14:28 -0500, cls...@linux.vnet.ibm.com wrote: > From: Carol L Soto > > Seeing this message with mlx4_eni with IPv6: hw csum failure > > Changing IPv6 csum calculation to be based on OFED 2.4 code. > When calculate IPv6 csum based also on source and destination > addresses.

[PATCH net-next] net/mlx4_en: Fix IPv6 csum calculation

2015-08-28 Thread clsoto
From: Carol L Soto Seeing this message with mlx4_eni with IPv6: hw csum failure Changing IPv6 csum calculation to be based on OFED 2.4 code. When calculate IPv6 csum based also on source and destination addresses. Signed-off-by: Muhammad Mahajna Signed-off-by: Carol L Soto --- drivers/net/et