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

2015-10-28 Thread Thomas Monjalon
2015-10-12 17:45, Harry van Haaren: > 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. > > v2: > - Reimplemented with Alex's suggested fix for off-by-one >

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

2015-10-12 Thread Harry van Haaren
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. v2: - Reimplemented with Alex's suggested fix for off-by-one v1: - Initial implementation Harry van Haaren (2)

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

2015-10-12 Thread Harry van Haaren
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 han