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

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Mar 11 02:15:31 CET 2016


2016-03-11 01:04, Pablo de Lara:
> From: Declan Doherty <declan.doherty at intel.com>
> 
> 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 NULL operation device the crypto operations which are submitted for
> processing are not actually modified and are stored in a queue pairs processed
> packets ring ready for collection when rte_cryptodev_burst_dequeue() is called.
> 
> The patch also contains the related unit tests function to test the PMDs
> supported operations.
> 
> Signed-off-by: Declan Doherty <declan.doherty at intel.com>
> Acked-by: Deepak Kumar JAIN<deepak.k.jain at intel.com>

Applied with a small doc indent fix, thanks


More information about the dev mailing list