X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Faction.h;h=cde17e69a3e30471ab682df3239bf9cf80b98ef2;hb=4ce384793f842de07ffedb0df80127cee546af3a;hp=98b50322f351c1744a6fc0e4eb2542daf62acbe5;hpb=719374345ceea6ca3321b0f3f0bba2a1c7be1831;p=dpdk.git diff --git a/examples/ip_pipeline/action.h b/examples/ip_pipeline/action.h index 98b50322f3..cde17e69a3 100644 --- a/examples/ip_pipeline/action.h +++ b/examples/ip_pipeline/action.h @@ -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 {