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

2016-03-15 Thread Cao, Min
Behalf Of Fiona Trahe Sent: Saturday, March 05, 2016 2:30 AM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v6 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 v6 0/2] cryptodev API changes

2016-03-04 Thread Fiona Trahe
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. v6: - restore EXPERIMENTAL label to cryptodev. Will handle removal in separate thread. (email subject was incorrect