Hi David, On Monday 12 September 2016 12:46 PM, David Marchand wrote: > 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.
I have updated this in v10 based on the patches you sent me. > >> - 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> > > - Shreyansh