Whamcloud - gitweb
* Changed default vib tx descriptor pool sizes
authoreeb <eeb>
Fri, 1 Jul 2005 09:34:26 +0000 (09:34 +0000)
committereeb <eeb>
Fri, 1 Jul 2005 09:34:26 +0000 (09:34 +0000)
lnet/klnds/viblnd/viblnd.h

index c0be15e..959c768 100644 (file)
 
 #define IBNAL_ARP_RETRIES         3             /* How many times to retry ARP */
 
-#define IBNAL_NTX                 64            /* # tx descs */
-#define IBNAL_NTX_NBLK            128           /* # reserved tx descs */
+#define IBNAL_NTX                 32            /* # tx descs */
+#define IBNAL_NTX_NBLK            256           /* # reserved tx descs */
 
 #define IBNAL_PEER_HASH_SIZE      101           /* # peer lists */