mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
smb: smbdirect: define SMBDIRECT_MIN_{RECEIVE,FRAGMENTED}_SIZE
These are specified in MS-SMBD... Cc: Steve French <smfrench@gmail.com> Cc: Tom Talpey <tom@talpey.com> Cc: Long Li <longli@microsoft.com> Cc: 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> Acked-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
6cc55655d0
commit
5fe03dd0c5
|
|
@ -8,6 +8,10 @@
|
|||
|
||||
#define SMBDIRECT_V1 0x0100
|
||||
|
||||
/* SMBD minimum receive size and fragmented sized defined in [MS-SMBD] */
|
||||
#define SMBDIRECT_MIN_RECEIVE_SIZE 128
|
||||
#define SMBDIRECT_MIN_FRAGMENTED_SIZE 131072
|
||||
|
||||
/* SMBD negotiation request packet [MS-SMBD] 2.2.1 */
|
||||
struct smbdirect_negotiate_req {
|
||||
__le16 min_version;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user