diff mbox series

[for-next,1/4] RDMA/hns: Remove unnecessary prompt message in aeq

Message ID 1558180500-93157-2-git-send-email-oulijun@huawei.com (mailing list archive)
State Superseded
Headers show
Series Fixes for hns | expand

Commit Message

Lijun Ou May 18, 2019, 11:54 a.m. UTC
From: Yixian Liu <liuyixian@huawei.com>

There is no need to prompt when communication is established,
especially while lots of qp used by application.

Signed-off-by: Yixian Liu <liuyixian@huawei.com>
---
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
index b5392cb..1c7e6e6 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");