1
0
Fork 0
alistair23-linux/drivers/net/vmxnet3
Ronak Doshi 3dd7400b41 vmxnet3: turn off lro when rxcsum is disabled
Currently, when rx csum is disabled, vmxnet3 driver does not turn
off lro, which can cause performance issues if user does not turn off
lro explicitly. This patch adds fix_features support which is used to
turn off LRO whenever RXCSUM is disabled.

Signed-off-by: Ronak Doshi <doshir@vmware.com>
Acked-by: Rishi Mehta <rmehta@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-06-04 20:05:56 -07:00
..
Makefile vmxnet3: prepare for version 3 changes 2016-06-16 22:37:04 -07:00
upt1_defs.h vmxnet3: prepare for version 3 changes 2016-06-16 22:37:04 -07:00
vmxnet3_defs.h vmxnet3: introduce command to register memory region 2016-06-16 22:37:05 -07:00
vmxnet3_drv.c vmxnet3: turn off lro when rxcsum is disabled 2019-06-04 20:05:56 -07:00
vmxnet3_ethtool.c vmxnet3: turn off lro when rxcsum is disabled 2019-06-04 20:05:56 -07:00
vmxnet3_int.h vmxnet3: turn off lro when rxcsum is disabled 2019-06-04 20:05:56 -07:00