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:

committed by
Damjan Marion

parent
7e9d5ff0ef
commit
746ca3a2d4
@@ -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;
|
||||
|
Reference in New Issue
Block a user