net/smc: process confirm/delete rkey messages
Process and respond to CONFIRM RKEY and DELETE RKEY messages. Signed-off-by: Karsten Graul <kgraul@linux.vnet.ibm.com> Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

父節點
313164da55
當前提交
4ed75de58e
@@ -26,7 +26,10 @@ enum smc_llc_reqresp {
|
||||
|
||||
enum smc_llc_msg_type {
|
||||
SMC_LLC_CONFIRM_LINK = 0x01,
|
||||
SMC_LLC_CONFIRM_RKEY = 0x06,
|
||||
SMC_LLC_TEST_LINK = 0x07,
|
||||
SMC_LLC_CONFIRM_RKEY_CONT = 0x08,
|
||||
SMC_LLC_DELETE_RKEY = 0x09,
|
||||
};
|
||||
|
||||
/* transmit */
|
||||
|
Reference in New Issue
Block a user