ethernet: fix dmac stride error
Type: fix Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com> Change-Id: I617fb365def22a28d48f75013dea38f8e1703a44
This commit is contained in:

committed by
Andrew Yourtchenko

parent
5c318c70d0
commit
cbe36e47b5
@ -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)
|
||||
|
Reference in New Issue
Block a user