> -----Original Message-----
> From: Wang, Yipeng1
> Sent: Friday, July 6, 2018 8:47 PM
> To: De Lara Guarch, Pablo <[email protected]>
> Cc: [email protected]; Wang, Yipeng1 <[email protected]>; Richardson,
> Bruce <[email protected]>; [email protected];
> [email protected]; [email protected]
> Subject: [PATCH v3 5/8] hash: add read and write concurrency support
>
> The existing implementation of librte_hash does not support read-write
> concurrency. This commit implements read-write safety using rte_rwlock and
> rte_rwlock TM version if hardware transactional memory is available.
>
> Both multi-writer and read-write concurrency is protected by rte_rwlock now.
> The x86 specific header file is removed since the x86 specific RTM function
> is not
> called directly by rte hash now.
>
> Signed-off-by: Yipeng Wang <[email protected]>
Acked-by: Pablo de Lara <[email protected]>