Re: [dpdk-dev] [PATCH 0/3] Add AES-GCM and cipher only offload support

2020-07-27 Thread Nagadheeraj Rottela
> -Original Message- > From: Akhil Goyal > Sent: Monday, July 27, 2020 12:28 AM > To: Nagadheeraj Rottela > Cc: dev@dpdk.org; Srikanth Jampala > Subject: [EXT] RE: [PATCH 0/3] Add AES-GCM and cipher only offload support > > External Email > > ---

Re: [dpdk-dev] [PATCH 0/3] Add AES-GCM and cipher only offload support

2020-07-26 Thread Akhil Goyal
> Subject: [PATCH 0/3] Add AES-GCM and cipher only offload support > > This patch set replaces the NITROX PMD specific test suite with generic > test suite and adds support for AES-GCM and cipher only offload. > I hope this series is for next release cycle. >From next time, please mention 20.11 i

[dpdk-dev] [PATCH 0/3] Add AES-GCM and cipher only offload support

2020-07-24 Thread Nagadheeraj Rottela
This patch set replaces the NITROX PMD specific test suite with generic test suite and adds support for AES-GCM and cipher only offload. Nagadheeraj Rottela (3): test/crypto: replace NITROX PMD specific test suite crypto/nitrox: support AES-GCM crypto/nitrox: support cipher only crypto opera