Re: [PATCH v2 1/5] app/test-mp: add multiprocess test

2024-03-13 Thread Burakov, Anatoly
On 3/7/2024 8:01 AM, Artemy Kovalyov wrote: This commit adds a test scenario that initiates multiple processes concurrently. These processes attach to the same shared heap, with an automatic detection mechanism to identify the primary process. Signed-off-by: Artemy Kovalyov --- Acked-by: Anato

[PATCH v2 1/5] app/test-mp: add multiprocess test

2024-03-06 Thread Artemy Kovalyov
This commit adds a test scenario that initiates multiple processes concurrently. These processes attach to the same shared heap, with an automatic detection mechanism to identify the primary process. Signed-off-by: Artemy Kovalyov --- app/meson.build | 1 + app/test-mp/main.c | 52

Re: [PATCH v2 1/5] app/test-mp: add multiprocess test

2024-03-06 Thread David Marchand
On Sun, Dec 17, 2023 at 4:54 AM Artemy Kovalyov wrote: > > This commit adds a test scenario that initiates multiple processes > concurrently. These processes attach to the same shared heap, with an > automatic detection mechanism to identify the primary process. > > Signed-off-by: Artemy Kovalyov

[PATCH v2 1/5] app/test-mp: add multiprocess test

2023-12-16 Thread Artemy Kovalyov
This commit adds a test scenario that initiates multiple processes concurrently. These processes attach to the same shared heap, with an automatic detection mechanism to identify the primary process. Signed-off-by: Artemy Kovalyov --- v2: CI && CR fixes - add missing includes - use RTE_TEST_ASSER