cryptodev: uninline parameter parsing
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 24 Jun 2016 15:34:26 +0000 (17:34 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 27 Jun 2016 14:50:27 +0000 (16:50 +0200)
commitf3e764fa2fb70c20fb9e448f09636ad5f916aa34
tree598334a5e85c2622fd31f5bc97a87e35b2eae61a
parent2fa5e196d5756e4ec6350b4daa8a2a0ce040af81
cryptodev: uninline parameter parsing

There is no need to have this parsing inlined in the header.
It brings kvargs dependency to every crypto drivers.
The functions are moved into rte_cryptodev.c.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
drivers/crypto/kasumi/rte_kasumi_pmd.c
drivers/crypto/null/Makefile
drivers/crypto/snow3g/rte_snow3g_pmd.c
lib/librte_cryptodev/rte_cryptodev.c
lib/librte_cryptodev/rte_cryptodev.h
lib/librte_cryptodev/rte_cryptodev_version.map