Evidently setup_rss needs to happen whenever bind_qsets is done. This fixes

a problem with jumbo frames when not using msi-x interrupts.

Supported by: Chelsio
Approved by: re (blanket)
This commit is contained in:
kmacy 2007-09-11 23:49:27 +00:00
parent 47a355828c
commit 552004c58f

View File

@ -1203,10 +1203,6 @@ setup_rss(adapter_t *adap)
uint8_t cpus[SGE_QSETS + 1];
uint16_t rspq_map[RSS_TABLE_SIZE];
if ((adap->flags & USING_MSIX) == 0)
return;
for (i = 0; i < SGE_QSETS; ++i)
cpus[i] = i;
cpus[SGE_QSETS] = 0xff;