Re: [PATCH] NTB: Rename NTB messaging API methods

2017-08-08 Thread Logan Gunthorpe
On 08/08/17 04:10 AM, Serge Semin wrote: > There is a common methods signature form used over all the NTB API > like functions naming scheme, arguments names and order, etc. > Recently added NTB messaging API IO callbacks were named a bit > different so should be renamed to be in compliance with

[PATCH] NTB: Rename NTB messaging API methods

2017-08-08 Thread Serge Semin
There is a common methods signature form used over all the NTB API like functions naming scheme, arguments names and order, etc. Recently added NTB messaging API IO callbacks were named a bit different so should be renamed to be in compliance with the rest of the API. Signed-off-by: Serge Semin -