Re: [dpdk-dev] [PATCH v2] doc/crypto: fix missing CCM to QAT feature list

2018-09-26 Thread Akhil Goyal
On 9/19/2018 11:57 AM, Tomasz Cel wrote: Update the QAT documentation to show that it supports CCM. Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM") Signed-off-by: Tomasz Cel --- doc/guides/cryptodevs/features/qat.ini | 3 +++ doc/guides/cryptodevs/qat.rst | 1 + 2 files cha

Re: [dpdk-dev] [PATCH v2] doc/crypto: fix missing CCM to QAT feature list

2018-09-19 Thread Kovacevic, Marko
> Update the QAT documentation to show that it supports CCM. > > Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM") > > Signed-off-by: Tomasz Cel > --- > doc/guides/cryptodevs/features/qat.ini | 3 +++ > doc/guides/cryptodevs/qat.rst | 1 + > 2 files changed, 4 insertions(+) Acked-by

Re: [dpdk-dev] [PATCH v2] doc/crypto: fix missing CCM to QAT feature list

2018-09-19 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Cel > Sent: Wednesday, September 19, 2018 7:27 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; akhil.go...@nxp.com; Kovacevic, Marko > ; Cel, > TomaszX > Subject: [dpdk-dev] [P

[dpdk-dev] [PATCH v2] doc/crypto: fix missing CCM to QAT feature list

2018-09-18 Thread Tomasz Cel
Update the QAT documentation to show that it supports CCM. Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM") Signed-off-by: Tomasz Cel --- doc/guides/cryptodevs/features/qat.ini | 3 +++ doc/guides/cryptodevs/qat.rst | 1 + 2 files changed, 4 insertions(+) diff --git a/doc/guides/cr