All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] net/mlx4_en: fix stats
@ 2016-05-25 16:50 Eric Dumazet
  2016-05-25 16:50 ` [PATCH net 1/4] net/mlx4_en: fix tx_dropped bug Eric Dumazet
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: Eric Dumazet @ 2016-05-25 16:50 UTC (permalink / raw)
  To: David S . Miller
  Cc: netdev, Eric Dumazet, Willem de Bruijn, Eugenia Emantayev, Eric Dumazet

mlx4 has various bugs in its ndo_get_stats() and related functions.
This patch series address the obvious issues.
Remaining ones will be discussed later.

Eric Dumazet (4):
  net/mlx4_en: fix tx_dropped bug
  net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats()
  net/mlx4_en: get rid of ret_stats
  net/mlx4_en: get rid of private net_device_stats

 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c |  2 +-
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c  | 17 +++++++++++------
 drivers/net/ethernet/mellanox/mlx4/en_port.c    | 18 ++++++------------
 drivers/net/ethernet/mellanox/mlx4/en_tx.c      |  8 ++++----
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h    |  3 +--
 5 files changed, 23 insertions(+), 25 deletions(-)

-- 
2.8.0.rc3.226.g39d4020

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2016-06-10  6:40 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-25 16:50 [PATCH net 0/4] net/mlx4_en: fix stats Eric Dumazet
2016-05-25 16:50 ` [PATCH net 1/4] net/mlx4_en: fix tx_dropped bug Eric Dumazet
2016-05-25 21:10   ` Alexei Starovoitov
2016-05-25 16:50 ` [PATCH net 2/4] net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats() Eric Dumazet
2016-05-25 16:50 ` [PATCH net 3/4] net/mlx4_en: get rid of ret_stats Eric Dumazet
2016-05-25 16:50 ` [PATCH net 4/4] net/mlx4_en: get rid of private net_device_stats Eric Dumazet
2016-05-26  9:38   ` Tariq Toukan
2016-05-26 12:54     ` Eric Dumazet
2016-05-26 19:38       ` David Miller
2016-05-26 12:58     ` David Laight
2016-05-26 12:59     ` Eric Dumazet
2016-06-03 18:52       ` [PATCH net-next] net/mlx4_en: mlx4_en_netpoll() should schedule TX, not RX Eric Dumazet
2016-06-06 10:38         ` Tariq Toukan
2016-06-08  4:24         ` [PATCH net-next] net/mlx4_en: fix ethtool -x Eric Dumazet
2016-06-09  8:00           ` Tariq Toukan
2016-06-10  6:40           ` David Miller
2016-06-09 10:48         ` [PATCH net-next] net/mlx4_en: mlx4_en_netpoll() should schedule TX, not RX Tariq Toukan
2016-06-10  5:24         ` David Miller
2016-05-26 19:35     ` [PATCH net 4/4] net/mlx4_en: get rid of private net_device_stats David Miller
2016-05-26  5:17 ` [PATCH net 0/4] net/mlx4_en: fix stats David Miller
2016-05-26  9:44 ` Tariq Toukan
2016-05-26 12:57   ` Eric Dumazet
2016-05-26 15:19     ` Or Gerlitz
2016-05-26 17:24       ` Eric Dumazet
2016-05-26 19:46       ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.