Fix rss_ind_table entry for num_funcs > 1

MFC after:3 days
This commit is contained in:
davidcs 2017-04-13 01:17:49 +00:00
parent f1ed5f10fd
commit 2a6df2c2fc

View File

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