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

2016-03-15 Thread Cao, Min
] On Behalf Of Fiona Trahe Sent: Monday, March 07, 2016 7:50 PM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v7 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 rather

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

2016-03-07 Thread Jain, Deepak K
-Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fiona Trahe Sent: Monday, March 7, 2016 11:50 AM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v7 0/2] cryptodev API changes This patch set separates the symmetric crypto operations from generic operations

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

2016-03-07 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Fiona Trahe > Sent: Monday, March 07, 2016 11:50 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v7 0/2] cryptodev API changes > > > This patch set separates the symmetri

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

2016-03-07 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. v7: - remove trailing spaces introduced in v6 - rebase against recent config file changes v6: - restore