> >Subject: [PATCH v3 6/7] hash: enable lock-free reader-writer
> >concurrency
> >
> >Add the flag to enable reader-writer concurrency during run time. The
> >rte_hash_del_xxx APIs do not free the keystore element when this flag
> >is enabled. Hence a new API, rte_hash_free_key_with_position, to fr
>-Original Message-
>From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com]
>Sent: Thursday, October 11, 2018 11:32 PM
>To: Richardson, Bruce ; De Lara Guarch, Pablo
>
>Cc: dev@dpdk.org; Wang, Yipeng1 ;
>honnappa.nagaraha...@arm.com; dharmik.thak...@arm.com;
>gavin...@arm.com; n
Add the flag to enable reader-writer concurrency during
run time. The rte_hash_del_xxx APIs do not free the keystore
element when this flag is enabled. Hence a new API,
rte_hash_free_key_with_position, to free the key store element
is added.
Signed-off-by: Honnappa Nagarahalli
Reviewed-by: Gavin
3 matches
Mail list logo