Re: [dpdk-dev] [PATCH v5 0/8] Add read-write concurrency to rte_hash library

2018-07-12 Thread Thomas Monjalon
10/07/2018 18:59, Yipeng Wang: > This patch set adds the read-write concurrency support in rte_hash. > A new flag value is added to indicate if read-write concurrency is needed > during creation time. Test cases are implemented to do functional and > performance tests. > > The new concurrency mode

[dpdk-dev] [PATCH v5 0/8] Add read-write concurrency to rte_hash library

2018-07-10 Thread Yipeng Wang
This patch set adds the read-write concurrency support in rte_hash. A new flag value is added to indicate if read-write concurrency is needed during creation time. Test cases are implemented to do functional and performance tests. The new concurrency model is based on rte_rwlock. When Intel TSX is