net/smc: remove handling of CONFIRM_RKEY_CONTINUE
authorKarsten Graul <kgraul@linux.ibm.com>
Thu, 30 Apr 2020 13:55:50 +0000 (15:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Apr 2020 19:44:34 +0000 (12:44 -0700)
commit42d18acce9e29b61f5dbfc5118d7c72093e703a1
tree1bbea25040bf5b41a43424480e12cc4719597d3c
parent218b24fe381238941a06496eaf221a22c5935267
net/smc: remove handling of CONFIRM_RKEY_CONTINUE

The new SMC-R multiple link support will support a maximum of 3 links,
and one CONFIRM_RKEY LLC message can transport 3 rkeys of an rmb buffer.
There is no need for the LLC message type CONFIRM_RKEY_CONTINUE which is
needed when more than 3 rkeys per rmb buffer needs to be exchanged.

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