[dpdk-dev] [PATCH v2] null_crypto_pmd: PMD to support null crypto operations

2016-03-11 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, March 10, 2016 4:47 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2] null_crypto_pmd: PMD to support null crypto > operations > > From: Declan

[dpdk-dev] [PATCH v2] null_crypto_pmd: PMD to support null crypto operations

2016-03-10 Thread Jain, Deepak K
-Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara Sent: Thursday, March 10, 2016 4:47 PM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v2] null_crypto_pmd: PMD to support null crypto operations From: Declan Doherty This patch provides the

[dpdk-dev] [PATCH v2] null_crypto_pmd: PMD to support null crypto operations

2016-03-10 Thread Pablo de Lara
From: Declan Doherty This patch provides the implementation of a NULL crypto PMD, which supports NULL cipher and NULL authentication operations, which can be chained together as follows: - Authentication Only - Cipher Only - Authentication then Cipher - Cipher then Authentication As this is a N