commit | 0201bda10679267f98b776b4af73e081d55cb73e | [log] [tgz] |
---|---|---|
author | Sameeh Jubran <sameehj@amazon.com> | Thu Sep 10 13:07:12 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 10 15:12:27 2020 -0700 |
tree | 95bac8411de8881a02982dca20c5310d4ee0112c | |
parent | 713865da3c623034a46b382b5d544048edcce827 [diff] |
net: ena: ethtool: add stats printing to XDP queues Added statistics for TX queues that are used for XDP TX. The statistics are the same as the ones printed for regular non-XDP TX queues. The XDP queue statistics can be queried using `ethtool -S <ifname>` Signed-off-by: Shay Agroskin <shayagr@amazon.com> Signed-off-by: Sameeh Jubran <sameehj@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>