On Thu, Jul 16, 2020 at 01:54:16PM +0300, Leon Romanovsky wrote: > From: Maor Gottlieb <maorg@xxxxxxxxxxxx> > > Currently SQ is set to ready state when the RAW QP is modified to init. > When TIS is modified, e.g. to change the lag_tx_affinity, then SQs which > are already in ready state will not be affected. > > Open window to modify the SQ behavior by set the SQ as ready only when > QP was modified to RTS. > > Signed-off-by: Maor Gottlieb <maorg@xxxxxxxxxxxx> > Reviewed-by: Mark Zhang <markz@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/qp.c | 18 ++++++++---------- > 1 file changed, 8 insertions(+), 10 deletions(-) Applied to for-next, thanks Jason