test/rcu: fix test case
authorHonnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Fri, 28 Jun 2019 18:43:42 +0000 (13:43 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 29 Jun 2019 12:29:52 +0000 (14:29 +0200)
commit21c17c155686c6e98e70df5b2dae7bb580f4adb6
treec9daf67bb8556304ce4e6d2095bf30b83493981b
parent104dbec2081a50dac9dc53b474a5acd8c5e4d296
test/rcu: fix test case

Test case for rte_rcu_qsbr_get_memsize is written specifically
for 128 threads. Do not use RTE_MAX_LCORE as it changes for
different configurations.

Fixes: e6a14121f4ae ("test/rcu: remove arbitrary limit on max core count")
Cc: stable@dpdk.org
Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
app/test/test_rcu_qsbr.c