Skip to content
Commit 3dd7400b authored by Ronak Doshi's avatar Ronak Doshi Committed by David S. Miller
Browse files

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: default avatarRonak Doshi <doshir@vmware.com>
Acked-by: default avatarRishi Mehta <rmehta@vmware.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9ec49a7e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment