From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3F25FA04C3 for ; Fri, 22 Nov 2019 15:42:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 36CA31BE8D; Fri, 22 Nov 2019 15:42:47 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 7DF5C1BE8D for ; Fri, 22 Nov 2019 15:42:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574433766; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WHfn4WfiJHpfrEphKkJOBP8HZT4SoR25ygEfQBTL3/c=; b=ME1sw4X3IW962/dI9+Mf+y1n9rmg7vh7CxnmSccbAdUmqfHNVAcSEI47EVEpcqj10PieLG 9M+rWDUc4x22E3jvENzB26hUVTZU9Eju6+b+XpZtVTKbts+/yKoAgagPHZe3O2J6Xe/1QR a5jnzLfXYC1vlfw+geZ76PxSRLxT97g= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-432-wuS4UoQpO6OTSwLWMztoPA-1; Fri, 22 Nov 2019 09:42:42 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C76208018A2; Fri, 22 Nov 2019 14:42:41 +0000 (UTC) Received: from rh.redhat.com (unknown [10.36.118.60]) by smtp.corp.redhat.com (Postfix) with ESMTP id B0AE86E713; Fri, 22 Nov 2019 14:42:40 +0000 (UTC) From: Kevin Traynor To: Fiona Trahe Cc: Arek Kusztal , dpdk stable Date: Fri, 22 Nov 2019 14:41:16 +0000 Message-Id: <20191122144131.21231-30-ktraynor@redhat.com> In-Reply-To: <20191122144131.21231-1-ktraynor@redhat.com> References: <20191122144131.21231-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: wuS4UoQpO6OTSwLWMztoPA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-stable] patch 'crypto/qat: fix digest length in XCBC capability' has been queued to LTS release 18.11.6 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to LTS release 18.11.6 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 11/29/19. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasi= ng (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable-queue This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable-queue/commit/cde0c9ce68d3a5975a= 57ef09a28252c44cfe4ac6 Thanks. Kevin. --- >From cde0c9ce68d3a5975a57ef09a28252c44cfe4ac6 Mon Sep 17 00:00:00 2001 From: Fiona Trahe Date: Tue, 10 Sep 2019 17:32:10 +0100 Subject: [PATCH] crypto/qat: fix digest length in XCBC capability [ upstream commit 0996ed0d5ad65b6419e3ce66a420199c3ed45ca9 ] Digest length in RTE_CRYPTO_AUTH_AES_XCBC_MAC capability was incorrectly marked 16 bytes, should be 12. Fixes: 6a3c87bc6a6c ("crypto/qat: refactor capabilities infrastructure") Signed-off-by: Fiona Trahe Acked-by: Arek Kusztal --- drivers/crypto/qat/qat_sym_capabilities.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/crypto/qat/qat_sym_capabilities.h b/drivers/crypto/qat= /qat_sym_capabilities.h index 7cba87d69..d1f82c073 100644 --- a/drivers/crypto/qat/qat_sym_capabilities.h +++ b/drivers/crypto/qat/qat_sym_capabilities.h @@ -146,6 +146,6 @@ =09=09=09=09},=09=09=09=09=09\ =09=09=09=09.digest_size =3D {=09=09=09\ -=09=09=09=09=09.min =3D 16,=09=09=09\ -=09=09=09=09=09.max =3D 16,=09=09=09\ +=09=09=09=09=09.min =3D 12,=09=09=09\ +=09=09=09=09=09.max =3D 12,=09=09=09\ =09=09=09=09=09.increment =3D 0=09=09=09\ =09=09=09=09},=09=09=09=09=09\ --=20 2.21.0 --- Diff of the applied patch vs upstream commit (please double-check if non-= empty: --- --- -=092019-11-22 14:36:56.819791784 +0000 +++ 0030-crypto-qat-fix-digest-length-in-XCBC-capability.patch=092019-11-22= 14:36:55.198149265 +0000 @@ -1 +1 @@ -From 0996ed0d5ad65b6419e3ce66a420199c3ed45ca9 Mon Sep 17 00:00:00 2001 +From cde0c9ce68d3a5975a57ef09a28252c44cfe4ac6 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 0996ed0d5ad65b6419e3ce66a420199c3ed45ca9 ] + @@ -10 +11,0 @@ -Cc: stable@dpdk.org @@ -19 +20 @@ -index 6df12b944..a7fb6a0da 100644 +index 7cba87d69..d1f82c073 100644