From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 655DF2BA2 for ; Tue, 18 Apr 2017 18:22:34 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2017 09:22:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,219,1488873600"; d="scan'208";a="958326632" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga003.jf.intel.com with ESMTP; 18 Apr 2017 09:22:26 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0319.002; Tue, 18 Apr 2017 17:22:25 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "Griffin, John" Thread-Topic: [PATCH] crypto/qat: fix IV zero physical address Thread-Index: AQHStPZdDv4OJQFyjECBfIpKVPz4m6HK1OeAgAB6FBA= Date: Tue, 18 Apr 2017 16:22:24 +0000 Message-ID: References: <1492157322-25314-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODc0YmJmYzUtMjFkOC00YjhiLTgxMmUtNWQwY2JlNTdlZGY4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImVCNXhwb0dMRlJiSUtQQTNWRUpEQ0dpKzlTcGJwUDVsc29wbnlGN2RRa0U9In0= x-ctpclassification: CTP_IC 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] crypto/qat: fix IV zero physical address 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: Tue, 18 Apr 2017 16:22:34 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Tuesday, April 18, 2017 10:40 AM > To: Kusztal, ArkadiuszX; dev@dpdk.org > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John > Subject: RE: [PATCH] crypto/qat: fix IV zero physical address >=20 >=20 > > -----Original Message----- > > From: Kusztal, ArkadiuszX > > Sent: Friday, April 14, 2017 9:09 AM > > To: dev@dpdk.org > > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > > ; Griffin, John ; > > Jain, Deepak K ; Kusztal, ArkadiuszX > > > > Subject: [PATCH] crypto/qat: fix IV zero physical address > > > > This commit fixes zero physical address when IV not set > > > > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") > > > > Signed-off-by: Arek Kusztal > > --- > > drivers/crypto/qat/qat_crypto.c | 29 ++++++++++++++++++----------- > > 1 file changed, 18 insertions(+), 11 deletions(-) > > > > diff --git a/drivers/crypto/qat/qat_crypto.c > > b/drivers/crypto/qat/qat_crypto.c index b9baf36..362eb9d 100644 > > -- > > 2.1.0 > Acked-by: Deepak Kumar Jain Applied to dpdk-next-crypto. Thanks, Pablo