From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] crypto/qat: fix digest issue in wireless auth case Date: Sun, 27 Jan 2019 23:49:44 +0100 Message-ID: <46959780.xAajdk7hH8@xps> References: <1548435540-10955-1-git-send-email-fiona.trahe@intel.com> <06EE24DD0B19E248B53F6DC8657831551B12D7FC@hasmsx109.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Kusztal, ArkadiuszX" , "De Lara Guarch, Pablo" , "Zhang, Roy Fan" , "akhil.goyal@nxp.com" , "stable@dpdk.org" To: "Trahe, Fiona" Return-path: In-Reply-To: <06EE24DD0B19E248B53F6DC8657831551B12D7FC@hasmsx109.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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. > > > > Fixes: 39e0bee48e81 ("crypto/qat: rework request builder for performance") > > cc: stable@dpdk.org > > > > Signed-off-by: Fiona Trahe > > Acked-by: Arek Kusztal Applied, thanks