Revision 18d065a5d4f16eeefb690c298671c3f9131121fe authored by Chuck Lever on 03 January 2020, 16:56:43 UTC, committed by Anna Schumaker on 15 January 2020, 15:54:32 UTC
To support device hotplug and migrating a connection between devices
of different capabilities, we have to guarantee that all in-kernel
devices can support the same max NFS payload size (1 megabyte).

This means that possibly one or two in-tree devices are no longer
supported for NFS/RDMA because they cannot support 1MB rsize/wsize.
The only one I confirmed was cxgb3, but it has already been removed
from the kernel.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
1 parent 7581d90
History
File Mode Size
.gitignore -rw-r--r-- 24 bytes
Makefile -rw-r--r-- 3.1 KB

back to top