From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 3901B1B1B3 for ; Wed, 20 Dec 2017 13:23:00 +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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2017 04:22:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,431,1508828400"; d="scan'208";a="4359163" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga006.jf.intel.com with ESMTP; 20 Dec 2017 04:22:58 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 20 Dec 2017 12:22:57 +0000 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.46]) by irsmsx111.ger.corp.intel.com ([169.254.2.30]) with mapi id 14.03.0319.002; Wed, 20 Dec 2017 12:22:57 +0000 From: "Trahe, Fiona" To: Yong Wang , "hemant.agrawal@nxp.com" , "Xing, Beilei" , "Lu, Wenzhuo" , "Griffin, John" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 4/4] crypto/qat: add null point check and fix mem leak Thread-Index: AQHTeX7Gh8w1HEnLuECb2xhE6mJBJKNMJwZA Date: Wed, 20 Dec 2017 12:22:56 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435892E50BB@IRSMSX101.ger.corp.intel.com> References: <1513765398-3716-1-git-send-email-wang.yong19@zte.com.cn> <1513765398-3716-4-git-send-email-wang.yong19@zte.com.cn> In-Reply-To: <1513765398-3716-4-git-send-email-wang.yong19@zte.com.cn> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzYwNjI3Y2MtOTBlYi00YWM1LTgwMTMtZjhlYjg5ZmJjMzRmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjZsT0xPRERzb3RwakNvRVc3aTZxVWZXZUN4Y3ljSENYS2IxKzBzaFJDeE09In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 4/4] crypto/qat: 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, 20 Dec 2017 12:23:00 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yong Wang > Sent: Wednesday, December 20, 2017 10:23 AM > To: hemant.agrawal@nxp.com; Xing, Beilei ; Lu, Wen= zhuo > ; Griffin, John > Cc: dev@dpdk.org; Yong Wang > Subject: [dpdk-dev] [PATCH v2 4/4] crypto/qat: add null point check and f= ix mem leak >=20 > Signed-off-by: Yong Wang Acked-by: Fiona Trahe