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 <pablo.de.lara.gua...@intel.com> --- doc/guides/rel_notes/deprecation.rst | 5 +++++ lib/librte_cryptodev/rte_cryptodev.h | 2 ++ 2 files changed, 7 insertions(+)
Acked-by: Akhil Goyal <akhil.go...@nxp.com>