net: qrtr: Remove receive worker
Rather than enqueuing messages and scheduling a worker to deliver them to the individual sockets we can now, thanks to the previous work, move this directly into the endpoint callback. This saves us a context switch per incoming message and removes the possibility of an opportunistic suspend to happen between the message is coming from the endpoint until it ends up in the socket's receive buffer. Change-Id: I7177fa36f9d7cc7e5de5f24975f15284ef1fcc80 Signed-off-by:Bjorn Andersson <bjorn.andersson@linaro.org> Patch-mainline: linux-arm-kernel @ 07/05/19, 23:06 Signed-off-by:
Chris Lew <clew@codeaurora.org>
Loading
Please register or sign in to comment