]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/pipeline.h
net/netvsc: implement link state change callback
[dpdk.git] / examples / ip_pipeline / pipeline.h
index 50aecab328dac9a7b2ee6b29ab144a3f637c60b8..a953a29fa83889297d7625272d06aef2d4c89183 100644 (file)
@@ -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;