> -----Original Message----- > From: Jan Blunck [mailto:[email protected]] On Behalf Of Jan Blunck > Sent: Friday, October 6, 2017 9:40 AM > To: [email protected] > Cc: Doherty, Declan <[email protected]>; De Lara Guarch, Pablo > <[email protected]> > 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 <[email protected]>
This looks good, but could you also remove the deprecation notice from the previous release? Apart from that: Acked-by: Pablo de Lara <[email protected]>

