Skip to content

Commit 8e34a76

Browse files
metze-sambasmfrench
authored andcommitted
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: 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 932fa15 commit 8e34a76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fs/smb/common/smbdirect/smbdirect.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ struct smbdirect_socket_parameters {
2727
__u32 resolve_route_timeout_msec;
2828
__u32 rdma_connect_timeout_msec;
2929
__u32 negotiate_timeout_msec;
30+
__u8 initiator_depth;
31+
__u8 responder_resources;
3032
__u16 recv_credit_max;
3133
__u16 send_credit_target;
3234
__u32 max_send_size;

0 commit comments

Comments
 (0)