[dpdk-dev] [PATCH 0/2] fix vf statistic wraparound handling in macro

Harry van Haaren harry.van.haaren at intel.com
Mon Oct 12 15:33:41 CEST 2015


The following two patches fix a misinterpretation of the cyclic
counters of igb and ixgbe VF. When the 32bit value wraps around,
the code now handles the wrapped new value appropriatly.

Harry van Haaren (2):
  ixgbe: fix VF statistic wraparound handling macro
  igb: fix VF statistic wraparound handling macro

 drivers/net/e1000/igb_ethdev.c   | 6 +++++-
 drivers/net/ixgbe/ixgbe_ethdev.c | 8 ++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

-- 
1.9.1



More information about the dev mailing list