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

2016-03-10 Thread Thomas Monjalon
> Declan Doherty (2): > cryptodev: change burst API to be crypto op oriented > mbuf_offload: remove library > > Fiona Trahe (3): > cryptodev: code cleanup > cryptodev: refactor to partition common from symmetric-specific code > cryptodev: remove unused phys_addr field from key Applied,

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

2016-03-10 Thread Fiona Trahe
From: Pablo de Lara 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. v9: - include missing casting that was making C++ complain v8: - split patchset for easier rev