]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net/smc: enqueue all received LLC messages
authorKarsten Graul <kgraul@linux.ibm.com>
Thu, 30 Apr 2020 13:55:39 +0000 (15:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Apr 2020 19:44:33 +0000 (12:44 -0700)
commita6688d919b220bd714948e03bb3caa8a66895005
treef516aa8b543659c2094fba1fbd706cd55ae29342
parent555da9af827d95134656fa459c8f3ece04dd867a
net/smc: enqueue all received LLC messages

Introduce smc_llc_enqueue() to enqueue LLC messages, and adapt
smc_llc_rx_handler() to enqueue all received LLC messages.
smc_llc_enqueue() also makes it possible to enqueue LLC messages from
local code.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Reviewed-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_llc.c