[PATCH v3] ethdev: deprecate header fields and metadata flow actions
Ferruh Yigit
ferruh.yigit at intel.com
Thu Nov 25 13:18:46 CET 2021
On 11/24/2021 3:37 PM, Viacheslav Ovsiienko wrote:
> @@ -3331,6 +3430,9 @@ struct rte_flow_action_set_tag {
> };
>
> /**
> + * @deprecated
> + * @see RTE_FLOW_ACTION_TYPE_MODIFY_FIELD
> + *
> * @warning
> * @b EXPERIMENTAL: this structure may change without prior notice
> *
> @@ -3355,6 +3457,9 @@ struct rte_flow_action_set_meta {
> };
>
> /**
> + * @deprecated
> + * @see RTE_FLOW_ACTION_TYPE_MODIFY_FIELD
> + *
> * RTE_FLOW_ACTION_TYPE_SET_IPV4_DSCP
> * RTE_FLOW_ACTION_TYPE_SET_IPV6_DSCP
> *
Hi Viacheslav, Ori,
Just recognized that some of the "struct rte_flow_*" added as experimental
(experimental note in the struct comment), some without experimental note.
Is it because some forgotten the add the experimental note?
What is the rule to add new "struct rte_flow_*"?
Thanks,
ferruh
More information about the dev
mailing list