Re: [PATCH v2] NTB: ntb_tool: Add full multi-port NTB API support

2017-12-03 Thread kbuild test robot
Hi Serge, I love your patch! Yet something to improve: [auto build test ERROR on v4.15-rc1] [cannot apply to ntb/ntb-next next-20171201] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Serge-Sem

Re: [PATCH v2] NTB: ntb_tool: Add full multi-port NTB API support

2017-12-03 Thread kbuild test robot
Hi Serge, I love your patch! Yet something to improve: [auto build test ERROR on v4.15-rc1] [cannot apply to ntb/ntb-next next-20171201] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Serge-Sem

Re: [PATCH v2] NTB: ntb_tool: Add full multi-port NTB API support

2017-11-30 Thread Logan Gunthorpe
On 30/11/17 02:37 PM, Serge Semin wrote: Changelog v2: - Remove driver Author/Description/License macros This patch is already very long and should be split up, and you added more to it? If you want to fix these macros it should be in it's own patch with it's own justification. - u

[PATCH v2] NTB: ntb_tool: Add full multi-port NTB API support

2017-11-30 Thread Serge Semin
NTB API has been updated to support multi-port devices like IDT 89HPESx series or Microsemi Switchtec. Message registers functionality has also been added to new API. In order to keep the new hardware and corresponding capabilities well tested, NTB tool driver is accordingly altered. Signed-off-by