[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#572201: Further queries



On Mon, Mar 15, 2010 at 05:20:32PM +0000, stephen mulcahy wrote:
> Hi,
>
> Any further thoughts on this?
>
> In the ethtool output, I notice the following
>
> rx_pause: 46798
> rx_drop_frame: 46798
>
> I've checked some other machines and I don't see any of either stat -  
> possibly because these are specific to some nic drivers?

The statistics available through ethtool are entirely driver-dependent.
There is a small set of standard statistics which are shown in
/proc/net/dev and under /sys/class/net/<name>/statistics/.

> Anyway, is it  normal for those numbers to be the same?

All pause frames should be dropped, either by the hardware or the driver.
So it's not unexpected that these are equal.

It might be interesting to see what happens if you disable pause frame
handling with this command:

    ethtool -A eth0 autoneg off rx off tx off

> As I said, I'm not seeing the behaviour with the 2.6.30 kernel - so  
> wondering what has changed.

I can't see any major changes in the forcedeth driver since 2.6.30.

> I see Linux 2.6.32.10 was just released, is it worth my while building  
> that and seeing if I can reproduce the problem?

We will shortly update the official kernel packages to incorporate this
release, so you could just wait a day or two and update.  However I'm not
aware of any changes in 2.6.32.10 that would fix this sort of bug.

Ben.

-- 
Ben Hutchings
It is a miracle that curiosity survives formal education. - Albert Einstein



Reply to: