On Tue, Jul 02, 2019 at 12:56:41AM +0800, Liu, Changcheng wrote: > i40iw_query_qp does not return current QP state when QP attributes are > queried. > Return qp_state and cur_qp_state correctly in the QP attributes struct. > > Fixes: d37498417947 ("i40iw: add files for iwarp interface") > Signed-off-by: Changcheng Liu <changcheng.liu@xxxxxxxxx> > Reviewed-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx> > --- > v1 -> v2: > * Correct patch format with '---' under Signed-off-by. > * Refine commit message with 1) why need the change 2) solution. > * Add "Fixes" to show the original patch introduced the problem. > * Change patch title. > --- > drivers/infiniband/hw/i40iw/i40iw_verbs.c | 2 ++ > 1 file changed, 2 insertions(+) > Thanks, a lot. Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxxxx>