Re: [PATCH v3 0/3] Release ethdev shared memory on port cleanup

2023-09-01 Thread David Marchand
On Thu, Aug 31, 2023 at 6:14 PM Thomas Monjalon wrote: > > 21/08/2023 10:58, David Marchand: > > This series was triggered after investigating why the > > eal_flags_file_prefix_autotest unit test was failing in the case of > > statically built binaries [1]). > > > > For now, I went with a simple (

Re: [PATCH v3 0/3] Release ethdev shared memory on port cleanup

2023-08-31 Thread Thomas Monjalon
21/08/2023 10:58, David Marchand: > This series was triggered after investigating why the > eal_flags_file_prefix_autotest unit test was failing in the case of > statically built binaries [1]). > > For now, I went with a simple (naive) approach and put all accesses to the > shared data under a sin

[PATCH v3 0/3] Release ethdev shared memory on port cleanup

2023-08-21 Thread David Marchand
This series was triggered after investigating why the eal_flags_file_prefix_autotest unit test was failing in the case of statically built binaries [1]). For now, I went with a simple (naive) approach and put all accesses to the shared data under a single lock: ethdev maintainers, it is your turn