Skip to content

Commit 2baedb2

Browse files
metze-sambasmfrench
authored andcommitted
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>
1 parent 8e34a76 commit 2baedb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fs/smb/common/smbdirect/smbdirect_socket.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ struct smbdirect_socket {
5050
/* RDMA related */
5151
struct {
5252
struct rdma_cm_id *cm_id;
53+
/*
54+
* This is for iWarp MPA v1
55+
*/
56+
bool legacy_iwarp;
5357
} rdma;
5458

5559
/* IB verbs related */

0 commit comments

Comments
 (0)