From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 03 May 2016 07:50:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,572,1455004800"; d="scan'208";a="797795091" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.29]) by orsmga003.jf.intel.com with SMTP; 03 May 2016 07:50:27 -0700 Received: by (sSMTP sendmail emulation); Tue, 03 May 2016 15:50:26 +0025 Date: Tue, 3 May 2016 15:50:26 +0100 From: Bruce Richardson To: Alejandro Lucero Cc: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1461675996-24112-1-git-send-email-alejandro.lucero@netronome.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] nfp: fixing a bug when gather X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 14:50:33 -0000 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