OSDN Git Service

RDMA/hns: Move all prints out of irq handle
authorliuyixian <liuyixian@huawei.com>
Mon, 3 Sep 2018 09:18:14 +0000 (17:18 +0800)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 19 Sep 2018 21:33:57 +0000 (15:33 -0600)
commitb00a92c8f2cae4ea8c84ddae9b9ba5daeb9f327f
treebc7b7baf724a3584922a8c1e1a658b564c9f39fd
parent0099103926b68e6675a1be4644848f5b1c1b6f97
RDMA/hns: Move all prints out of irq handle

It will trigger unnecessary interrupts caused by time out if prints inside
aeq handle under some configurations.  Thus, move all prints out of aeq
handle to work queue.

Signed-off-by: liuyixian <liuyixian@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/hns/hns_roce_device.h
drivers/infiniband/hw/hns/hns_roce_hw_v2.c