kernel/include/linux/sunrpc/xprtrdma.h
.. .. @@ -49,9 +49,9 @@ 49 49 * fully-chunked NFS message (read chunks are the largest). Note only 50 50 * a single chunk type per message is supported currently. 51 51 */ 52 -#define RPCRDMA_MIN_SLOT_TABLE (2U)52 +#define RPCRDMA_MIN_SLOT_TABLE (4U)53 53 #define RPCRDMA_DEF_SLOT_TABLE (128U) 54 -#define RPCRDMA_MAX_SLOT_TABLE (256U)54 +#define RPCRDMA_MAX_SLOT_TABLE (16384U)55 55 56 56 #define RPCRDMA_MIN_INLINE (1024) /* min inline thresh */ 57 57 #define RPCRDMA_DEF_INLINE (4096) /* default inline thresh */