Re: [dpdk-dev] [PATCH] doc: announce API deprecation in cryptodev

2018-01-29 Thread Akhil Goyal
On 1/26/2018 4:57 PM, Pablo de Lara wrote: Functions rte_cryptodev_queue_pair_start/stop are not really used in any of the crypto drivers (they all just return 0 or -ENOTSUP). Therefore, this API can be deprecated from 18.02 and removed in 18.05. Signed-off-by: Pablo de Lara --- doc/guides/re

[dpdk-dev] [PATCH] doc: announce API deprecation in cryptodev

2018-01-26 Thread Pablo de Lara
Functions rte_cryptodev_queue_pair_start/stop are not really used in any of the crypto drivers (they all just return 0 or -ENOTSUP). Therefore, this API can be deprecated from 18.02 and removed in 18.05. Signed-off-by: Pablo de Lara --- doc/guides/rel_notes/deprecation.rst | 5 + lib/librte_