[dpdk-dev] [PATCH v2 2/2] cryptodev: change burst API to be crypto op oriented

2016-02-22 Thread Trahe, Fiona
Hi Declan, Bug + fix below > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, February 19, 2016 11:01 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 2/2] cryptodev: change burst API to be crypto op >

[dpdk-dev] [PATCH v2 2/2] cryptodev: change burst API to be crypto op oriented

2016-02-22 Thread Trahe, Fiona
Hi Declan, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, February 19, 2016 11:01 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 2/2] cryptodev: change burst API to be crypto op > oriented >

[dpdk-dev] [PATCH v2 2/2] cryptodev: change burst API to be crypto op oriented

2016-02-22 Thread Trahe, Fiona
: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, February 19, 2016 11:01 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 2/2] cryptodev: change burst API to be crypto > op oriented

[dpdk-dev] [PATCH v2 2/2] cryptodev: change burst API to be crypto op oriented

2016-02-19 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, this simplifies the burst processing in the crypto PMDs and the use of crypto operations in general. This change set also continu