svn commit: r228491 - head/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Wed Dec 14 05:34:24 UTC 2011


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);


More information about the svn-src-all mailing list