Date: Wed, 14 Dec 2011 05:34:24 +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: r228491 - head/sys/dev/cxgbe Message-ID: <201112140534.pBE5YOFC083964@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: np Date: Wed Dec 14 05:34:23 2011 New Revision: 228491 URL: http://svn.freebsd.org/changeset/base/228491 Log: Do not clobber the ingress queue's congestion setting. MFC after: 1 month Modified: head/sys/dev/cxgbe/t4_sge.c Modified: head/sys/dev/cxgbe/t4_sge.c ============================================================================== --- head/sys/dev/cxgbe/t4_sge.c Wed Dec 14 04:12:13 2011 (r228490) +++ head/sys/dev/cxgbe/t4_sge.c Wed Dec 14 05:34:23 2011 (r228491) @@ -1187,7 +1187,7 @@ alloc_iq_fl(struct port_info *pi, struct } fl->needed = fl->cap; - c.iqns_to_fl0congen = + c.iqns_to_fl0congen |= htobe32(V_FW_IQ_CMD_FL0HOSTFCMODE(X_HOSTFCMODE_NONE) | F_FW_IQ_CMD_FL0FETCHRO | F_FW_IQ_CMD_FL0DATARO | F_FW_IQ_CMD_FL0PADEN);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112140534.pBE5YOFC083964>