From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id EE75A1B956 for ; Wed, 19 Dec 2018 17:12:38 +0100 (CET) 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 mx1.redhat.com (Postfix) with ESMTPS id 5A1FCA0913; Wed, 19 Dec 2018 16:12:38 +0000 (UTC) Received: from ktraynor.remote.csb (unknown [10.36.118.31]) by smtp.corp.redhat.com (Postfix) with ESMTP id 882596717F; Wed, 19 Dec 2018 16:12:37 +0000 (UTC) To: Marko Kovacevic , stable@dpdk.org References: <20181219160204.40379-1-marko.kovacevic@intel.com> From: Kevin Traynor Organization: Red Hat Message-ID: <295c0c76-96ee-2e7f-e9d8-843ef38a98bf@redhat.com> Date: Wed, 19 Dec 2018 16:12:36 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <20181219160204.40379-1-marko.kovacevic@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 19 Dec 2018 16:12:38 +0000 (UTC) Subject: Re: [dpdk-stable] [PATCH] drivers/crypto: fix wrongly assignment of digest_len 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: , X-List-Received-Date: Wed, 19 Dec 2018 16:12:39 -0000 On 12/19/2018 04:02 PM, Marko Kovacevic wrote: > Fixes wrongly assignment of digest_len, > To assign session's auth digiest length by auth xform, > instead of cipher form. This caused a wrong truncated > mac size of AES-CMAC. > > Fixes: 6491dbbecebb ("crypto/aesni_mb: support AES CMAC") > Cc: marko.kovacevic@intel.com > Signed-off-by: Marko Kovacevic Thanks. Applied to 18.08 branch