On Mon, Sep 03, 2018 at 05:18:14PM +0800, liuyixian wrote: > It will trigger unneccessary 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@xxxxxxxxxx> > --- > v1->v2: > 1. delete wrong break in aeq int handle; > --- > drivers/infiniband/hw/hns/hns_roce_device.h | 1 + > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 228 ++++++++++++---------------- > 2 files changed, 97 insertions(+), 132 deletions(-) Applied to for-next Thanks, Jason