> -----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 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>
Nack. It was trying to remove an already removed reference to a deleted library