Fix rss_ind_table entry for num_funcs > 1
MFC after:3 days
This commit is contained in:
parent
f1ed5f10fd
commit
2a6df2c2fc
@ -5840,7 +5840,7 @@ qlnx_update_vport(struct ecore_dev *cdev,
|
||||
ha->num_rss;
|
||||
|
||||
fp = &ha->fp_array[fp_index];
|
||||
rss->rss_ind_table[i] = fp->rxq->handle;
|
||||
rss->rss_ind_table[j] = fp->rxq->handle;
|
||||
}
|
||||
|
||||
for (j = 0; j < ECORE_RSS_IND_TABLE_SIZE;) {
|
||||
|
Loading…
Reference in New Issue
Block a user