From: Viacheslav Ovsiienko Date: Wed, 13 Oct 2021 18:45:13 +0000 (+0300) Subject: ethdev: add experimental comment for modify field action X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=50cd0391a4ea418cd7ea521e3488b2222b3492f2;p=dpdk.git ethdev: add experimental comment for modify field action EXPERIMENTAL tag was missed in rte_flow_action_modify_data structure description. Fixes: 73b68f4c54a0 ("ethdev: introduce generic modify flow action") Cc: stable@dpdk.org Signed-off-by: Viacheslav Ovsiienko Acked-by: Ori Kam Acked-by: Andrew Rybchenko --- diff --git a/lib/ethdev/rte_flow.h b/lib/ethdev/rte_flow.h index 15db5d8a2e..d5bfdaaaf2 100644 --- a/lib/ethdev/rte_flow.h +++ b/lib/ethdev/rte_flow.h @@ -3345,6 +3345,9 @@ enum rte_flow_field_id { }; /** + * @warning + * @b EXPERIMENTAL: this structure may change without prior notice + * * Field description for MODIFY_FIELD action. */ struct rte_flow_action_modify_data {