From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] nfp: fixing a bug when gather Date: Tue, 3 May 2016 15:50:26 +0100 Message-ID: <20160503145025.GA23604@bricha3-MOBL3> References: <1461675996-24112-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Alejandro Lucero Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 323D92BC6 for ; Tue, 3 May 2016 16:50:32 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1461675996-24112-1-git-send-email-alejandro.lucero@netronome.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Apr 26, 2016 at 02:06:36PM +0100, Alejandro Lucero wrote: > mbufs where not properly released when they are chained. > > Fixes: b812daadad0d ("nfp: add Rx and Tx") > > Signed-off-by: Alejandro Lucero > --- > drivers/net/nfp/nfp_net.c | 21 ++++++++++----------- > 1 file changed, 10 insertions(+), 11 deletions(-) Applied to dpdk-next-net/rel_16_07 /Bruce