Commit 8e34a763 authored by Stefan Metzmacher's avatar Stefan Metzmacher Committed by Steve French
Browse files

smb: smbdirect: introduce smbdirect_socket_parameters.{initiator_depth,responder_resources}



This will make it easier to specify these from the outside of the core
code later.

Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: Long Li <longli@microsoft.com>
Acked-by: default avatarNamjae Jeon <linkinjeon@kernel.org>
Cc: linux-cifs@vger.kernel.org
Cc: samba-technical@lists.samba.org
Signed-off-by: default avatarStefan Metzmacher <metze@samba.org>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 932fa15c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@ struct smbdirect_socket_parameters {
	__u32 resolve_route_timeout_msec;
	__u32 rdma_connect_timeout_msec;
	__u32 negotiate_timeout_msec;
	__u8  initiator_depth;
	__u8  responder_resources;
	__u16 recv_credit_max;
	__u16 send_credit_target;
	__u32 max_send_size;