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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to