Message ID | 20191001062917.35578-1-honnappa.nagarahalli@arm.com |
---|---|
Headers | show |
Series | Add RCU reclamation APIs | expand |
01/10/2019 08:29, Honnappa Nagarahalli: > This is not a new patch. This patch set is separated from the LPM > changes as the size of the changes in RCU library has grown due > to comments from community. These APIs will help reduce the changes > in LPM and hash libraries that are getting integrated with RCU > library. > > This adds 4 new APIs to RCU library to create a defer queue, enqueue > deleted resources, reclaim resources and delete the defer queue. It is in the roadmap for 20.05. What is the status of this patchset? > The patches to LPM and HASH libraries to integrate RCU will depend on > this patch. I guess lpm and hash integrations are planned for 20.08?
<snip> > > 01/10/2019 08:29, Honnappa Nagarahalli: > > This is not a new patch. This patch set is separated from the LPM > > changes as the size of the changes in RCU library has grown due to > > comments from community. These APIs will help reduce the changes in > > LPM and hash libraries that are getting integrated with RCU library. > > > > This adds 4 new APIs to RCU library to create a defer queue, enqueue > > deleted resources, reclaim resources and delete the defer queue. > > It is in the roadmap for 20.05. > What is the status of this patchset? It has a dependency on changes to rte_ring APIs, which have a clash from Konstantin's [1] and my patch [2]. Konstantin is working through his patch to address comments. I am currently incorporating the review comments I received on the RCU defer APIs. We should see the next version soon. [1] http://mails.dpdk.org/archives/dev/2020-March/160828.html [2] http://mails.dpdk.org/archives/dev/2020-March/160787.html > > > The patches to LPM and HASH libraries to integrate RCU will depend on > > this patch. > > I guess lpm and hash integrations are planned for 20.08? Yes, this is pushed to 20.08. >