From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] lib/efd: fix to free tail queue entry after use Date: Sun, 18 Nov 2018 15:57:07 +0100 Message-ID: <1638966.uzRZUHLhb0@xps> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Hari Kumar Vemula , reshma.pattan@intel.com, pablo.de.lara.guarch@intel.com, stable@dpdk.org To: byron.marohn@intel.com Return-path: In-Reply-To: <1542194265-16156-1-git-send-email-hari.kumarx.vemula@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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