test mbuf attach
[dpdk.git] / examples / ip_pipeline / action.h
index 98b5032..cde17e6 100644 (file)
@@ -46,12 +46,14 @@ port_in_action_profile_create(const char *name,
 struct table_action_profile_params {
        uint64_t action_mask;
        struct rte_table_action_common_config common;
+       struct rte_table_action_lb_config lb;
        struct rte_table_action_mtr_config mtr;
        struct rte_table_action_tm_config tm;
        struct rte_table_action_encap_config encap;
        struct rte_table_action_nat_config nat;
        struct rte_table_action_ttl_config ttl;
        struct rte_table_action_stats_config stats;
+       struct rte_table_action_sym_crypto_config sym_crypto;
 };
 
 struct table_action_profile {