Re: [PATCH v6] lib/hash: add defer queue reclaim API

2024-06-18 Thread David Marchand
On Mon, May 20, 2024 at 8:51 PM Honnappa Nagarahalli wrote: > > On May 15, 2024, at 5:54 AM, Abdullah Ömer Yamaç > > wrote: > > > > This patch adds a new feature to the hash library to allow the user to > > reclaim the defer queue. This is useful when the user wants to force > > reclaim resource

Re: [PATCH v6] lib/hash: add defer queue reclaim API

2024-05-20 Thread Honnappa Nagarahalli
> On May 15, 2024, at 5:54 AM, Abdullah Ömer Yamaç wrote: > > This patch adds a new feature to the hash library to allow the user to > reclaim the defer queue. This is useful when the user wants to force > reclaim resources that are not being used. This API is only available > if the RCU is ena

[PATCH v6] lib/hash: add defer queue reclaim API

2024-05-15 Thread Abdullah Ömer Yamaç
This patch adds a new feature to the hash library to allow the user to reclaim the defer queue. This is useful when the user wants to force reclaim resources that are not being used. This API is only available if the RCU is enabled. Signed-off-by: Abdullah Ömer Yamaç --- app/test/test_hash.c