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

2016-03-11 Thread Thomas Monjalon
2016-03-11 01:04, 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

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

2016-03-11 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