[dpdk-dev] [PATCH] ethdev: add pause frame counters for em/igb/ixgbe

2013-09-16 Thread Thomas Monjalon
13/09/2013 16:23, Ivan Boule : > 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

[dpdk-dev] [PATCH] ethdev: add pause frame counters for em/igb/ixgbe

2013-09-13 Thread Ivan Boule
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