hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/include/linux/sunrpc/xprtrdma.h
....@@ -49,9 +49,9 @@
4949 * fully-chunked NFS message (read chunks are the largest). Note only
5050 * a single chunk type per message is supported currently.
5151 */
52
-#define RPCRDMA_MIN_SLOT_TABLE (2U)
52
+#define RPCRDMA_MIN_SLOT_TABLE (4U)
5353 #define RPCRDMA_DEF_SLOT_TABLE (128U)
54
-#define RPCRDMA_MAX_SLOT_TABLE (256U)
54
+#define RPCRDMA_MAX_SLOT_TABLE (16384U)
5555
5656 #define RPCRDMA_MIN_INLINE (1024) /* min inline thresh */
5757 #define RPCRDMA_DEF_INLINE (4096) /* default inline thresh */