Re: [dpdk-dev] [PATCH v3 4/4] cryptodev: move parameter parsing to its own header

2017-10-10 Thread De Lara Guarch, Pablo
> -Original Message- > From: Jan Blunck [mailto:jblu...@gmail.com] On Behalf Of Jan Blunck > Sent: Friday, October 6, 2017 9:40 AM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > > Subject: [PATCH v3 4/4] cryptodev: move parameter parsing to its own > header > > This

[dpdk-dev] [PATCH v3 4/4] cryptodev: move parameter parsing to its own header

2017-10-06 Thread Jan Blunck
This moves the parameter parsing functions out of the rte_cryptodev_vdev.h header to not require the rte_vdev.h header at build time of the library. Signed-off-by: Jan Blunck --- lib/librte_cryptodev/Makefile| 1 + lib/librte_cryptodev/rte_cryptodev_pmd.c | 2 +- li