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

2016-03-15 Thread Cao, Min
Behalf Of Declan Doherty Sent: Tuesday, March 01, 2016 12:52 AM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v4 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 v4 0/2] cryptodev API changes

2016-02-29 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty > Sent: Monday, February 29, 2016 4:52 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v4 0/2] cryptodev API changes > > This patch set separates the symmetric c

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

2016-02-29 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. V4: - Fixes for issues introduced in __rte_crypto_op_raw_bulk_alloc in V3 patcheset. - Typo fix in cached attribute on