From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 083A9316B; Fri, 25 Jan 2019 18:00:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jan 2019 09:00:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,521,1539673200"; d="scan'208";a="314838631" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 25 Jan 2019 09:00:20 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 25 Jan 2019 09:00:20 -0800 Received: from hasmsx113.ger.corp.intel.com (10.184.198.64) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 25 Jan 2019 09:00:20 -0800 Received: from HASMSX109.ger.corp.intel.com ([169.254.3.134]) by HASMSX113.ger.corp.intel.com ([169.254.13.155]) with mapi id 14.03.0415.000; Fri, 25 Jan 2019 19:00:17 +0200 From: "Kusztal, ArkadiuszX" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Zhang, Roy Fan" , "akhil.goyal@nxp.com" , "stable@dpdk.org" Thread-Topic: [PATCH] crypto/qat: fix digest issue in wireless auth case Thread-Index: AQHUtM9KJ8h0ECEXMka63CThXFJS36XANRIQ Date: Fri, 25 Jan 2019 17:00:16 +0000 Message-ID: <06EE24DD0B19E248B53F6DC8657831551B12D7FC@hasmsx109.ger.corp.intel.com> References: <1548435540-10955-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1548435540-10955-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.104.116.187] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] crypto/qat: fix digest issue in wireless auth case 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: Fri, 25 Jan 2019 17:00:22 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Friday, January 25, 2019 5:59 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Trahe, Fiona > ; Zhang, Roy Fan ; > akhil.goyal@nxp.com; Kusztal, ArkadiuszX ; > stable@dpdk.org > Subject: [PATCH] crypto/qat: fix digest issue in wireless auth case >=20 > When operation calls for auth (digest generation), followed by encryption= of > both data plus digest, the digest-in-buffer flag must be set for QAT. >=20 > Fixes: 39e0bee48e81 ("crypto/qat: rework request builder for performance"= ) > cc: stable@dpdk.org >=20 > Signed-off-by: Fiona Trahe > --- > drivers/crypto/qat/qat_sym.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) >=20 > diff --git a/drivers/crypto/qat/qat_sym.c b/drivers/crypto/qat/qat_sym.c > index 10cdf2e10..8801ca567 100644 > 2.13.6 Acked-by: Arek Kusztal