From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <bruce.richardson@intel.com> Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 22B85532C; Wed, 21 Sep 2016 12:57:32 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 21 Sep 2016 03:57:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,373,1470726000"; d="scan'208";a="882242626" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.133]) by orsmga003.jf.intel.com with SMTP; 21 Sep 2016 03:57:29 -0700 Received: by (sSMTP sendmail emulation); Wed, 21 Sep 2016 11:57:29 +0025 Date: Wed, 21 Sep 2016 11:57:29 +0100 From: Bruce Richardson <bruce.richardson@intel.com> To: Ferruh Yigit <ferruh.yigit@intel.com> Cc: Dror Birkman <dror.birkman@lightcyber.com>, nicolas.pernas.maradei@emutex.com, dev@dpdk.org, stable@dpdk.org 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 Content-Disposition: inline In-Reply-To: <82cb7380-5456-e0f7-ea07-29940f214ac7@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] pcap: fix memory leak in jumbo frames X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for stable branches <stable.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/stable>, <mailto:stable-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/stable/> List-Post: <mailto:stable@dpdk.org> List-Help: <mailto:stable-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/stable>, <mailto:stable-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 21 Sep 2016 10:57:33 -0000 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: <stable@dpdk.org> > > Signed-off-by: Dror Birkman <dror.birkman@lightcyber.com> > > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com> > Applied to dpdk-next-net/rel_16_11 /Bruce