Skip to content

Commit 41e5086

Browse files
metze-sambasmfrench
authored andcommitted
smb: smbdirect: introduce smbdirect_socket_parameters.max_frmr_depth
This will be used by the client... 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 02c39c0 commit 41e5086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/smb/common/smbdirect/smbdirect.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ struct smbdirect_socket_parameters {
3636
__u32 max_recv_size;
3737
__u32 max_fragmented_recv_size;
3838
__u32 max_read_write_size;
39+
__u32 max_frmr_depth;
3940
__u32 keepalive_interval_msec;
4041
__u32 keepalive_timeout_msec;
4142
} __packed;

0 commit comments

Comments
 (0)