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

2024-05-13 Thread Abdullah Ömer Yamaç
Hello, That's my mistake and I will discard the lookup part. While I was implementing these parts, I thought that readers should not be in a quiescent state, and I just wanted to make sure that these values were in use and the reader was in the critical section. Thanks I will fix ASAP On Mon, May

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

2024-05-12 Thread Honnappa Nagarahalli
Hi Abdullah, This looks good, except for one comment inline. > On Apr 27, 2024, at 2:54 PM, 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

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

2024-05-09 Thread Abdullah Ömer Yamaç
Hello, Any other comments? On Sat, Apr 27, 2024 at 10:54 PM 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 av