From: Stefan Metzmacher Date: Thu, 21 Aug 2025 21:50:42 +0000 (+0200) Subject: smb: smbdirect: introduce smbdirect_socket_parameters.max_frmr_depth X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=41e5086905a3c37c3e5b716192b2dcd719ad8ef5;p=users%2Fjedix%2Flinux-maple.git smb: smbdirect: introduce smbdirect_socket_parameters.max_frmr_depth This will be used by the client... Cc: Steve French Cc: Tom Talpey Cc: Long Li Acked-by: Namjae Jeon Cc: linux-cifs@vger.kernel.org Cc: samba-technical@lists.samba.org Signed-off-by: Stefan Metzmacher Signed-off-by: Steve French --- diff --git a/fs/smb/common/smbdirect/smbdirect.h b/fs/smb/common/smbdirect/smbdirect.h index c3274bbb3c02..05cc6a9d0ccd 100644 --- a/fs/smb/common/smbdirect/smbdirect.h +++ b/fs/smb/common/smbdirect/smbdirect.h @@ -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;