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)
commit3a4c1dc58bc7beb67e9ca8c186b6278fb0bc5f04
tree6f1de267c826685ddd166c2740bde6030f2049b0
parent0920029bd7cded3f6bd0d0413f67e764c0af9b61
app/test: fix wraparound of mempool performance rate

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>
app/test/test_mempool_perf.c