[dpdk-dev] [PATCH v2] test: fix mempool perf test enq_count wraparound of 32-bit uint

Olivier Matz olivier.matz at 6wind.com
Mon May 30 10:47:53 CEST 2016


Hi David,

On 05/26/2016 04:15 PM, David Hunt wrote:
> recent CPU's can easily wrap around a 32-bit unsigned int in
> the mempool perf test. Increase to a 64-bit uint.
> 
> v2: change from %lu to %"PRIu64"
> 
> Signed-off-by: David Hunt <david.hunt at intel.com>

Acked-by: Olivier Matz <olivier.matz at 6wind.com>



More information about the dev mailing list