Re: [PATCH v2 04/15] NTB: ntb_pp: Add full multi-port NTB API support

2017-12-05 Thread Logan Gunthorpe
On 05/12/17 12:53 PM, Serge Semin wrote: Is it really necessary to have all of this info defined in macro? We don't use them anywhere in the source below. I add this change here due to the last Greg patch, where he removed DRIVER_LICENSE from the code. He said, that the license check tool needs

Re: [PATCH v2 04/15] NTB: ntb_pp: Add full multi-port NTB API support

2017-12-05 Thread Serge Semin
On Tue, Dec 05, 2017 at 12:02:13PM -0500, Jon Mason wrote: > On Sun, Dec 3, 2017 at 2:17 PM, Serge Semin wrote: > > 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 ord

Re: [PATCH v2 04/15] NTB: ntb_pp: Add full multi-port NTB API support

2017-12-05 Thread Jon Mason
On Sun, Dec 3, 2017 at 2:17 PM, Serge Semin wrote: > 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 te

[PATCH v2 04/15] NTB: ntb_pp: Add full multi-port NTB API support

2017-12-03 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 pingpong driver is accordingly altered. Signed-of