Re: [PATCH net 1/6] net/mlx4_en: Do not count dropped packets twice

2016-02-17 Thread Or Gerlitz
On 2/16/2016 8:31 PM, Rick Jones wrote: I'm still not clear on when an Acked-by is appropriate, but given that this has been a non-trivial frustration for a long time, a hearty endorsement from me. Perhaps not important enough but it would be nice to have it flow back a release or two. sur

Re: [PATCH net 1/6] net/mlx4_en: Do not count dropped packets twice

2016-02-16 Thread Rick Jones
On 02/16/2016 07:01 AM, Or Gerlitz wrote: From: Amir Vadai RdropOvflw counter was mistakenly copied into rx_missed_errors. Because of that it was counted twice for the device dropped packets accounting. Fixes: c27a02cd94d6 ('mlx4_en: Add driver for Mellanox ConnectX 10GbE NIC') Signed-off-by:

[PATCH net 1/6] net/mlx4_en: Do not count dropped packets twice

2016-02-16 Thread Or Gerlitz
From: Amir Vadai RdropOvflw counter was mistakenly copied into rx_missed_errors. Because of that it was counted twice for the device dropped packets accounting. Fixes: c27a02cd94d6 ('mlx4_en: Add driver for Mellanox ConnectX 10GbE NIC') Signed-off-by: Amir Vadai Signed-off-by: Eugenia Emantayev