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 710511B27C for ; Wed, 27 Dec 2017 07:39:20 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Dec 2017 22:39:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,464,1508828400"; d="scan'208";a="5293809" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga007.fm.intel.com with ESMTP; 26 Dec 2017 22:39:18 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 26 Dec 2017 22:39:18 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 26 Dec 2017 22:39:18 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by shsmsx102.ccr.corp.intel.com ([169.254.2.189]) with mapi id 14.03.0319.002; Wed, 27 Dec 2017 14:39:15 +0800 From: "Xing, Beilei" To: Yong Wang , "hemant.agrawal@nxp.com" , "Lu, Wenzhuo" , "Griffin, John" CC: "dev@dpdk.org" Thread-Topic: [PATCH 2/4] net/i40e: add null point check and fix mem leak Thread-Index: AQHTeXNZkuZf/OziokGLPpie0pxeDKNWx3Sw Date: Wed, 27 Dec 2017 06:39:14 +0000 Message-ID: <94479800C636CB44BD422CB454846E01320843C9@SHSMSX101.ccr.corp.intel.com> References: <1513760497-426-1-git-send-email-wang.yong19@zte.com.cn> <1513760497-426-2-git-send-email-wang.yong19@zte.com.cn> In-Reply-To: <1513760497-426-2-git-send-email-wang.yong19@zte.com.cn> 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 2/4] net/i40e: add null point check and fix mem leak 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: Wed, 27 Dec 2017 06:39:20 -0000 > -----Original Message----- > From: Yong Wang [mailto:wang.yong19@zte.com.cn] > Sent: Wednesday, December 20, 2017 5:02 PM > To: hemant.agrawal@nxp.com; Xing, Beilei ; Lu, > Wenzhuo ; Griffin, John > Cc: dev@dpdk.org; Yong Wang > Subject: [PATCH 2/4] net/i40e: add null point check and fix mem leak >=20 > Signed-off-by: Yong Wang =20 Thanks for the patch.=20 Acked-by: Beilei Xing