be2net: add a counter for pkts dropped in xmit path
authorSathya Perla <sathya.perla@emulex.com>
Tue, 1 Oct 2013 10:30:01 +0000 (16:00 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 16:45:52 +0000 (12:45 -0400)
commitbc617526db53246648a6690645572829bcc21a12
tree7adee253bbdef48df13bfd146873e6ea1bb748e9
parent2632bafd74ae7d058ae52be80e6393139fd29f23
be2net: add a counter for pkts dropped in xmit path

In the xmit path, the driver may drop some pkts due to reasons such as
DMA mapping errors, out of memory conditions or to protect HW from
unrecoverable errors. Add a counter in TX-stats for such drops.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be.h
drivers/net/ethernet/emulex/benet/be_ethtool.c
drivers/net/ethernet/emulex/benet/be_main.c