[dpdk-dev] [PATCH v8 0/5] cryptodev API changes

2016-03-14 Thread Cao, Min
at dpdk.org Subject: [dpdk-dev] [PATCH v8 0/5] 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 rather than rte_mbufs. v8: - split patchset for easier review - fix

[dpdk-dev] [PATCH v8 0/5] cryptodev API changes

2016-03-10 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Fiona Trahe > Sent: Thursday, March 10, 2016 1:43 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v8 0/5] cryptodev API changes > > > This patch set separates the symmetri

[dpdk-dev] [PATCH v8 0/5] cryptodev API changes

2016-03-10 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. v8: - split patchset for easier review - fix broken /examples/l2fwd-crypto build in intermediate patch - split remo