ethernet: fix dmac stride error

Type: fix

Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
Change-Id: I617fb365def22a28d48f75013dea38f8e1703a44
This commit is contained in:
Zhiyong Yang
2020-05-09 07:13:34 +00:00
committed by Andrew Yourtchenko
parent 5c318c70d0
commit cbe36e47b5

View File

@ -902,7 +902,7 @@ eth_input_process_frame (vlib_main_t * vm, vlib_node_runtime_t * node,
n_left -= 1;
etype += 1;
tag += 1;
dmac += 4;
dmac += 1;
}
if (dmac_check)