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

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 13 22:23:03 CEST 2016


> > 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>

Applied, thanks


More information about the dev mailing list