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:
parent
47a355828c
commit
552004c58f
@ -1202,10 +1202,6 @@ setup_rss(adapter_t *adap)
|
||||
u_int nq[2];
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user