ethdev: add experimental comment for modify field action
EXPERIMENTAL tag was missed in rte_flow_action_modify_data
structure description.
Fixes: 73b68f4c54
("ethdev: introduce generic modify flow action")
Cc: stable@dpdk.org
Signed-off-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Acked-by: Ori Kam <orika@nvidia.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
This commit is contained in:
parent
14fc81aed7
commit
50cd0391a4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user