NTB: perf: Fix race condition when run with ntb_test
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 9 Jan 2019 19:22:32 +0000 (12:22 -0700)
committerJon Mason <jdmason@kudzu.us>
Sat, 6 Jun 2020 00:02:09 +0000 (20:02 -0400)
commit34d8673a01b053b6231a995a4eec9341163d63be
treef179c45744e4bd503aa59e0b00ee0c2a25c2003c
parentb54369a248c2e033bfcf5d6917e08cf9d73d54a6
NTB: perf: Fix race condition when run with ntb_test

When running ntb_test, the script tries to run the ntb_perf test
immediately after probing the modules. Since adding multi-port support,
this fails seeing the new initialization procedure in ntb_perf
can not complete instantly.

To fix this we add a completion which is waited on when a test is
started. In this way, run can be written any time after the module is
loaded and it will wait for the initialization to complete instead of
sending an error.

Fixes: 5648e56d03fa ("NTB: ntb_perf: Add full multi-port NTB API support")
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Acked-by: Allen Hubbe <allenbh@gmail.com>
Tested-by: Alexander Fomichev <fomichev.ru@gmail.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/ntb/test/ntb_perf.c