Message ID | 20200422033006.1124-1-honnappa.nagarahalli@arm.com |
---|---|
Headers | show |
Series | Add RCU reclamation APIs | expand |
On Wed, Apr 22, 2020 at 5:30 AM Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> wrote: > 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. Fixed a few typos. Added missing dependency of librte_rcu on librte_ring for make. Series applied, thanks. -- David Marchand