Re: [PATCHv2 net-next] cxgb4vf: don't offload Rx checksums for IPv6 fragments

2016-09-15 Thread David Miller
From: Hariprasad Shenai Date: Tue, 13 Sep 2016 13:39:24 +0530 > The checksum provided by the device doesn't include the L3 headers, > as IPv6 expects > > Signed-off-by: Hariprasad Shenai > --- > V2: Fixed compilation issue reported by kbuild bot Applied.

[PATCHv2 net-next] cxgb4vf: don't offload Rx checksums for IPv6 fragments

2016-09-13 Thread Hariprasad Shenai
The checksum provided by the device doesn't include the L3 headers, as IPv6 expects Signed-off-by: Hariprasad Shenai --- V2: Fixed compilation issue reported by kbuild bot drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drive