Re: [dpdk-dev] [RFC 3/4] cryptodev: introduce cpu-crypto API

2019-11-06 Thread Ananyev, Konstantin
Hi Akhil, > > This patch extends rte_cryptodev API with CPU-CRYPTO mode. > > This is done by reusing existing rte_crypto_sym_session structure itself > > and related control-path cryptodev API (init/clear/get_size/etc.) > > For data-path new sym_cpu_ process() function is added into > > rte_cryp

Re: [dpdk-dev] [RFC 3/4] cryptodev: introduce cpu-crypto API

2019-11-05 Thread Akhil Goyal
Hi Konstantin, > > This patch extends rte_cryptodev API with CPU-CRYPTO mode. > This is done by reusing existing rte_crypto_sym_session structure itself > and related control-path cryptodev API (init/clear/get_size/etc.) > For data-path new sym_cpu_ process() function is added into > rte_cryptod

[dpdk-dev] [RFC 3/4] cryptodev: introduce cpu-crypto API

2019-11-05 Thread Konstantin Ananyev
This patch extends rte_cryptodev API with CPU-CRYPTO mode. This is done by reusing existing rte_crypto_sym_session structure itself and related control-path cryptodev API (init/clear/get_size/etc.) For data-path new sym_cpu_ process() function is added into rte_cryptodev dev_ops. Crypto PMD t