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 <[email protected]> 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 <[email protected]> > Signed-off-by: Dharmik Thakkar <[email protected]> > Reviewed-by: Ruifeng Wang <[email protected]> > Acked-by: Ray Kinsella <[email protected]> > ---

