Re: [PATCH rdma-next 0/7] Introduce KABIs to query UCONTEXT, PD and MR properties

2020-06-17 Thread Jason Gunthorpe
On Wed, Jun 17, 2020 at 12:20:53PM +0300, Yishai Hadas wrote: > On 6/17/2020 11:34 AM, Christoph Hellwig wrote: > > On Wed, Jun 17, 2020 at 11:31:38AM +0300, Leon Romanovsky wrote: > > > On Wed, Jun 17, 2020 at 01:29:16AM -0700, Christoph Hellwig wrote: > > > > I think you are talking about UABIs (

Re: [PATCH rdma-next 0/7] Introduce KABIs to query UCONTEXT, PD and MR properties

2020-06-17 Thread Yishai Hadas
On 6/17/2020 11:34 AM, Christoph Hellwig wrote: On Wed, Jun 17, 2020 at 11:31:38AM +0300, Leon Romanovsky wrote: On Wed, Jun 17, 2020 at 01:29:16AM -0700, Christoph Hellwig wrote: I think you are talking about UABIs (which in linux we actually call uapis). Yes, I used Yishai's cover letter as

Re: [PATCH rdma-next 0/7] Introduce KABIs to query UCONTEXT, PD and MR properties

2020-06-17 Thread Leon Romanovsky
On Wed, Jun 17, 2020 at 01:34:50AM -0700, Christoph Hellwig wrote: > On Wed, Jun 17, 2020 at 11:31:38AM +0300, Leon Romanovsky wrote: > > On Wed, Jun 17, 2020 at 01:29:16AM -0700, Christoph Hellwig wrote: > > > I think you are talking about UABIs (which in linux we actually call > > > uapis). > > >

Re: [PATCH rdma-next 0/7] Introduce KABIs to query UCONTEXT, PD and MR properties

2020-06-17 Thread Christoph Hellwig
On Wed, Jun 17, 2020 at 11:31:38AM +0300, Leon Romanovsky wrote: > On Wed, Jun 17, 2020 at 01:29:16AM -0700, Christoph Hellwig wrote: > > I think you are talking about UABIs (which in linux we actually call > > uapis). > > Yes, I used Yishai's cover letter as is. Why can't he just posted his patc

Re: [PATCH rdma-next 0/7] Introduce KABIs to query UCONTEXT, PD and MR properties

2020-06-17 Thread Leon Romanovsky
On Wed, Jun 17, 2020 at 01:29:16AM -0700, Christoph Hellwig wrote: > I think you are talking about UABIs (which in linux we actually call > uapis). Yes, I used Yishai's cover letter as is. >

Re: [PATCH rdma-next 0/7] Introduce KABIs to query UCONTEXT, PD and MR properties

2020-06-17 Thread Christoph Hellwig
I think you are talking about UABIs (which in linux we actually call uapis).

[PATCH rdma-next 0/7] Introduce KABIs to query UCONTEXT, PD and MR properties

2020-06-16 Thread Leon Romanovsky
From: Leon Romanovsky >From Yishai, This series introduce KABIs to query existing UCONTEXT, PD and MR for their properties. By those KABIs a user space application which owns the command FD of the device can retrieve and rebuild the above objects despite that it wasn't their creator. As of that