From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH v2] lib/efd: fix write unlock during ring creation Date: Fri, 16 Nov 2018 13:39:14 +0000 Message-ID: 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=utf-8 Content-Transfer-Encoding: 7bit Cc: byron.marohn@intel.com, reshma.pattan@intel.com, pablo.de.lara.guarch@intel.com, stable@dpdk.org To: Chaitanya Babu Talluri , dev@dpdk.org Return-path: In-Reply-To: <1542194646-32724-1-git-send-email-tallurix.chaitanya.babu@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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