From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D90DF2BBE; Fri, 18 Nov 2016 10:55:06 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP; 18 Nov 2016 01:55:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,656,1473145200"; d="scan'208";a="32869558" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga006.fm.intel.com with ESMTP; 18 Nov 2016 01:55:04 -0800 To: Adrien Mazarguil , Nelio Laranjeiro References: <20161117103740.GA4729@6wind.com> Cc: dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: Date: Fri, 18 Nov 2016 09:55:03 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161117103740.GA4729@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 1/3] net/mlx5: fix leak when starvation occurs 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: Fri, 18 Nov 2016 09:55:07 -0000 On 11/17/2016 10:37 AM, Adrien Mazarguil wrote: > On Thu, Nov 17, 2016 at 10:49:54AM +0100, Nelio Laranjeiro wrote: >> The list of segments to free was wrongly manipulated ending by only freeing >> the first segment instead of freeing all of them. The last one still >> belongs to the NIC and thus should not be freed. >> >> Fixes: a1bdb71a32da ("net/mlx5: fix crash in Rx") >> >> CC: stable@dpdk.org >> Reported-by: Liming Sun >> Signed-off-by: Nelio Laranjeiro <...> > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.