X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=examples%2Fip_pipeline%2Fpipeline.h;h=a953a29fa83889297d7625272d06aef2d4c89183;hb=f6ddcf80ad47436e691b6844089d6e992992a156;hp=50aecab328dac9a7b2ee6b29ab144a3f637c60b8;hpb=d0d306c7f2a1fba9816eb148da74ade7ff0a3c46;p=dpdk.git diff --git a/examples/ip_pipeline/pipeline.h b/examples/ip_pipeline/pipeline.h index 50aecab328..a953a29fa8 100644 --- a/examples/ip_pipeline/pipeline.h +++ b/examples/ip_pipeline/pipeline.h @@ -260,6 +260,7 @@ struct table_rule_match { struct table_rule_action { uint64_t action_mask; struct rte_table_action_fwd_params fwd; + struct rte_table_action_lb_params lb; struct rte_table_action_mtr_params mtr; struct rte_table_action_tm_params tm; struct rte_table_action_encap_params encap;