Re: [PATCH] ehea: Fixing LRO configuration
From: Breno Leitao <hidden>
Date: 2010-12-14 13:01:43
From: Breno Leitao <hidden>
Date: 2010-12-14 13:01:43
Hi Jesse, On 12/12/2010 10:39 PM, Jesse Gross wrote:
I don't think that this should enable those vlan offloading flags.
I just inserted ETH_FLAG_TXVLAN and ETH_FLAG_RXVLAN there because when I call ethtool -K ethX lro on/off, it sends the ETH_FLAG_LRO plus the vlan flags if they are enabled (and they are by default). So, if it doesn't make sense to be toggled, I can mask these flags at ehea_set_flags(). so that it doesn't arrive at ethtool_op_set_flags(). Does it sound better to you ? Thanks Breno