From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] enic: fix releasing of mbufs when tearing down rq Date: Thu, 23 Jun 2016 12:41:32 +0100 Message-ID: <20160623114132.GI5024@bricha3-MOBL3> References: <1465948534-14427-1-git-send-email-neescoba@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, johndale@cisco.com To: Nelson Escobar Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 30AFA8E6E for ; Thu, 23 Jun 2016 13:41:36 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1465948534-14427-1-git-send-email-neescoba@cisco.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, Jun 14, 2016 at 04:55:34PM -0700, Nelson Escobar wrote: > When trying to release the mbufs, the function was incorrectly > iterating over the max size configured instead of the actual size > of the ring. > > Fixes: cbb44dddcade ("enic: receive path performance improvements") > > Signed-off-by: Nelson Escobar > Reviewed-by: John Daley Applied to dpdk-next-net/rel_16_07 with corrected fixes line. /Bruce