commit | b00a92c8f2cae4ea8c84ddae9b9ba5daeb9f327f | [log] [tgz] |
---|---|---|
author | liuyixian <liuyixian@huawei.com> | Mon Sep 03 17:18:14 2018 +0800 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Sep 19 15:33:57 2018 -0600 |
tree | bc7b7baf724a3584922a8c1e1a658b564c9f39fd | |
parent | 0099103926b68e6675a1be4644848f5b1c1b6f97 [diff] |
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>