Re: [PATCH] NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology

2017-11-30 Thread Logan Gunthorpe
On 30/11/17 03:14 PM, Serge Semin wrote: Signed-off-by: Serge Semin Acked-by: Serge Semin You don't need to Ack your own patches ;) It goes to the subsystem maintained by me. I tested the change, so am responsible for the results. Yes, but it goes without saying that a patch you wrote

Re: [PATCH] NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology

2017-11-30 Thread Serge Semin
On Thu, Nov 30, 2017 at 03:06:15PM -0700, Logan Gunthorpe wrote: > > > On 30/11/17 02:41 PM, Serge Semin wrote: > >Since Switchtec patch there has been a new topology added to > >the NTB API. It's called NTB_TOPO_SWITCH and dedicated for > >PCIe switch chips. Even though topo field isn't used w

Re: [PATCH] NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology

2017-11-30 Thread Logan Gunthorpe
On 30/11/17 02:41 PM, Serge Semin wrote: Since Switchtec patch there has been a new topology added to the NTB API. It's called NTB_TOPO_SWITCH and dedicated for PCIe switch chips. Even though topo field isn't used within the IDT driver much, lets set it for the sake of unification. Signed-off-

[PATCH] NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology

2017-11-30 Thread Serge Semin
Since Switchtec patch there has been a new topology added to the NTB API. It's called NTB_TOPO_SWITCH and dedicated for PCIe switch chips. Even though topo field isn't used within the IDT driver much, lets set it for the sake of unification. Signed-off-by: Serge Semin Acked-by: Serge Semin ---