On Tue, Jul 23, 2019 at 10:04:12AM +0300, Leon Romanovsky wrote: > From: Max Gurtovoy <maxg@xxxxxxxxxxxx> > > Limit the number of PSV's created through devx to 1, to create a symmetry > between create/destroy cmds. In the kernel, one can create up to 4 PSV's > using CREATE_PSV cmd but the destruction is one by one. Add a protection > for this a-symmetric definition for devx. > > Signed-off-by: Max Gurtovoy <maxg@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/devx.c | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) Applied to for-next, thanks Jason