Re: [dpdk-dev] [PATCH] drivers/bus: fill driver reference after NXP probing

2018-09-28 Thread Shreyansh Jain
On Thursday 27 September 2018 06:10 PM, Thomas Monjalon wrote: 26/09/2018 10:12, Shreyansh Jain: On Wednesday 26 September 2018 12:52 AM, Thomas Monjalon wrote: The probing functions of NXP buses were missing to set the driver used for successfully probing a device. The NXP driver and the gene

Re: [dpdk-dev] [PATCH] drivers/bus: fill driver reference after NXP probing

2018-09-27 Thread Thomas Monjalon
26/09/2018 10:12, Shreyansh Jain: > On Wednesday 26 September 2018 12:52 AM, Thomas Monjalon wrote: > > The probing functions of NXP buses were missing to set > > the driver used for successfully probing a device. > > > > The NXP driver and the generic rte_driver are now set > > in the device stru

Re: [dpdk-dev] [PATCH] drivers/bus: fill driver reference after NXP probing

2018-09-26 Thread Shreyansh Jain
On Wednesday 26 September 2018 12:52 AM, Thomas Monjalon wrote: The probing functions of NXP buses were missing to set the driver used for successfully probing a device. The NXP driver and the generic rte_driver are now set in the device structures. Signed-off-by: Thomas Monjalon --- A part

[dpdk-dev] [PATCH] drivers/bus: fill driver reference after NXP probing

2018-09-25 Thread Thomas Monjalon
The probing functions of NXP buses were missing to set the driver used for successfully probing a device. The NXP driver and the generic rte_driver are now set in the device structures. Signed-off-by: Thomas Monjalon --- drivers/bus/dpaa/dpaa_bus.c | 6 +- drivers/bus/fslmc/fslmc_bus.c |