Re: [dpdk-dev] [PATCH v2 1/2] crypto/qat: support DOCSIS AES-256

2020-03-25 Thread Akhil Goyal
> > > > This patch adds support for DOCSIS AES-256 when using qat > > > > Signed-off-by: Mairtin o Loingsigh > Acked-by: Fiona Trahe Series Applied to dpdk-next-crypto Thanks.

Re: [dpdk-dev] [PATCH v2 1/2] crypto/qat: support DOCSIS AES-256

2020-02-26 Thread Trahe, Fiona
> -Original Message- > From: O'loingsigh, Mairtin > Sent: Wednesday, February 26, 2020 9:04 AM > To: Trahe, Fiona ; akhil.go...@nxp.com > Cc: dev@dpdk.org; O'loingsigh, Mairtin > Subject: [PATCH v2 1/2] crypto/qat: support DOCSIS AES-256 > > This patch adds support for DOCSIS AES-256

[dpdk-dev] [PATCH v2 1/2] crypto/qat: support DOCSIS AES-256

2020-02-26 Thread Mairtin o Loingsigh
This patch adds support for DOCSIS AES-256 when using qat Signed-off-by: Mairtin o Loingsigh --- drivers/crypto/qat/qat_sym_capabilities.h | 4 ++-- drivers/crypto/qat/qat_sym_session.c | 12 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/crypto/qat/qa