Re: [dpdk-dev] [DPDK] /driver/bus/ifpga: fix driver probe failure handler

2019-01-15 Thread Xu, Rosen
Hi Andy, > -Original Message- > From: Pei, Andy > Sent: Monday, January 14, 2019 9:41 > To: dev@dpdk.org > Cc: Xu, Rosen ; Zhang, Tianfei > ; Pei, Andy > Subject: [DPDK] /driver/bus/ifpga: fix driver probe failure handler > The subject should be started with bus/ifpga. I think the tital

Re: [dpdk-dev] [DPDK] /driver/bus/ifpga: fix driver probe failure handler

2019-01-13 Thread Xu, Rosen
> -Original Message- > From: Pei, Andy > Sent: Monday, January 14, 2019 9:41 > To: dev@dpdk.org > Cc: Xu, Rosen ; Zhang, Tianfei > ; Pei, Andy > Subject: [DPDK] /driver/bus/ifpga: fix driver probe failure handler > > In the original code, when a device probe a driver, if the driver in

[dpdk-dev] [DPDK] /driver/bus/ifpga: fix driver probe failure handler

2019-01-13 Thread AndyPei
In the original code, when a device probe a driver, if the driver in the driver list does not support this device, a error is returned. After this patch, a device wil try to match driver in the driver list one by one until an appropriate driver is found. If the current driver does not support the d