aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
diff options
context:
space:
mode:
authorYixian Liu <liuyixian@huawei.com>2019-05-24 15:31:20 +0800
committerJason Gunthorpe <jgg@mellanox.com>2019-05-27 17:27:59 -0300
commit8ffb813255c422f4d05be227ab4443cb6054a078 (patch)
treea7076b2464779590250ef687bd48bcca4668cf3a /drivers/infiniband/hw/hns
parentiw_cxgb4: Fix qpid leak (diff)
downloadlinux-dev-8ffb813255c422f4d05be227ab4443cb6054a078.tar.xz
linux-dev-8ffb813255c422f4d05be227ab4443cb6054a078.zip
RDMA/hns: Remove unnecessary print message in aeq
There is no need to print when communication is established, especially while lots of qp used by application. Signed-off-by: Yixian Liu <liuyixian@huawei.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/hns')
-rw-r--r--drivers/infiniband/hw/hns/hns_roce_hw_v2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
index b5392cb5b20f..1c7e6e6f6972 100644
--- a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
+++ b/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
@@ -4682,7 +4682,6 @@ static void hns_roce_irq_work_handle(struct work_struct *work)
dev_warn(dev, "Path migration failed.\n");
break;
case HNS_ROCE_EVENT_TYPE_COMM_EST:
- dev_info(dev, "Communication established.\n");
break;
case HNS_ROCE_EVENT_TYPE_SQ_DRAINED:
dev_warn(dev, "Send queue drained.\n");