Re: [PATCH v7 3/4] app/test: add unit tests for lcore poll busyness

2022-09-30 Thread Mattias Rönnblom
On 2022-09-14 11:29, Kevin Laatz wrote: Add API unit tests and perf unit tests for the newly added lcore poll busyness feature. Signed-off-by: Kevin Laatz --- app/test/meson.build | 4 + app/test/test_lcore_poll_busyness_api.c | 134 +++ app/tes

[PATCH v7 3/4] app/test: add unit tests for lcore poll busyness

2022-09-14 Thread Kevin Laatz
Add API unit tests and perf unit tests for the newly added lcore poll busyness feature. Signed-off-by: Kevin Laatz --- app/test/meson.build | 4 + app/test/test_lcore_poll_busyness_api.c | 134 +++ app/test/test_lcore_poll_busyness_perf.c | 72