Re: [PATCH net] hinic: fix sending mailbox timeout in aeq event work

From: David Miller
Date: Sat Jul 04 2020 - 20:53:29 EST


From: Luo bin <luobin9@xxxxxxxxxx>
Date: Sat, 4 Jul 2020 15:32:43 +0800

> When sending mailbox in the work of aeq event, another aeq event
> will be triggered. because the last aeq work is not exited and only
> one work can be excuted simultaneously in the same workqueue, mailbox
> sending function will return failure of timeout. We create and use
> another workqueue to fix this.
>
> Signed-off-by: Luo bin <luobin9@xxxxxxxxxx>

Applied, thanks.