From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH 1/3] net/mlx5: fix leak when starvation occurs Date: Fri, 18 Nov 2016 09:55:03 +0000 Message-ID: References: <20161117103740.GA4729@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: Adrien Mazarguil , Nelio Laranjeiro Return-path: In-Reply-To: <20161117103740.GA4729@6wind.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 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.