Re: [dpdk-dev] [PATCH] doc/qat: add GCM AAD limitation

2019-01-20 Thread Thomas Monjalon
> > Add limitation that AAD buffer must be padded with zeroes in GCM case. > > > > Fixes: d4f44265a1d7 ("doc: add limitation of AAD size to QAT guide") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Fiona Trahe > > Acked-by: Arek Kusztal Applied, thanks

Re: [dpdk-dev] [PATCH] doc/qat: add GCM AAD limitation

2019-01-18 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Trahe, Fiona > Sent: Thursday, January 17, 2019 7:23 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Trahe, Fiona > ; akhil.go...@nxp.com; Kusztal, ArkadiuszX > ; sta...@dpdk.org > Subject: [PATCH] doc/qat: add GCM AAD limitation > > Add limitation that

[dpdk-dev] [PATCH] doc/qat: add GCM AAD limitation

2019-01-17 Thread Fiona Trahe
Add limitation that AAD buffer must be padded with zeroes in GCM case. Fixes: d4f44265a1d7 ("doc: add limitation of AAD size to QAT guide") Cc: sta...@dpdk.org Signed-off-by: Fiona Trahe --- doc/guides/cryptodevs/qat.rst |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a