On 02/17/2016 07:24 AM, Or Gerlitz wrote:
From: Amir Vadai <redacted>
RdropOvflw counts overrun of HW buffer, therefore should
be used for rx_fifo_errors only.
Currently RdropOvflw counter is mistakenly also set into
rx_missed_errors and rx_over_errors too, which makes the
device total dropped packets accounting to show wrong results.
Fix that. Use it for rx_fifo_errors only.
Fixes: c27a02cd94d6 ('mlx4_en: Add driver for Mellanox ConnectX 10GbE NIC')
Signed-off-by: Amir Vadai <redacted>
Signed-off-by: Eugenia Emantayev <redacted>
Signed-off-by: Or Gerlitz <redacted>
Reviewed-By: Rick Jones <redacted>
rick