Re: [dpdk-dev] [PATCH v3] crypto/qat: support DOCSIS AES-256

2020-05-11 Thread Akhil Goyal
In that case you should send only the incremental patch and add a Fixes reference to the original patch. > > These are the patches for QAT AES-256 DOCSIS along with the documentation > update (which was missing from previous version) > > Regards, > Mairtin > > -Original Message- > From

Re: [dpdk-dev] [PATCH v3] crypto/qat: support DOCSIS AES-256

2020-05-11 Thread O'loingsigh, Mairtin
These are the patches for QAT AES-256 DOCSIS along with the documentation update (which was missing from previous version) Regards, Mairtin -Original Message- From: Akhil Goyal Sent: Monday, May 11, 2020 2:14 PM To: O'loingsigh, Mairtin ; Trahe, Fiona Cc: dev@dpdk.org Subject: RE: [P

Re: [dpdk-dev] [PATCH v3] crypto/qat: support DOCSIS AES-256

2020-05-11 Thread Akhil Goyal
I believe this patch is already applied. Why is it recent?

[dpdk-dev] [PATCH v3] crypto/qat: support DOCSIS AES-256

2020-05-11 Thread Mairtin o Loingsigh
This patch adds support for DOCSIS AES-256 when using qat Signed-off-by: Mairtin o Loingsigh Acked-by: Fiona Trahe --- 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