mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix RSS build.
Reported by: arybchik@
This commit is contained in:
parent
5cde34a0ff
commit
a89012b294
1 changed files with 1 additions and 1 deletions
|
|
@ -3916,7 +3916,7 @@ vi_full_init(struct vi_info *vi)
|
|||
for (i = 0; i < vi->rss_size;) {
|
||||
#ifdef RSS
|
||||
j = rss_get_indirection_to_bucket(i);
|
||||
j %= pi->vrxq;
|
||||
j %= vi->nrxq;
|
||||
rxq = &sc->sge.rxq[vi->first_rxq + j];
|
||||
rss[i++] = rxq->iq.abs_id;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue