Re: [dpdk-dev] [PATCH v5 2/4] lib/hash: integrate RCU QSBR

2020-10-20 Thread Dharmik Thakkar
> On Oct 20, 2020, at 9:42 PM, Wang, Yipeng1 wrote: > >> -Original Message- >> From: Dharmik Thakkar >> Sent: Tuesday, October 20, 2020 9:13 AM >> To: Wang, Yipeng1 ; Gobriel, Sameh >> ; Richardson, Bruce >> ; Ray Kinsella ; Neil Horman >> >> Cc: dev@dpdk.org; n...@arm.com; Dharmik T

Re: [dpdk-dev] [PATCH v5 2/4] lib/hash: integrate RCU QSBR

2020-10-20 Thread Wang, Yipeng1
> -Original Message- > From: Dharmik Thakkar > Sent: Tuesday, October 20, 2020 9:13 AM > To: Wang, Yipeng1 ; Gobriel, Sameh > ; Richardson, Bruce > ; Ray Kinsella ; Neil Horman > > Cc: dev@dpdk.org; n...@arm.com; Dharmik Thakkar > > Subject: [PATCH v5 2/4] lib/hash: integrate RCU QSBR >

[dpdk-dev] [PATCH v5 2/4] lib/hash: integrate RCU QSBR

2020-10-20 Thread Dharmik Thakkar
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 l