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 9069AA0351 for ; Thu, 6 Aug 2020 12:00:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9B56D1C1B3; Thu, 6 Aug 2020 12:00:03 +0200 (CEST) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id 18C5737B4 for ; Thu, 6 Aug 2020 12:00:02 +0200 (CEST) Received: by mail-wm1-f67.google.com with SMTP id q76so9064221wme.4 for ; Thu, 06 Aug 2020 03:00:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=eomb43QWsoGB/+vBXEs0HZ+IYs08BLhf6Rpn2hKWow4=; b=GAvt9V9LWj449rF7E5zOLg2iyElHm4b8ilDWPT3qs5radEiNKjwTWEl69XZ0lXhkz9 sg/fpwXCj2JmnBFLLa61eDnro9BnxwymnNNlH3m1JbJadcswit6ZoPgJpdeSP1bT0t3R N1CUu/+bfexEd3QAOO6SRygqZVJpkR5TesyMtBJqAcTDn/iYq0silYLknBjh4DGvNIdg HelNP22FagFImQ3cjItxsej6aL42B1X6ARxZuhA87X8FoRec3W4WkPRKc0dSrCJ5Bzim ZDt0nvVRkyf/1ULwo7e/vhCF8fRma/plLjzRDtGL1C0VE4nxgstijwveKrM4GJuy6b+q 395g== X-Gm-Message-State: AOAM530V0bE5XyvDWRxJ1SF/rk4A1ytqd+OK+r4GeUA7moDraH8iR/KI XmEF9C/qalclKPfzTzjN6kM= X-Google-Smtp-Source: ABdhPJwZQ3ji2QuCw31x27s4zRY12gYIZxPZR5Xz64ToAibjbHn3a4cbDoRwQbpkDLzDqNKzIUBBrg== X-Received: by 2002:a05:600c:2302:: with SMTP id 2mr7469291wmo.151.1596708001874; Thu, 06 Aug 2020 03:00:01 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id v12sm5825641wri.47.2020.08.06.03.00.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Aug 2020 03:00:01 -0700 (PDT) Message-ID: <19558b2cd5219d0de67f0589d5f3cf6b66c88ae0.camel@debian.org> From: Luca Boccassi To: Adam Dybkowski , stable@dpdk.org, fiona.trahe@intel.com Date: Thu, 06 Aug 2020 11:00:00 +0100 In-Reply-To: <20200729142252.177-1-adamx.dybkowski@intel.com> References: <20200729142252.177-1-adamx.dybkowski@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 19.11 1/4] crypto/qat: handle mixed hash-cipher requests on GEN3 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" On Wed, 2020-07-29 at 16:22 +0200, Adam Dybkowski wrote: > [ upstream commit bcd7e3e8e6e18ce94c8aa02b949fc0274bd1faeb ] >=20 > This patch implements handling mixed encrypted digest hash-cipher > requests (e.g. SNOW3G + ZUC or ZUC + AES CTR) possible when running > on GEN3 QAT. Such algorithm combinations are not supported on > GEN1/GEN2 hardware. >=20 > Signed-off-by: Adam Dybkowski > Acked-by: Fiona Trahe > --- > doc/guides/cryptodevs/qat.rst | 24 ++++++++ > drivers/common/qat/qat_adf/icp_qat_fw.h | 3 + > drivers/common/qat/qat_adf/icp_qat_fw_la.h | 2 + > drivers/crypto/qat/qat_sym_session.c | 72 ++++++++++++++++++++++ > 4 files changed, 101 insertions(+) Thanks, series applied - with the understanding that it's a PMD- internal change that is backward/forward compatible. --=20 Kind regards, Luca Boccassi