Re: [dpdk-dev] [PATCH 04/14] test/hash: fix off-by-one check on core count

2019-06-05 Thread Wang, Yipeng1
>-Original Message- >From: David Marchand [mailto:david.march...@redhat.com] >Sent: Tuesday, June 4, 2019 2:00 AM >To: dev@dpdk.org >Cc: tho...@monjalon.net; acon...@redhat.com; msant...@redhat.com; >sta...@dpdk.org; Wang, Yipeng1 >; Gobriel, Sameh ; >Richardson, Bruce ; De Lara >Guarch,

Re: [dpdk-dev] [PATCH 04/14] test/hash: fix off-by-one check on core count

2019-06-04 Thread Aaron Conole
David Marchand writes: > This subtest wants to start rwc_core_cnt[n] reader threads, while the > master core is waiting for them to report. > > Fixes: c7eb0972e74b ("test/hash: add lock-free r/w concurrency") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand > --- Acked-by: Aaron Conole

[dpdk-dev] [PATCH 04/14] test/hash: fix off-by-one check on core count

2019-06-04 Thread David Marchand
This subtest wants to start rwc_core_cnt[n] reader threads, while the master core is waiting for them to report. Fixes: c7eb0972e74b ("test/hash: add lock-free r/w concurrency") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- app/test/test_hash_readwrite_lf.c | 2 +- 1 file changed, 1 ins