Re: [PATCH v3 08/16] switchtec_ntb: introduce initial NTB driver

2017-07-31 Thread Dave Jiang
On 07/25/2017 01:57 PM, 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. > > Signed-off-by:

Re: [PATCH v3 08/16] switchtec_ntb: introduce initial NTB driver

2017-07-31 Thread Dave Jiang
On 07/25/2017 01:57 PM, 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. > > Signed-off-by:

[PATCH v3 08/16] switchtec_ntb: introduce initial NTB driver

2017-07-25 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 v3 08/16] switchtec_ntb: introduce initial NTB driver

2017-07-25 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