]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
smb: smbdirect: introduce smbdirect_socket_parameters.{initiator_depth,responder_reso...
authorStefan Metzmacher <metze@samba.org>
Tue, 19 Aug 2025 21:18:21 +0000 (23:18 +0200)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Sep 2025 23:29:48 +0000 (18:29 -0500)
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>
fs/smb/common/smbdirect/smbdirect.h

index 17aa08dd6aba43ea7b0932a08210ca9853e711e2..c3274bbb3c02d811570ab6624c5910562d20fbe1 100644 (file)
@@ -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;