From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 4409B7CB6; Thu, 14 Sep 2017 20:46:09 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 14 Sep 2017 11:46:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,394,1500966000"; d="scan'208";a="151947018" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga006.fm.intel.com with ESMTP; 14 Sep 2017 11:46:07 -0700 To: "Xing, Beilei" , "Wu, Jingjing" Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <1505244231-51364-1-git-send-email-jingjing.wu@intel.com> <1505260463-56186-1-git-send-email-jingjing.wu@intel.com> <94479800C636CB44BD422CB454846E0132023D31@SHSMSX151.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <314ce600-c4f4-80fa-d66b-f1e23b8b84d8@intel.com> Date: Thu, 14 Sep 2017 19:46:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <94479800C636CB44BD422CB454846E0132023D31@SHSMSX151.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v3] net/i40e: fix memory leak if VF init fails X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2017 18:46:10 -0000 On 9/14/2017 2:44 AM, Xing, Beilei wrote: > > >> -----Original Message----- >> From: Wu, Jingjing >> Sent: Wednesday, September 13, 2017 7:54 AM >> To: Xing, Beilei >> Cc: dev@dpdk.org; Wu, Jingjing ; stable@dpdk.org >> Subject: [PATCH v3] net/i40e: fix memory leak if VF init fails >> >> Cc: stable@dpdk.org >> Fixes: 4861cde46116 ("i40e: new poll mode driver") >> >> Signed-off-by: Jingjing Wu > > Acked-by: Beilei Xing Applied to dpdk-next-net/master, thanks.