From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id ED2FA4F9A; Sun, 18 Nov 2018 15:57:09 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2EB2720EA9; Sun, 18 Nov 2018 09:57:09 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 18 Nov 2018 09:57:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=yW9lb8t8hzw3O2ET/+kHJgRQdWNLnV50lPlpyGE8KME=; b=dKTVjMfPpy/V jv05s0vwb6e8T883zGlfm+jBBW7rbkWXKDGOCJrxtnYi8w2WJ5r2/7Qoebqi1LlQ wS/jIVCgxLBvb09cuZ7LSLTLr0Rqngvn37dGz+OOB0HAGj75/ARwgkxKIplD5w9N am7WTUeY4Higqnd0IZW9XQ2VAPMdTyk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=yW9lb8t8hzw3O2ET/+kHJgRQdWNLnV50lPlpyGE8K ME=; b=qEfSxQ2TvKSAxotome7AfArgYcHggQXFnJLvUJLw1tHq3sD785gwCD6EY MC173OD4xihXDda+nyCo6vYFfjtJsza94LozdVfCC054oE7OclaW/FLBWFZlrZD9 bcvTawTDrBCOp+de2piS3xmvdZmlJrDJdWrYX5EqpO83LBsO1jryUI0TrYbg3CbY /YN/19i70+A+gPIyVU8E+kDFx+gFxZ7T9JTVzZi0EYyEAWhICq+BB0nCi7FZCbZe zp/mpuTwoxvt0a8R36vV2JnVhqy6ZA+Wn/g37y0hpNhZ7ANgdeIEj0A8qRBNCITA 8HtivcZ4p1Qt25myLcZEWK/M3/3KQ== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F0BA3E4122; Sun, 18 Nov 2018 09:57:07 -0500 (EST) From: Thomas Monjalon To: byron.marohn@intel.com Cc: dev@dpdk.org, Hari Kumar Vemula , reshma.pattan@intel.com, pablo.de.lara.guarch@intel.com, stable@dpdk.org Date: Sun, 18 Nov 2018 15:57:07 +0100 Message-ID: <1638966.uzRZUHLhb0@xps> In-Reply-To: <1542194265-16156-1-git-send-email-hari.kumarx.vemula@intel.com> References: <1542109533-14283-1-git-send-email-hari.kumarx.vemula@intel.com> <1542194265-16156-1-git-send-email-hari.kumarx.vemula@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] lib/efd: fix to free tail queue entry after use X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2018 14:57:10 -0000 This patch is not trivial, it may require an ack from a maintainer, Pablo is unavailable this month. Byron, any comment please? 14/11/2018 12:17, Hari Kumar Vemula: > In rte_efd_create() allocated memory for tail queue entry but > not freed. > Added freeing the tail queue entry. > > Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library") > Cc: stable@dpdk.org > > Signed-off-by: Hari Kumar Vemula > Acked-by: Reshma Pattan