test/rcu: remove arbitrary limit on max core count
authorDavid Marchand <david.marchand@redhat.com>
Sat, 15 Jun 2019 06:42:23 +0000 (08:42 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 27 Jun 2019 20:32:46 +0000 (22:32 +0200)
commite6a14121f4ae273cbcd8fb87f9b3c0a074a62c26
tree0fa923da63f85491eb3c6db8ccb78a0400b97aa5
parent1ec35c80e873c3cd8325705d3515751c8f3367c0
test/rcu: remove arbitrary limit on max core count

We can have up to RTE_MAX_LCORE in a dpdk application.
Remove the limit on 128 cores and tests that are now always false.

Fixes: b87089b0bb19 ("test/rcu: add API and functional tests")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
app/test/test_rcu_qsbr.c
app/test/test_rcu_qsbr_perf.c