OSDN Git Service

net/smc: extend LLC layer for SMC-Rv2
authorKarsten Graul <kgraul@linux.ibm.com>
Sat, 16 Oct 2021 09:37:50 +0000 (11:37 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Oct 2021 13:58:13 +0000 (14:58 +0100)
commitb4ba4652b3f8b7c9bbb5786f8acf4724bdab2196
tree9ec7c43e1e0eda4790a57563bf8b8f1af4bc7180
parent8799e310fb3f15759824a78b6b93d7e6d5def067
net/smc: extend LLC layer for SMC-Rv2

Add support for large v2 LLC control messages in smc_llc.c.
The new large work request buffer allows to combine control
messages into one packet that had to be spread over several
packets before.
Add handling of the new v2 LLC messages.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/af_smc.c
net/smc/smc.h
net/smc/smc_core.h
net/smc/smc_llc.c
net/smc/smc_llc.h
net/smc/smc_wr.c
net/smc/smc_wr.h