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 B448D1B2BF for ; Wed, 27 Dec 2017 07:41:28 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Dec 2017 22:41:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,464,1508828400"; d="scan'208";a="6031444" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga006.jf.intel.com with ESMTP; 26 Dec 2017 22:41:27 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 26 Dec 2017 22:41:26 -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:41:25 +0800 From: "Xing, Beilei" To: Yong Wang , "hemant.agrawal@nxp.com" , "Lu, Wenzhuo" , "Griffin, John" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 2/4] net/i40e: add null point check and fix mem leak Thread-Index: AQHTeX6wByIBgi5a7E29ia+gzDiHJaNWyD+w Date: Wed, 27 Dec 2017 06:41:24 +0000 Message-ID: <94479800C636CB44BD422CB454846E01320843E5@SHSMSX101.ccr.corp.intel.com> References: <1513765398-3716-1-git-send-email-wang.yong19@zte.com.cn> <1513765398-3716-2-git-send-email-wang.yong19@zte.com.cn> In-Reply-To: <1513765398-3716-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 v2 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:41:29 -0000 > -----Original Message----- > From: Yong Wang [mailto:wang.yong19@zte.com.cn] > Sent: Wednesday, December 20, 2017 6:23 PM > To: hemant.agrawal@nxp.com; Xing, Beilei ; Lu, > Wenzhuo ; Griffin, John > Cc: dev@dpdk.org; Yong Wang > Subject: [PATCH v2 2/4] net/i40e: add null point check and fix mem leak >=20 > Signed-off-by: Yong Wang Thanks for the patch.=20 Acked-by: Beilei Xing