Re: [PATCH v2] lib/hash: Set the maximum reclamation size to user provided value

2024-05-13 Thread Honnappa Nagarahalli
> On May 13, 2024, at 10:22 AM, Abdullah Ömer Yamaç > wrote: > > Hello, > I saw two comments, and the first one > " Please add: > sta...@dpdk.org to the Cc list" then I added sta...@dpdk.org to Cc. Would you > like me to add it to the commit? I thought it needs to be added to the commit mess

Re: [PATCH v2] lib/hash: Set the maximum reclamation size to user provided value

2024-05-13 Thread Abdullah Ömer Yamaç
Hello, I saw two comments, and the first one " Please add: sta...@dpdk.org to the Cc list" then I added sta...@dpdk.org to Cc. Would you like me to add it to the commit? Second one : “Set the maximum reclamation size to user provided value” I set this comment to the header. I thought it was more

Re: [PATCH v2] lib/hash: Set the maximum reclamation size to user provided value

2024-05-13 Thread Honnappa Nagarahalli
Hi Abdullah, I do not see the changes I suggested in this version. > On May 13, 2024, at 5:00 AM, Abdullah Ömer Yamaç wrote: > > In the previous implementation, the maximum reclamation size was set > to RTE_HASH_RCU_DQ_RECLAIM_MAX and it was not configurable. This patch > uses the config

[PATCH v2] lib/hash: Set the maximum reclamation size to user provided value

2024-05-13 Thread Abdullah Ömer Yamaç
In the previous implementation, the maximum reclamation size was set to RTE_HASH_RCU_DQ_RECLAIM_MAX and it was not configurable. This patch uses the configuration argument to set the maximum reclamation size. Fixes: 769b2de7fb52 ("hash: implement RCU resources reclamation") Cc: dharmik.thak...@arm