This patchset adds an implementation of the xstats_get() and xstats_reset() API 
to the following PMDs: virtio, igb, igbvf, ixgbe, ixgbevf, i40e, i40evf and 
fm10k.

The xstats API allows DPDK apps to gain access to extended statistics from each 
port on a NIC. These statistics are structured as per a scheme detailed in the 
patch for the doc/prog_guide.

Harry van Haaren (11):
      doc: add extended statistics notes
      doc: add extended statistics to prog_guide
      ethdev: update xstats_get() strings and Q handling
      virtio: add xstats() implementation
      igb: add xstats() implementation
      igbvf: add xstats() implementation
      ixgbe: update statistic strings to scheme
      ixgbevf: add xstats() functions to VF
      i40e: add xstats() implementation
      i40evf: add xstats() implementation
      fm10k: add xstats() implementation

Reply via email to