[dpdk-dev] [PATCH v3 0/2] cryptodev API changes

2016-03-15 Thread Cao, Min
Behalf Of Declan Doherty Sent: Saturday, February 27, 2016 1:30 AM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v3 0/2] cryptodev API changes This patch set separates the symmetric crypto operations from generic operations and then modifies the cryptodev burst API to accept bursts of rte_crypto_op

[dpdk-dev] [PATCH v3 0/2] cryptodev API changes

2016-02-29 Thread Declan Doherty
On 26/02/16 17:30, Declan Doherty wrote: > This patch set separates the symmetric crypto operations from generic > operations > and then modifies the cryptodev burst API to accept bursts of rte_crypto_op > rather than rte_mbufs. > > V3: > - Addresses V2 comments > - Rebased for head > > Declan

[dpdk-dev] [PATCH v3 0/2] cryptodev API changes

2016-02-26 Thread Declan Doherty
This patch set separates the symmetric crypto operations from generic operations and then modifies the cryptodev burst API to accept bursts of rte_crypto_op rather than rte_mbufs. V3: - Addresses V2 comments - Rebased for head Declan Doherty (1): cryptodev: change burst API to be crypto op or