From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] pcap: fix memory leak in jumbo frames Date: Tue, 20 Sep 2016 18:58:29 +0800 Message-ID: <20160920105829.GU23158@yliu-dev.sh.intel.com> References: <1474367963-83879-1-git-send-email-dror.birkman@lightcyber.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: nicolas.pernas.maradei@emutex.com, ferruh.yigit@intel.com, dev@dpdk.org, stable@dpdk.org To: Dror Birkman Return-path: Content-Disposition: inline In-Reply-To: <1474367963-83879-1-git-send-email-dror.birkman@lightcyber.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 01:39:23PM +0300, Dror Birkman wrote: > If rte_pktmbuf_alloc() fails on any segment that is not the initial > segment, previously allocated mbufs are not freed. You should put a "fixline" here. Besides that, I think it's a good candidate for stable branch. Thus, stable@dpdk.org cc'ed. --yliu