> -----Original Message----- > From: Jain, Deepak K > Sent: Tuesday, April 18, 2017 10:40 AM > To: Kusztal, ArkadiuszX; dev@dpdk.org > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John > Subject: RE: [PATCH] crypto/qat: fix IV zero physical address > > > > -----Original Message----- > > From: Kusztal, ArkadiuszX > > Sent: Friday, April 14, 2017 9:09 AM > > To: dev@dpdk.org > > Cc: Trahe, Fiona <fiona.tr...@intel.com>; De Lara Guarch, Pablo > > <pablo.de.lara.gua...@intel.com>; Griffin, John <john.grif...@intel.com>; > > Jain, Deepak K <deepak.k.j...@intel.com>; Kusztal, ArkadiuszX > > <arkadiuszx.kusz...@intel.com> > > Subject: [PATCH] crypto/qat: fix IV zero physical address > > > > This commit fixes zero physical address when IV not set > > > > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") > > > > Signed-off-by: Arek Kusztal <arkadiuszx.kusz...@intel.com> > > --- > > drivers/crypto/qat/qat_crypto.c | 29 ++++++++++++++++++----------- > > 1 file changed, 18 insertions(+), 11 deletions(-) > > > > diff --git a/drivers/crypto/qat/qat_crypto.c > > b/drivers/crypto/qat/qat_crypto.c index b9baf36..362eb9d 100644 > > -- > > 2.1.0 > Acked-by: Deepak Kumar Jain <deepak.k.j...@intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo