mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02:00
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>
This commit is contained in:
parent
02c39c0121
commit
41e5086905
|
|
@ -36,6 +36,7 @@ struct smbdirect_socket_parameters {
|
|||
__u32 max_recv_size;
|
||||
__u32 max_fragmented_recv_size;
|
||||
__u32 max_read_write_size;
|
||||
__u32 max_frmr_depth;
|
||||
__u32 keepalive_interval_msec;
|
||||
__u32 keepalive_timeout_msec;
|
||||
} __packed;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user