netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] cxgb4: move stats fetched from firmware to debugfs
@ 2018-07-09 16:12 Rahul Lakkireddy
  2018-07-09 16:12 ` [PATCH net-next 1/2] cxgb4: remove stats fetched from firmware Rahul Lakkireddy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rahul Lakkireddy @ 2018-07-09 16:12 UTC (permalink / raw)
  To: netdev; +Cc: davem, ganeshgr, indranil, nirranjan, Rahul Lakkireddy

Some stats are fetched via slow firmware mailbox, which can cause
packet drops under heavy load. So, this series removes these stats
from ethtool -S and expose them via debugfs.

Patch 1 removes stats fetched via firmware from ethtool -S.
Patch 2 exposes stats removed in Patch 1 via debugfs.

Thanks,
Rahul

Rahul Lakkireddy (2):
  cxgb4: remove stats fetched from firmware
  cxgb4: expose stats fetched from firmware via debugfs

 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 164 +++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c | 133 -----------------
 2 files changed, 164 insertions(+), 133 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2018-07-12  6:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-09 16:12 [PATCH net-next 0/2] cxgb4: move stats fetched from firmware to debugfs Rahul Lakkireddy
2018-07-09 16:12 ` [PATCH net-next 1/2] cxgb4: remove stats fetched from firmware Rahul Lakkireddy
2018-07-09 16:12 ` [PATCH net-next 2/2] cxgb4: expose stats fetched from firmware via debugfs Rahul Lakkireddy
2018-07-12  5:59 ` [PATCH net-next 0/2] cxgb4: move stats fetched from firmware to debugfs David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).