Date: Thu, 5 May 2011 23:09:17 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r221516 - head/sys/dev/cxgbe Message-ID: <201105052309.p45N9HI6022483@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105052309.p45N9HI6022483>