]> git.karo-electronics.de Git - linux-beck.git/commit
net/mlx4_en: Fix off-by-one in counters manipulation
authorEran Ben Elisha <eranbe@mellanox.com>
Tue, 5 May 2015 14:07:11 +0000 (17:07 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 May 2015 23:39:12 +0000 (19:39 -0400)
commitcae0633872fc8b0c34930dd2862856563bce58ec
treea618dd534721f5f7539a4c14facdd714752589e7
parent7aab5159fa0100ee3f80d1b0f55cd7e9b5823270
net/mlx4_en: Fix off-by-one in counters manipulation

This caused the en_stats_adder helper to accumulate a field which is
not related to the counter, fix that.

Fixes: a3333b35da16 ('net/mlx4_en: Moderate ethtool callback to show [..]')
Signed-off-by: Eran Ben Elisha <eranbe@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_port.c