]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd38b2c6add77fada7bc2727e65797b708b5760f3
treebc7b7baf724a3584922a8c1e1a658b564c9f39fd
parent6117f0fa833e138faee0bda870da1c6cc403df56
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