From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9F244325B; Thu, 14 Sep 2017 03:45:09 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2017 18:45:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,390,1500966000"; d="scan'208";a="1172033230" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 13 Sep 2017 18:45:08 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 13 Sep 2017 18:45:07 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 13 Sep 2017 18:45:07 -0700 Received: from shsmsx151.ccr.corp.intel.com ([169.254.3.98]) by shsmsx102.ccr.corp.intel.com ([169.254.2.39]) with mapi id 14.03.0319.002; Thu, 14 Sep 2017 09:44:59 +0800 From: "Xing, Beilei" To: "Wu, Jingjing" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v3] net/i40e: fix memory leak if VF init fails Thread-Index: AQHTLF+eJKsw+1/Szk6GbYc9BC9MHKKznSTA Date: Thu, 14 Sep 2017 01:44:59 +0000 Message-ID: <94479800C636CB44BD422CB454846E0132023D31@SHSMSX151.ccr.corp.intel.com> References: <1505244231-51364-1-git-send-email-jingjing.wu@intel.com> <1505260463-56186-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1505260463-56186-1-git-send-email-jingjing.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [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 01:45:10 -0000 > -----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 >=20 > Cc: stable@dpdk.org > Fixes: 4861cde46116 ("i40e: new poll mode driver") >=20 > Signed-off-by: Jingjing Wu Acked-by: Beilei Xing