numam-dpdk/lib/librte_pmd_e1000
Ivan Boule e659b6b439 ethdev: add pause frame counters for em/igb/ixgbe
Add into the `rte_eth_stats` data structure 4 (64-bit) counters
of XOFF/XON pause frames received and sent on a given port.

Update em, igb, and ixgbe drivers to return the value of the 4 XOFF/XON
counters through the `rte_eth_stats_get` function exported by the DPDK
API.

Display the value of the 4 XOFF/XON counters in the `testpmd` application.

Signed-off-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-02-26 11:07:28 +01:00
..
e1000 update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
e1000_ethdev.h update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
e1000_logs.h update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
em_ethdev.c ethdev: add pause frame counters for em/igb/ixgbe 2014-02-26 11:07:28 +01:00
em_rxtx.c igb: restore workaround errata with wthresh on 82576 2014-02-26 10:22:32 +01:00
igb_ethdev.c ethdev: add pause frame counters for em/igb/ixgbe 2014-02-26 11:07:28 +01:00
igb_pf.c update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
igb_rxtx.c igb: restore workaround errata with wthresh on 82576 2014-02-26 10:22:32 +01:00
Makefile update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00