Re: [PATCH v3] eal: fix memory initialization deadlock

2023-09-06 Thread David Marchand
On Wed, Sep 6, 2023 at 11:53 AM Artemy Kovalyov wrote: > > The issue arose due to the change in the DPDK read-write lock > implementation. That change added a new flag, RTE_RWLOCK_WAIT, designed > to prevent new read locks while a write lock is in the queue. However, > this change has led to a sce

[PATCH v3] eal: fix memory initialization deadlock

2023-09-06 Thread Artemy Kovalyov
The issue arose due to the change in the DPDK read-write lock implementation. That change added a new flag, RTE_RWLOCK_WAIT, designed to prevent new read locks while a write lock is in the queue. However, this change has led to a scenario where a recursive read lock, where a lock is acquired twice