L2-FWD: use vlib_buffer_enqueue_to_next and cache prefetch fix
[vpp.git] / src / vnet / l2 / l2_flood.c
index 6683017..5d9873e 100644 (file)
@@ -155,11 +155,12 @@ l2flood_node_fn (vlib_main_t * vm,
 
       while (n_left_from > 0 && n_left_to_next > 0)
        {
-         u32 next0, sw_if_index0, bi0, ci0;
          u16 n_clones, n_cloned, clone0;
          l2_bridge_domain_t *bd_config;
+         u32 sw_if_index0, bi0, ci0;
          l2_flood_member_t *member;
          vlib_buffer_t *b0, *c0;
+         u16 next0;
          u8 in_shg;
          i32 mi;