From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2] pcap: fix memory leak in jumbo frames Date: Wed, 21 Sep 2016 11:57:29 +0100 Message-ID: <20160921105728.GE16464@bricha3-MOBL3> References: <1474373336-85875-1-git-send-email-dror.birkman@lightcyber.com> <82cb7380-5456-e0f7-ea07-29940f214ac7@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Dror Birkman , nicolas.pernas.maradei@emutex.com, dev@dpdk.org, stable@dpdk.org To: Ferruh Yigit Return-path: Content-Disposition: inline In-Reply-To: <82cb7380-5456-e0f7-ea07-29940f214ac7@intel.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, Sep 20, 2016 at 02:12:38PM +0100, Ferruh Yigit wrote: > Hi Dror, > > On 9/20/2016 1:08 PM, Dror Birkman wrote: > > If rte_pktmbuf_alloc() fails on any segment that is not the initial > > segment, previously allocated mbufs are not freed. > > > > Fixes: 6db141c91e1f ("pcap: support jumbo frames") > > > > Cc: > > Signed-off-by: Dror Birkman > > Acked-by: Ferruh Yigit > Applied to dpdk-next-net/rel_16_11 /Bruce