Hi Yipeng, I have addressed the comments. Can you please take a look?
Thank you! > On Oct 21, 2020, at 5:50 PM, Dharmik Thakkar <dharmik.thak...@arm.com> wrote: > > Currently, users have to use external RCU mechanisms to free resources > when using lock free hash algorithm. > > Integrate RCU QSBR process to make it easier for the applications to use > lock free algorithm. > Refer to RCU documentation to understand various aspects of > integrating RCU library into other libraries. > > Suggested-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > Signed-off-by: Dharmik Thakkar <dharmik.thak...@arm.com> > Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com> > Acked-by: Ray Kinsella <m...@ashroe.eu> > ---