avf: fix prefetch bug

Change-Id: I4e774dc53b08746cd4ab42393f33676dcc78e791
Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
Damjan Marion
2018-08-10 22:36:13 +02:00
committed by Damjan Marion
parent d7a37a7562
commit 7f1f7e7865

View File

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