> -----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 <declan.dohe...@intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com> > Subject: [PATCH v3 3/4] cryptodev: rework dependency on vdev header > > The rte_cryptodev_vdev_pmd_init() is a helper for vdev-based drivers. > By moving the helper to the header we don't require rte_vdev.h at build- > time of the librte_cryptodev library. This is a preparation to move the vdev > bus into a standalone library. > > Signed-off-by: Jan Blunck <jblu...@infradead.org>
This looks good, but could you also remove the deprecation notice from the previous release? Apart from that: Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>