>-----Original Message-----
>From: David Marchand [mailto:[email protected]]
>Sent: Tuesday, June 4, 2019 2:00 AM
>To: [email protected]
>Cc: [email protected]; [email protected]; [email protected];
>[email protected]; Wang, Yipeng1
><[email protected]>; Gobriel, Sameh <[email protected]>;
>Richardson, Bruce <[email protected]>; De Lara
>Guarch, Pablo <[email protected]>
>Subject: [PATCH 04/14] test/hash: fix off-by-one check on core count
>
>This subtest wants to start rwc_core_cnt[n] reader threads, while the
>master core is waiting for them to report.
>
[Wang, Yipeng] May add a sentence to make the commit message more explicit:
The code does not consider the master core in the core
count calculation. This commit fixes this issue.
>Fixes: c7eb0972e74b ("test/hash: add lock-free r/w concurrency")
>Cc: [email protected]
>
>Signed-off-by: David Marchand <[email protected]>
Acked-by: Yipeng Wang <[email protected]>