diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-01-14 08:57:03 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-15 03:36:42 +0100 |
commit | e04df98adf7d7d946aa927822ccec24680501662 (patch) | |
tree | ba463e19d9889d88d6e1d454d5626a4b38188253 /crypto/blake2s_generic.c | |
parent | net: qrtr: Make qrtr_port_lookup() use RCU (diff) | |
download | linux-e04df98adf7d7d946aa927822ccec24680501662.tar.xz linux-e04df98adf7d7d946aa927822ccec24680501662.zip |
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.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/blake2s_generic.c')
0 files changed, 0 insertions, 0 deletions