Hi
On Thu, Jan 10, 2013 at 6:16 PM, Bhushan <
bhusha...@gmail.com> wrote:
> rx_no_buffer_count: 17967
> rx_missed_errors: 37739
This suggests that your current ring buffers are not capable of holding data.
Run following command to fix this.
ethtool -G eth7 rx 4096
Please note that
1) This will not reset current dropped counters. However, drop
counters should not increase.
2) This will change at every reboot/ NIC up-down. I am sure that you
know how to use /etc/rc.local
3) ==> Other strange thing is that whenever i start tcpdump capturing
on same interface dropped counters are not increased.
There is no way tcpdump can detect this. So its not strange, its normal.
--
The production of too many useful things results in too many useless people.
With best regards,
Nehal Dattani