summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2011-12-14 05:34:23 +0000
committernp <np@FreeBSD.org>2011-12-14 05:34:23 +0000
commit99acc82e0f5454e8b07327f562872d5e04f2e606 (patch)
tree71596db1b391af320fd98e39677920cd884821cc /sys/dev
parent0a772623dba9b72b5fe43991324063bd0c86d585 (diff)
downloadFreeBSD-src-99acc82e0f5454e8b07327f562872d5e04f2e606.zip
FreeBSD-src-99acc82e0f5454e8b07327f562872d5e04f2e606.tar.gz
Do not clobber the ingress queue's congestion setting.
MFC after: 1 month
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cxgbe/t4_sge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/t4_sge.c b/sys/dev/cxgbe/t4_sge.c
index b676799..09e3c19 100644
--- a/sys/dev/cxgbe/t4_sge.c
+++ b/sys/dev/cxgbe/t4_sge.c
@@ -1187,7 +1187,7 @@ alloc_iq_fl(struct port_info *pi, struct sge_iq *iq, struct sge_fl *fl,
}
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);
OpenPOWER on IntegriCloud