summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_qp.c
diff options
context:
space:
mode:
authorLijun Ou <oulijun@huawei.com>2016-09-15 23:48:12 +0100
committerDoug Ledford <dledford@redhat.com>2016-10-03 11:43:10 -0400
commit509bf0c2da99f0fc22c841de1fa3d813e4932a9f (patch)
treec92a01b23b38fe3a08c48f785031cd42928a7fea /drivers/infiniband/hw/hns/hns_roce_qp.c
parentb280db52cc71a0cb135c2ab9adc0592af6440812 (diff)
downloadlinux-stable-509bf0c2da99f0fc22c841de1fa3d813e4932a9f.tar.gz
linux-stable-509bf0c2da99f0fc22c841de1fa3d813e4932a9f.tar.bz2
linux-stable-509bf0c2da99f0fc22c841de1fa3d813e4932a9f.zip
IB/hns: Fix the bug of rdma cm connecting on user mode
Fix bug of modify qp from init to init on user mode. Otherwise, it will oops when rmda cm established. Signed-off-by: Lijun Ou <oulijun@huawei.com> Reviewed-by: Wei Hu <xavier.huwei@huawei.com> Signed-off-by: Salil Mehta <salil.mehta@huawei.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hns/hns_roce_qp.c')
-rw-r--r--drivers/infiniband/hw/hns/hns_roce_qp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hns/hns_roce_qp.c b/drivers/infiniband/hw/hns/hns_roce_qp.c
index 089da7f39ed0..dd94e4156a59 100644
--- a/drivers/infiniband/hw/hns/hns_roce_qp.c
+++ b/drivers/infiniband/hw/hns/hns_roce_qp.c
@@ -38,7 +38,6 @@
#include "hns_roce_hem.h"
#include "hns_roce_user.h"
-#define DB_REG_OFFSET 0x1000
#define SQP_NUM 12
void hns_roce_qp_event(struct hns_roce_dev *hr_dev, u32 qpn, int event_type)