mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
smb: smbdirect: introduce smbdirect_socket.rdma.legacy_iwarp
This will be used by client and server soon. Cc: Steve French <smfrench@gmail.com> Cc: Tom Talpey <tom@talpey.com> Cc: Long Li <longli@microsoft.com> Acked-by: Namjae Jeon <linkinjeon@kernel.org> Cc: linux-cifs@vger.kernel.org Cc: samba-technical@lists.samba.org Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
8e34a76387
commit
2baedb2026
|
|
@ -50,6 +50,10 @@ struct smbdirect_socket {
|
|||
/* RDMA related */
|
||||
struct {
|
||||
struct rdma_cm_id *cm_id;
|
||||
/*
|
||||
* This is for iWarp MPA v1
|
||||
*/
|
||||
bool legacy_iwarp;
|
||||
} rdma;
|
||||
|
||||
/* IB verbs related */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user