Re: [PATCH v4 07/15] NTB: switchtec_ntb: Introduce initial NTB driver

2017-08-22 Thread Bjorn Helgaas
On Thu, Aug 03, 2017 at 12:19:46PM -0600, Logan Gunthorpe wrote: > Seeing the Switchtec NTB hardware shares the same endpoint as the > management endpoint we utilize the class_interface API to register > an NTB driver for every Switchtec device in the system that has the > NTB class code. > >

Re: [PATCH v4 07/15] NTB: switchtec_ntb: Introduce initial NTB driver

2017-08-22 Thread Bjorn Helgaas
On Thu, Aug 03, 2017 at 12:19:46PM -0600, Logan Gunthorpe wrote: > Seeing the Switchtec NTB hardware shares the same endpoint as the > management endpoint we utilize the class_interface API to register > an NTB driver for every Switchtec device in the system that has the > NTB class code. > >

[PATCH v4 07/15] NTB: switchtec_ntb: Introduce initial NTB driver

2017-08-03 Thread Logan Gunthorpe
Seeing the Switchtec NTB hardware shares the same endpoint as the management endpoint we utilize the class_interface API to register an NTB driver for every Switchtec device in the system that has the NTB class code. Signed-off-by: Logan Gunthorpe Reviewed-by: Stephen Bates

[PATCH v4 07/15] NTB: switchtec_ntb: Introduce initial NTB driver

2017-08-03 Thread Logan Gunthorpe
Seeing the Switchtec NTB hardware shares the same endpoint as the management endpoint we utilize the class_interface API to register an NTB driver for every Switchtec device in the system that has the NTB class code. Signed-off-by: Logan Gunthorpe Reviewed-by: Stephen Bates Reviewed-by: Kurt