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

2023-08-31 Thread Thomas Monjalon
18/08/2023 12:18, Morten Brørup: > > From: David Marchand [mailto:david.march...@redhat.com] > > Sent: Friday, 18 August 2023 11.13 > > > > 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

RE: [PATCH 0/2] Release ethdev shared memory on port cleanup

2023-08-18 Thread Morten Brørup
> From: David Marchand [mailto:david.march...@redhat.com] > Sent: Friday, 18 August 2023 11.13 > > 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

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

2023-08-18 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