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