summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_port.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-05-25 09:50:38 -0700
committerDavid S. Miller <davem@davemloft.net>2016-05-25 22:15:50 -0700
commit9ed17db17fb01a7be5b84558b768c091bdf8bb41 (patch)
tree43fd2851d5d3984ea4f19dabec28885e8970b61c /drivers/net/ethernet/mellanox/mlx4/en_port.c
parent45acbac609e73991dd9c3c9b7ffd03ddb8c939ef (diff)
downloadtalos-op-linux-9ed17db17fb01a7be5b84558b768c091bdf8bb41.tar.gz
talos-op-linux-9ed17db17fb01a7be5b84558b768c091bdf8bb41.zip
net/mlx4_en: get rid of ret_stats
mlx4 uses a private struct net_device_stats in a vain attempt to avoid races. This is buggy because multiple cpus could call mlx4_en_get_stats() at the same time, so ret_stats can not guarantee stable results. To fix this, we need to switch to ndo_get_stats64() as this method provides per-thread storage. This allows to reduce mlx4_en_priv bloat. Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Willem de Bruijn <willemb@google.com> Cc: Eugenia Emantayev <eugenia@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx4/en_port.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud