[svn-commits] tzafrir: branch linux/2.5 r10342 - /linux/branches/2.5/drivers/dahdi/xpp/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 16 06:17:31 CST 2011


Author: tzafrir
Date: Wed Nov 16 06:17:29 2011
New Revision: 10342

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10342
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/branches/2.5/drivers/dahdi/xpp/xbus-core.c

Modified: linux/branches/2.5/drivers/dahdi/xpp/xbus-core.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.5/drivers/dahdi/xpp/xbus-core.c?view=diff&rev=10342&r1=10341&r2=10342
==============================================================================
--- linux/branches/2.5/drivers/dahdi/xpp/xbus-core.c (original)
+++ linux/branches/2.5/drivers/dahdi/xpp/xbus-core.c Wed Nov 16 06:17:29 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");
 




More information about the svn-commits mailing list