avf: fix tx path segfault

Type: fix
Fixes: ca1812dbe7
Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
Change-Id: I657be40689caa0c9e202fb411da6323aafeab57e
This commit is contained in:
Radu Nicolau
2021-04-15 14:11:49 +00:00
committed by Damjan Marion
parent 7e9d5ff0ef
commit 746ca3a2d4

View File

@@ -454,6 +454,7 @@ retry:
}
txq->next = next & mask;
next = txq->next;
avf_tail_write (txq->qtx_tail, txq->next);
txq->n_enqueued += n_desc;
n_left -= n_enq;