]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/irdma: Make CQP invalid state error non-critical
authorMustafa Ismail <mustafa.ismail@intel.com>
Tue, 5 Jul 2022 23:08:11 +0000 (18:08 -0500)
committerLeon Romanovsky <leonro@nvidia.com>
Mon, 18 Jul 2022 07:39:43 +0000 (10:39 +0300)
commit142b938855aaff511f754bf1a83e7a8994e55264
tree38e842f91cd68ce96afe2c1e59e3f6dd758eb9ce
parent795334ae14eada188454ca3ef55023a71689109a
RDMA/irdma: Make CQP invalid state error non-critical

The invalid state error returned by the Control Queue-Pair (CQP) is not a
critical error.

Add it to the irdma_noncrit_err_list and drop reporting it as device error
message.

Link: https://lore.kernel.org/r/20220705230815.265-4-shiraz.saleem@intel.com
Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com>
Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/irdma/utils.c