Re: [PATCH] net: mhi: Fix unexpected queue wake

2020-12-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 10 Dec 2020 12:25:07 +0100 you wrote: > This patch checks that MHI queue is not full before waking up the net > queue. This fix sporadic MHI queueing issues in xmit. Indeed xmit and > its symmetric complete callback

[PATCH] net: mhi: Fix unexpected queue wake

2020-12-10 Thread Loic Poulain
This patch checks that MHI queue is not full before waking up the net queue. This fix sporadic MHI queueing issues in xmit. Indeed xmit and its symmetric complete callback (ul_callback) can run concurently, it is then not safe to unconditionnaly waking the queue in the callback without checking que