X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fpipeline%2Frte_swx_pipeline.h;h=490ff60c0d02e0a96003b35d225b5405a7c1f005;hb=28dde5da503ed09f10cdfb295e390b114df7330a;hp=2f18a820b9b5d77773011fa71248c0a4e598448b;hpb=4f59d3726147e7cf0ff98931b2512687727838ad;p=dpdk.git diff --git a/lib/pipeline/rte_swx_pipeline.h b/lib/pipeline/rte_swx_pipeline.h index 2f18a820b9..490ff60c0d 100644 --- a/lib/pipeline/rte_swx_pipeline.h +++ b/lib/pipeline/rte_swx_pipeline.h @@ -696,16 +696,6 @@ struct rte_swx_pipeline_learner_params { */ uint32_t n_actions; - /** This table type allows adding the latest lookup key (typically done - * only in the case of lookup miss) to the table with a given action. - * The action arguments are picked up from the packet meta-data: for - * each action, a set of successive meta-data fields (with the name of - * the first such field provided here) is 1:1 mapped to the action - * arguments. These meta-data fields must be set with the actual values - * of the action arguments before the key add operation. - */ - const char **action_field_names; - /** The default table action that gets executed on lookup miss. Must be * one of the table actions included in the *action_names*. */