net: ena: ethtool: add stats printing to XDP queues
authorSameeh Jubran <sameehj@amazon.com>
Thu, 10 Sep 2020 13:07:12 +0000 (13:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Sep 2020 22:12:27 +0000 (15:12 -0700)
commit0201bda10679267f98b776b4af73e081d55cb73e
tree95bac8411de8881a02982dca20c5310d4ee0112c
parent713865da3c623034a46b382b5d544048edcce827
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>
drivers/net/ethernet/amazon/ena/ena_ethtool.c