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.. Jason