Re: [PATCH net] Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets

2016-04-21 Thread David Miller
From: Shrikrishna Khare Date: Wed, 20 Apr 2016 18:12:29 -0700 > For IPv6, if the device indicates that the checksum is correct, set > CHECKSUM_UNNECESSARY. > > Reported-by: Subbarao Narahari > Signed-off-by: Shrikrishna Khare > Signed-off-by: Jin Heo Applied.

[PATCH net] Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets

2016-04-20 Thread Shrikrishna Khare
For IPv6, if the device indicates that the checksum is correct, set CHECKSUM_UNNECESSARY. Reported-by: Subbarao Narahari Signed-off-by: Shrikrishna Khare Signed-off-by: Jin Heo --- drivers/net/vmxnet3/vmxnet3_drv.c | 12 drivers/net/vmxnet3/vmxnet3_int.h | 4 ++-- 2 files changed