From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 To: Ferruh Yigit Cc: Dror Birkman , 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-dev] [PATCH v2] pcap: fix memory leak in jumbo frames 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: 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: > > Signed-off-by: Dror Birkman > > Acked-by: Ferruh Yigit > Applied to dpdk-next-net/rel_16_11 /Bruce