Re: [PATCH rdma-core 1/5] verbs: Support dma-buf based memory region

2020-11-25 Thread Yishai Hadas
On 11/23/2020 7:53 PM, Jianxin Xiong wrote: Add new API function and new provider method for registering dma-buf based memory region. Update the man page and bump the API version. Signed-off-by: Jianxin Xiong --- kernel-headers/rdma/ib_user_ioctl_cmds.h | 14 libibverbs/cmd_mr.c

RE: [PATCH rdma-core 1/5] verbs: Support dma-buf based memory region

2020-11-24 Thread Xiong, Jianxin
oenig ; Vetter, > Daniel ; Yishai Hadas > Subject: Re: [PATCH rdma-core 1/5] verbs: Support dma-buf based memory region > > On 11/23/2020 7:53 PM, Jianxin Xiong wrote: > > Add new API function and new provider method for registering dma-buf > > based memory region. Update the m

Re: [PATCH rdma-core 1/5] verbs: Support dma-buf based memory region

2020-11-24 Thread Jason Gunthorpe
On Mon, Nov 23, 2020 at 09:53:00AM -0800, Jianxin Xiong wrote: > Add new API function and new provider method for registering dma-buf > based memory region. Update the man page and bump the API version. > > Signed-off-by: Jianxin Xiong > kernel-headers/rdma/ib_user_ioctl_cmds.h | 14

[PATCH rdma-core 1/5] verbs: Support dma-buf based memory region

2020-11-23 Thread Jianxin Xiong
Add new API function and new provider method for registering dma-buf based memory region. Update the man page and bump the API version. Signed-off-by: Jianxin Xiong --- kernel-headers/rdma/ib_user_ioctl_cmds.h | 14 libibverbs/cmd_mr.c | 38 +