Re: [dpdk-dev] [PATCH] lib: fix write unlock during ring creation

2018-11-13 Thread Pattan, Reshma
> -Original Message- > From: Chaitanya Babu, TalluriX > Sent: Tuesday, November 13, 2018 12:55 PM > To: dev@dpdk.org > Cc: Marohn, Byron ; Pattan, Reshma > ; De Lara Guarch, Pablo > ; Chaitanya Babu, TalluriX > ; sta...@dpdk.org > Subject: [PATCH] lib: fix write unlock during ring creati

[dpdk-dev] [PATCH] lib: fix write unlock during ring creation

2018-11-13 Thread Chaitanya Babu Talluri
In rte_efd_create() write lock has already been unlocked before ring creation itself. So second unlock after the ring creation has been removed and added freeing of tail queue entry and efd table. Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library") Cc: sta...@dpdk.org Signed-off-by: