From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v2] lib/efd: fix write unlock during ring creation Date: Sun, 18 Nov 2018 15:46:41 +0100 Message-ID: <4704340.YbIWhMTtsl@xps> References: <1542113714-22607-1-git-send-email-tallurix.chaitanya.babu@intel.com> <1542194646-32724-1-git-send-email-tallurix.chaitanya.babu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , byron.marohn@intel.com, reshma.pattan@intel.com, pablo.de.lara.guarch@intel.com, stable@dpdk.org To: Chaitanya Babu Talluri Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 16/11/2018 14:39, Ferruh Yigit: > On 11/14/2018 11:24 AM, Chaitanya Babu Talluri wrote: > > In rte_efd_create() write lock has already been unlocked > > before ring creation itself. > > So second unlock after the ring creation has been removed. > > > > Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library") > > Cc: stable@dpdk.org > > > > Signed-off-by: Chaitanya Babu Talluri > > Acked-by: Reshma Pattan > > Reviewed-by: Ferruh Yigit Applied, thanks