On Wed, Sep 7, 2016 at 4:08 PM, Shreyansh Jain <shreyansh.jain at nxp.com> wrote: > Simplify crypto and ethdev pci drivers init by using newly introduced > init macros and helpers. > Those drivers then don't need to register as "rte_driver"s anymore. > > Exceptions: > - virtio and mlx* use RTE_INIT directly as they have custom initialization > steps.
Afaics, we are missing some DRIVER_EXPORT_NAME for those. > - VDEV devices are not modified - they continue to use PMD_REGISTER_DRIVER. > > Signed-off-by: David Marchand <david.marchand at 6wind.com> > Signed-off-by: Shreyansh Jain <shreyansh.jain at nxp.com> -- David Marchand