Re: [PATCH v2] ethdev: deprecate header fields and metadata flow actions

2021-11-24 Thread Thomas Monjalon
+Cc some maintainers 24/11/2021 09:06, Viacheslav Ovsiienko: > There generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was s/There/The/ > introduced by [1]. This action provides the unified way s/the/an/ > to perform various arithmetic and transfer operations over > packet network header fields

[PATCH v2] ethdev: deprecate header fields and metadata flow actions

2021-11-24 Thread Viacheslav Ovsiienko
There generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was introduced by [1]. This action provides the unified way to perform various arithmetic and transfer operations over packet network header fields and packet metadata. [1] commit 641dbe4fb053 ("net/mlx5: support modify field flow action") On