Re: [dpdk-dev] [PATCH V4 1/9] bus: introduce hotplug failure handler

2018-07-05 Thread Thomas Monjalon
05/07/2018 08:23, Guo, Jia: > > On 7/4/2018 3:55 PM, Thomas Monjalon wrote: > > 04/07/2018 09:16, Guo, Jia: > >> On 7/4/2018 6:21 AM, Thomas Monjalon wrote: > >>> 29/06/2018 12:30, Jeff Guo: > /** > + * Implementation a specific hot plug handler, which is responsible > + * for ha

Re: [dpdk-dev] [PATCH V4 1/9] bus: introduce hotplug failure handler

2018-07-04 Thread Guo, Jia
On 7/4/2018 3:55 PM, Thomas Monjalon wrote: 04/07/2018 09:16, Guo, Jia: On 7/4/2018 6:21 AM, Thomas Monjalon wrote: 29/06/2018 12:30, Jeff Guo: /** + * Implementation a specific hot plug handler, which is responsible + * for handle the failure when hot remove the device, guaranty the sys

Re: [dpdk-dev] [PATCH V4 1/9] bus: introduce hotplug failure handler

2018-07-04 Thread Thomas Monjalon
04/07/2018 09:16, Guo, Jia: > > On 7/4/2018 6:21 AM, Thomas Monjalon wrote: > > 29/06/2018 12:30, Jeff Guo: > >> /** > >> + * Implementation a specific hot plug handler, which is responsible > >> + * for handle the failure when hot remove the device, guaranty the system > >> + * would not crash

Re: [dpdk-dev] [PATCH V4 1/9] bus: introduce hotplug failure handler

2018-07-04 Thread Guo, Jia
On 7/4/2018 6:21 AM, Thomas Monjalon wrote: 29/06/2018 12:30, Jeff Guo: /** + * Implementation a specific hot plug handler, which is responsible + * for handle the failure when hot remove the device, guaranty the system + * would not crash in the case. + * @param dev + * Pointer of the

Re: [dpdk-dev] [PATCH V4 1/9] bus: introduce hotplug failure handler

2018-07-03 Thread Thomas Monjalon
29/06/2018 12:30, Jeff Guo: > /** > + * Implementation a specific hot plug handler, which is responsible > + * for handle the failure when hot remove the device, guaranty the system > + * would not crash in the case. > + * @param dev > + * Pointer of the device structure. > + * > + * @return > +