Re: [dpdk-dev] [PATCH 08/13] eal: enable probe and remove from bus infrastructure

2016-12-06 Thread Shreyansh Jain
On Sunday 04 December 2016 03:41 PM, Shreyansh Jain wrote: The model is: rte_eal_init `--> calls rte_eal_bus_probe() This iterates over all the drivers and devices and matches them. For matched bus specific device-driver: `--> bus->probe() This would be responsible

[dpdk-dev] [PATCH 08/13] eal: enable probe and remove from bus infrastructure

2016-12-04 Thread Shreyansh Jain
The model is: rte_eal_init `--> calls rte_eal_bus_probe() This iterates over all the drivers and devices and matches them. For matched bus specific device-driver: `--> bus->probe() This would be responsible for generic work, equivalent to rte_eal_pci_probe