Re: [dpdk-dev] [PATCH v2] crypto: fix element size for undefined crypto op

2018-10-09 Thread Akhil Goyal
On 10/10/2018 10:40 AM, Akhil Goyal wrote: On 10/9/2018 7:46 PM, Junxiao Shi wrote: The documentation of rte_crypto_op_pool_create indicates that specifying RTE_CRYPTO_OP_TYPE_UNDEFINED would create a pool that supports all operation types. This change makes the code consistent with documen

Re: [dpdk-dev] [PATCH v2] crypto: fix element size for undefined crypto op

2018-10-09 Thread Akhil Goyal
On 10/9/2018 7:46 PM, Junxiao Shi wrote: The documentation of rte_crypto_op_pool_create indicates that specifying RTE_CRYPTO_OP_TYPE_UNDEFINED would create a pool that supports all operation types. This change makes the code consistent with documentation. Fixes: c0f87eb5252b ("cryptodev: chan