> -----Original Message----- > From: Jason Gunthorpe > Sent: Friday, November 30, 2018 5:21 PM > To: Leon Romanovsky <leon@xxxxxxxxxx> > Cc: Doug Ledford <dledford@xxxxxxxxxx>; Leon Romanovsky > <leonro@xxxxxxxxxxxx>; RDMA mailing list <linux-rdma@xxxxxxxxxxxxxxx>; > Parav Pandit <parav@xxxxxxxxxxxx> > Subject: Re: [PATCH rdma-next 2/2] RDMA/uverbs: Add an ioctl method to > destroy an object > > On Fri, Nov 30, 2018 at 01:16:48PM +0200, Leon Romanovsky wrote: > > From: Parav Pandit <parav@xxxxxxxxxxxx> > > > > Add an ioctl method to destroy following objects by its handle which > > doesn't require any output response during destruction. > > Objects: PD, MR, MW, AH, flow, RWQ indirection table and XRCD. > > > > Signed-off-by: Parav Pandit <parav@xxxxxxxxxxxx> > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > --- > > drivers/infiniband/core/uverbs_std_types.c | 60 +++++++++++++++++-- > > drivers/infiniband/core/uverbs_std_types_mr.c | 10 +++- > > include/uapi/rdma/ib_user_ioctl_cmds.h | 52 ++++++++++++++++ > > 3 files changed, 115 insertions(+), 7 deletions(-) > > The usual rule is to not apply patches that have a rdma-core component > until the rdma-core component is on github.. > > .. and I realize I think I signed up to do that, so this patch might have to sit > for a bit.. > Ok. Thanks. > Jason