From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6E71D58D6; Tue, 20 Sep 2016 15:12:41 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP; 20 Sep 2016 06:12:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,368,1470726000"; d="scan'208";a="881885037" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.69]) ([10.237.220.69]) by orsmga003.jf.intel.com with ESMTP; 20 Sep 2016 06:12:39 -0700 To: Dror Birkman , nicolas.pernas.maradei@emutex.com References: <1474373336-85875-1-git-send-email-dror.birkman@lightcyber.com> Cc: dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: <82cb7380-5456-e0f7-ea07-29940f214ac7@intel.com> Date: Tue, 20 Sep 2016 14:12:38 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1474373336-85875-1-git-send-email-dror.birkman@lightcyber.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Tue, 20 Sep 2016 13:12:42 -0000 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