Re: [PATCH for-rc 1/2] RDMA/irdma: Report correct WC errors
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-12-07 17:55:22
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-12-07 17:55:22
On Wed, Dec 01, 2021 at 05:15:08PM -0600, Shiraz Saleem wrote:
Return IBV_WC_REM_OP_ERR for responder QP errors instead of
IBV_WC_REM_ACCESS_ERR.
Return IBV_WC_LOC_QP_OP_ERR for errors detected on the SQ with bad opcodes
Fixes: 44d9e52977a1 ("RDMA/irdma: Implement device initialization definitions")
Signed-off-by: Shiraz Saleem <redacted>
---
drivers/infiniband/hw/irdma/hw.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)This and the 2/2 applied to for-rc, thanks Jason