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 <[email protected]> Cc: Tom Talpey <[email protected]> Cc: Long Li <[email protected]> Acked-by: Namjae Jeon <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Stefan Metzmacher <[email protected]> Signed-off-by: Steve French <[email protected]>
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)