[dpdk-dev] [PATCH] cryptodev: API change to rte_crypto_op bursts

2016-02-08 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Saturday, January 30, 2016 1:07 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] cryptodev: API change to rte_crypto_op bursts > > This patch modifies the

[dpdk-dev] [PATCH] cryptodev: API change to rte_crypto_op bursts

2016-01-30 Thread Declan Doherty
This patch modifies the crypto burst enqueue/dequeue APIs to operate on bursts rte_crypto_op's rather than the current implementation which operates on rte_mbuf bursts which simplifies the burst processing in the crypto PMDs and the use of crypto operations in general. The changes also separates t