Do not clobber the ingress queue's congestion setting.

MFC after:	1 month
This commit is contained in:
Navdeep Parhar 2011-12-14 05:34:23 +00:00
parent 1c5151f3f8
commit 214c358257

View File

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