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

2024-04-04 Thread Honnappa Nagarahalli
Apologies for the late reply. Looks good, few nits inline. Can you please some simple unit tests? > On Apr 4, 2024, at 5:11 AM, Abdullah Ömer Yamaç wrote: > > Hello, > Could you check the last commit? > Thanks > > On Thu, Mar 14, 2024 at 10:04 AM Abdullah Ömer Yamaç > wrote: > Hello, > Is t

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

2024-04-04 Thread Abdullah Ömer Yamaç
Hello, Could you check the last commit? Thanks On Thu, Mar 14, 2024 at 10:04 AM Abdullah Ömer Yamaç wrote: > Hello, > Is there any other comment on this? > > On Wed, Mar 6, 2024 at 1:13 PM Abdullah Ömer Yamaç > wrote: > >> This patch adds a new feature to the hash library to allow the user to >

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

2024-03-14 Thread Abdullah Ömer Yamaç
Hello, Is there any other comment on this? On Wed, Mar 6, 2024 at 1:13 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 A

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

2024-03-06 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ç --- lib/hash/rte_cuckoo_hash

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

2024-03-06 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ç --- lib/hash/rte_cuckoo_hash

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

2024-03-06 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ç --- lib/hash/rte_cuckoo_hash