diff options
author | Lijun Ou <oulijun@huawei.com> | 2016-09-16 01:48:12 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-10-03 18:43:10 +0300 |
commit | 509bf0c2da99f0fc22c841de1fa3d813e4932a9f (patch) | |
tree | c92a01b23b38fe3a08c48f785031cd42928a7fea /drivers/infiniband/hw/hns/hns_roce_qp.c | |
parent | b280db52cc71a0cb135c2ab9adc0592af6440812 (diff) | |
download | linux-509bf0c2da99f0fc22c841de1fa3d813e4932a9f.tar.xz |
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.c | 1 |
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) |