Re: [PATCH v10 00/25] Introducing rte_driver/rte_device generalization
From: David Marchand <hidden>
Date: 2016-09-16 14:30:03
Sorry dropped the ml. On Fri, Sep 16, 2016 at 4:21 PM, David Marchand [off-list ref] wrote:
Commenting in the cover letter because these are details and it is easier to track down what is missing before push for Thomas.quoted
driver: init/uninit common wrappers for PCI driversIn this patch subject, init/uninit -> prove/remove.quoted
eal: define container macroThis patch is fine, but not used in the patchset. I would postpone it until we actually need it.quoted
eal: extract vdev infraThis patch commit log tells that the vdev register macro does not call DRIVER_EXPORT_NAME while it actually does so.quoted
eal: remove unused PMD typesThis patch commit log has some outdated note about pmdinfo. We still have a reference about PMD_REGISTER_DRIVER in the documentation that could be replaced with a note on DRIVER_REGISTER_PCI() But I would do this in "drivers: convert all phy drivers as PCI drivers".quoted
eal/pci: replace PCI devinit/devuninit with probe/removeThis patch only replaces the init/uninit methods with prove/remove for pci. I would generalise this to vdev as well.
-- David Marchand