On Wed, May 13, 2020 at 12:55:50PM +0300, Leon Romanovsky wrote: > From: Aharon Landau <aharonl@xxxxxxxxxxxx> > > Missing INIT2INIT entry in the list of modify commands caused that > DEVX applications can't modify QP for this transition state. Add > the MLX5_CMD_OP_INIT2INIT_QP opcode to the list of allowed DEVX > opcodes. > > Fixes: e662e14d801b ("IB/mlx5: Add DEVX support for modify and query commands") > Signed-off-by: Aharon Landau <aharonl@xxxxxxxxxxxx> > Reviewed-by: Maor Gottlieb <maorg@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/devx.c | 1 + > 1 file changed, 1 insertion(+) Applied to for-next, thanks Jason