test/event: fix build for timer adapter
authorNikhil Rao <nikhil.rao@intel.com>
Thu, 27 Sep 2018 05:46:14 +0000 (11:16 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 1 Oct 2018 14:52:21 +0000 (16:52 +0200)
commit6298ec1bf8539e259595411a4af382487d32ec5c
tree6d3f3dccfffa9a12a75f6ca738c6cde650a91f65
parent1dedffeba714eebb462e1cfa8c322db0bfede9c9
test/event: fix build for timer adapter

Limit the number of objects passed to rte_mempool_put_bulk()
to the size of the object table. This fix eliminates a compiler
warning (array-bounds) triggered when the march command line
parameter to gcc is set to nehalem.

Fixes: d1f3385d0076 ("test: add event timer adapter auto-test")
Cc: stable@dpdk.org
Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
test/test/test_event_timer_adapter.c