[pnfs] [PATCH] increase number of RPC slots

Marc Eshel eshel at almaden.ibm.com
Fri Oct 12 11:31:25 EDT 2007


From: Marc Eshel <eshel at almaden.ibm.com>


---

 include/linux/sunrpc/xprt.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h
index ae36773..5fc0141 100644
--- a/include/linux/sunrpc/xprt.h
+++ b/include/linux/sunrpc/xprt.h
@@ -22,7 +22,7 @@ extern unsigned int xprt_udp_slot_table_
 extern unsigned int xprt_tcp_slot_table_entries;
 
 #define RPC_MIN_SLOT_TABLE	(2U)
-#define RPC_DEF_SLOT_TABLE	(16U)
+#define RPC_DEF_SLOT_TABLE	(64U)
 #define RPC_MAX_SLOT_TABLE	(128U)
 
 /*


More information about the pNFS mailing list