Re: [PATCH v2 5/5] eal: fix memzone fbarray cleanup

2024-03-13 Thread Burakov, Anatoly
On 3/7/2024 8:01 AM, Artemy Kovalyov wrote: The initialization of the Memzone file-backed array ensures its uniqueness by employing an exclusive lock. This is crucial because only one primary process can exist per specific shm_id, which is further protected by the exclusive EAL runtime configurat

[PATCH v2 5/5] eal: fix memzone fbarray cleanup

2024-03-06 Thread Artemy Kovalyov
The initialization of the Memzone file-backed array ensures its uniqueness by employing an exclusive lock. This is crucial because only one primary process can exist per specific shm_id, which is further protected by the exclusive EAL runtime configuration lock. However, during the process closure