[dahdi-commits] tzafrir: linux/trunk r10341 -	/linux/trunk/drivers/dahdi/xpp/xbus-core.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Wed Nov 16 06:10:55 CST 2011
    
    
  
Author: tzafrir
Date: Wed Nov 16 06:10:51 2011
New Revision: 10341
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10341
Log:
xpp: increase command queue length to 1500
A length of 1000 commands is not enough is some cases with CAS.
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Modified:
    linux/trunk/drivers/dahdi/xpp/xbus-core.c
Modified: linux/trunk/drivers/dahdi/xpp/xbus-core.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/xpp/xbus-core.c?view=diff&rev=10341&r1=10340&r2=10341
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/xbus-core.c (original)
+++ linux/trunk/drivers/dahdi/xpp/xbus-core.c Wed Nov 16 06:10:51 2011
@@ -58,7 +58,7 @@
 
 /* Command line parameters */
 extern int debug;
-static DEF_PARM(uint, command_queue_length, 1000, 0444, "Maximal command queue length");
+static DEF_PARM(uint, command_queue_length, 1500, 0444, "Maximal command queue length");
 static DEF_PARM(uint, poll_timeout, 1000, 0644, "Timeout (in jiffies) waiting for units to reply");
 static DEF_PARM_BOOL(rx_tasklet, 0, 0644, "Use receive tasklets");
 static DEF_PARM_BOOL(dahdi_autoreg, 0, 0644,
    
    
More information about the dahdi-commits
mailing list