On Wed, Mar 06, 2019 at 08:52:16PM +0200, Jason Gunthorpe wrote: > On Wed, Mar 06, 2019 at 07:20:50PM +0200, Leon Romanovsky wrote: > > From: Yishai Hadas <yishaih@xxxxxxxxxxxx> > > > > In case the DCT creation command has succeeded a DRAIN must be issued > > before calling DESTROY. > > > > In addition, the original code used the wrong parameter for the DESTROY > > command, 'in' instead of 'din', which caused another creation try > > instead of destroying. > > > > Cc: <stable@xxxxxxxxxxxxxxx> # 4.15 > > Fixes: 57cda166bbe0 ("net/mlx5: Add DCT command interface") > > Signed-off-by: Yishai Hadas <yishaih@xxxxxxxxxxxx> > > Reviewed-by: Artemy Kovalyov <artemyko@xxxxxxxxxxxx> > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Jason, Doug > > > > If it is possible, I would like to take this patch too: > > https://patchwork.kernel.org/patch/10828299/ > > This should have been applied to the shared tree though?? > > It is RDMA focused, do you want it to go to the RDMA tree? Yes, it will be awesome, because net-next is closed, there is no need in shared tree. Thanks > > Jason