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

2016-03-11 Thread Thomas Monjalon
Sorry, we need a v5 2016-03-11 00:50, Pablo de Lara: > +Null Crypto PMD > +M: Declan Doherty > +F: drivers/crypto/null/ > +F: doc/guides/cryptodevs/snow3g.rst Not the right doc. The null doc is not in this patch BTW. Missing blank line (2 before next section). > > Packet processing > --

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

2016-03-11 Thread De Lara Guarch, Pablo
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, March 11, 2016 12:56 AM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4] null_crypto_pmd: PMD to support null > crypto operations

[dpdk-dev] [PATCH v4] 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