[PATCH] ethdev: refresh shared memory reference in secondary process

2023-10-20 Thread David Marchand
In the process of releasing ethdev port in the primary process, secondary processes are asked to stop referencing such a port. Doing so, those processes can't predict whether the primary process will later invalidate/free the shared memory. So they may live with a reference to an old shared memory

Re: [PATCH] ethdev: refresh shared memory reference in secondary process

2023-10-26 Thread Ferruh Yigit
On 10/20/2023 1:06 PM, David Marchand wrote: > In the process of releasing ethdev port in the primary process, > secondary processes are asked to stop referencing such a port. > Doing so, those processes can't predict whether the primary process > will later invalidate/free the shared memory. So th