Blob Blame History Raw
From: Yixian Liu <liuyixian@huawei.com>
Date: Fri, 24 May 2019 15:31:20 +0800
Subject: RDMA/hns: Remove unnecessary print message in aeq
Patch-mainline: v5.3-rc1
Git-commit: 8ffb813255c422f4d05be227ab4443cb6054a078
References: bsc#1104427 FATE#326416

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>
Acked-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
---
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
+++ b/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
@@ -4681,7 +4681,6 @@ static void hns_roce_irq_work_handle(str
 		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");