From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <beilei.xing@intel.com>
Received: from mga07.intel.com (mga07.intel.com [134.134.136.100])
 by dpdk.org (Postfix) with ESMTP id B448D1B2BF
 for <dev@dpdk.org>; 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" <beilei.xing@intel.com>
To: Yong Wang <wang.yong19@zte.com.cn>, "hemant.agrawal@nxp.com"
 <hemant.agrawal@nxp.com>, "Lu, Wenzhuo" <wenzhuo.lu@intel.com>, "Griffin,
 John" <john.griffin@intel.com>
CC: "dev@dpdk.org" <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 <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <beilei.xing@intel.com>; Lu,
> Wenzhuo <wenzhuo.lu@intel.com>; Griffin, John <john.griffin@intel.com>
> Cc: dev@dpdk.org; Yong Wang <wang.yong19@zte.com.cn>
> Subject: [PATCH v2 2/4] net/i40e: add null point check and fix mem leak
>=20
> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>

Thanks for the patch.=20
Acked-by: Beilei Xing <beilei.xing@intel.com>