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

2016-03-15 Thread Cao, Min
Behalf Of Declan Doherty Sent: Friday, February 19, 2016 7:01 PM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v2 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 v2 0/2] cryptodev API changes

2016-02-19 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. This patch set is dependent on the following bug fixes patches: aesni_mb: strict-aliasing rule compilation fix (http: