crypto/qat: fix null authentication request
authorAdam Dybkowski <adamx.dybkowski@intel.com>
Mon, 10 May 2021 10:20:11 +0000 (11:20 +0100)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 12 May 2021 16:11:21 +0000 (18:11 +0200)
commit5cce3bd6b2fc9e272a8defc7b8971a96232d4529
treea7cb5ca2e0d8a70d68e35564ee11be8dc12f06ff
parente65da89c15e0e13ac9f68cbfbcbe1a3d4e9aef6d
crypto/qat: fix null authentication request

This patch fixes the NULL auth generation case where the request
shouldn't contain the authentication result address. Allows to run
ipsec_autotest with a QAT device.

Fixes: 65beb9abca6d ("crypto/qat: fix null auth when using VFIO")
Cc: stable@dpdk.org
Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
drivers/crypto/qat/qat_sym.c