bna: add missing per queue ethtool stat
authorIvan Vecera <ivecera@redhat.com>
Thu, 15 Sep 2016 20:47:51 +0000 (22:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2020 08:26:35 +0000 (10:26 +0200)
commitfff70051a18e96d2e758ef261b3b19c9e33c8d28
tree4a1bc44eff215907829c5cac4bfec3a0692bd35f
parentd7633eef5de379595beb18a42a33534de8c206aa
bna: add missing per queue ethtool stat

commit 2835d2d9e366a2985b24051d228333bfba82f3a7 upstream.

Commit ba5ca784 "bna: check for dma mapping errors" added besides other
things a statistic that counts number of DMA buffer mapping failures
per each Rx queue. This counter is not included in ethtool stats output.

Fixes: ba5ca784 "bna: check for dma mapping errors"
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/brocade/bna/bnad_ethtool.c