mbox series

[v2,0/2] test/distributor: perf burst mode quit fixes

Message ID 20210428142553.1593546-1-kda@semihalf.com (mailing list archive)
Headers
Series test/distributor: perf burst mode quit fixes |

Message

Stanislaw Kardach April 28, 2021, 2:25 p.m. UTC
  This series addresses two issues:

1. Worker threads hang when finishing the burst-mode distributor perf
   test. This was observed on a RISC-V platform as well as reproduced on
   x86.
2. Potential lack of fairness in final wakeup notification distribution
   in burst mode. Though this issue was not observed, the change is in
   line with the functional tests.

---
RFC -> V2

 - Split 2 fixes into separate patches.
 - Added review/test/ack tags from the RFC discussion.

---
Stanislaw Kardach (2):
  test/distributor: fix worker notification in burst
  test/distributor: fix burst flush on worker quit

 app/test/test_distributor_perf.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
  

Comments

David Marchand May 5, 2021, 2:54 p.m. UTC | #1
On Wed, Apr 28, 2021 at 4:28 PM Stanislaw Kardach <kda@semihalf.com> wrote:
>
> This series addresses two issues:
>
> 1. Worker threads hang when finishing the burst-mode distributor perf
>    test. This was observed on a RISC-V platform as well as reproduced on
>    x86.
> 2. Potential lack of fairness in final wakeup notification distribution
>    in burst mode. Though this issue was not observed, the change is in
>    line with the functional tests.

Series applied, thanks.