Author: np
Date: Thu May  5 23:09:17 2011
New Revision: 221516
URL: http://svn.freebsd.org/changeset/base/221516

Log:
  Bump up the number of egress queues that the driver is allowed to use.
  
  MFC after:    3 days

Modified:
  head/sys/dev/cxgbe/t4_main.c

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c        Thu May  5 22:07:02 2011        
(r221515)
+++ head/sys/dev/cxgbe/t4_main.c        Thu May  5 23:09:17 2011        
(r221516)
@@ -415,7 +415,7 @@ t4_attach(device_t dev)
 
        /* These are total (sum of all ports) limits for a bus driver */
        rc = -t4_cfg_pfvf(sc, sc->mbox, sc->pf, 0,
-           64,         /* max # of egress queues */
+           128,        /* max # of egress queues */
            64,         /* max # of egress Ethernet or control queues */
            64,         /* max # of ingress queues with fl/interrupt */
            0,          /* max # of ingress queues without interrupt */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to