app/test: fix wraparound of mempool performance rate
authorDavid Hunt <david.hunt@intel.com>
Thu, 26 May 2016 14:15:54 +0000 (15:15 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Jun 2016 20:22:15 +0000 (22:22 +0200)
Recent CPU's can easily wrap around a 32-bit unsigned int in
the mempool perf test. Increase to a 64-bit uint.

Signed-off-by: David Hunt <david.hunt@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>

No differences found