Re: [PATCH net-next 0/2] cxgb4: move stats fetched from firmware to debugfs

2018-07-11 Thread David Miller
From: Rahul Lakkireddy Date: Mon, 9 Jul 2018 21:42:45 +0530 > 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

[PATCH net-next 0/2] cxgb4: move stats fetched from firmware to debugfs

2018-07-09 Thread 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. Thank