]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/action.h
build: add global libatomic dependency for 32-bit clang
[dpdk.git] / examples / ip_pipeline / action.h
index 98b50322f351c1744a6fc0e4eb2542daf62acbe5..cde17e69a3e30471ab682df3239bf9cf80b98ef2 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 {