avf: fix prefetch bug
Change-Id: I4e774dc53b08746cd4ab42393f33676dcc78e791 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
committed by
Damjan Marion
parent
d7a37a7562
commit
7f1f7e7865
@@ -77,7 +77,7 @@ CLIB_MULTIARCH_FN (avf_interface_tx) (vlib_main_t * vm,
|
||||
}
|
||||
}
|
||||
|
||||
while (n_left >= 7)
|
||||
while (n_left >= 8)
|
||||
{
|
||||
u16 slot0, slot1, slot2, slot3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user