On 10/13/2011 5:52 AM, Andy Furniss wrote:
> Billy Mays wrote:
>
>> Trying to disable anything but gso seems to be disabled:
>>
>> root@af:/# ethtool -K eth1 tso off
>> Cannot set device tcp segmentation offload settings: Operation not
>> supported
>> root@af:/# ethtool -K eth1 gso off
>> root@af:/# ethtool -K eth1 rx off
>> Cannot set device rx csum settings: Operation not supported
>> root@af:/# ethtool -K eth1 tx off
>> Cannot set device tx csum settings: Operation not supported
>
> Hmm, maybe search for you nic/driver and see if a bug has been
> reported/fixed.
>
>> How can these settings be turned on, but not able to be turned off?
>> Would it be easier to just spend $20 and get a new nic?
>
> It may be quicker/less hassle - but I have no idea if it will actually
> fix your main problem. With tso off at least the tcpdumps should match.
>
For the sake of posterity, I believe I fixed the problem by updating my
kernel from 2.6.32-21-generic-pae to 2.6.38-11-generic-pae. Hope this
helps someone in the future.
Bill
|