[v4,0/3] Release ethdev shared memory on port cleanup

Message ID 20230927114515.1245213-1-david.marchand@redhat.com (mailing list archive)
Headers
Series Release ethdev shared memory on port cleanup |

Message

David Marchand Sept. 27, 2023, 11:45 a.m. UTC
  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 to
shine and give me reasons why we should keep the locks the way they
were ;-).
And let's see what the CI reports...

1: https://inbox.dpdk.org/dev/20230816153439.551501-12-bruce.richardson@intel.com/T/#m0e4c23f7be80bbdac076a387f4a2f9094dd07e0a
  

Comments

Thomas Monjalon Oct. 11, 2023, 12:53 p.m. UTC | #1
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 single lock: ethdev maintainers, it is your turn to
> shine and give me reasons why we should keep the locks the way they
> were ;-).
> And let's see what the CI reports...

Applied, thanks.