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

2023-10-11 Thread Thomas Monjalon
27/09/2023 13:45, 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 v4 0/3] Release ethdev shared memory on port cleanup

2023-09-27 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