Reduce client smbdirect max receive segment size
authorTom Talpey <tom@talpey.com>
Fri, 23 Sep 2022 21:53:57 +0000 (21:53 +0000)
committerSteve French <stfrench@microsoft.com>
Wed, 5 Oct 2022 06:30:20 +0000 (01:30 -0500)
commit3c62df55f3306238f36dc19cbe40b5e3d288d116
tree7835c54523db51965bd46162a747955f1e1688d4
parentd2e81f92e5b76c4c260141928700442876fa4bb3
Reduce client smbdirect max receive segment size

Reduce client smbdirect max segment receive size to 1364 to match
protocol norms. Larger buffers are unnecessary and add significant
memory overhead.

Acked-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Tom Talpey <tom@talpey.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smbdirect.c