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

2021-11-26 Thread Thomas Monjalon
26/11/2021 15:52, Olivier Matz: > On Fri, Nov 26, 2021 at 02:06:23PM +0100, Thomas Monjalon wrote: > > 26/11/2021 13:53, Ferruh Yigit: > > > On 11/26/2021 9:51 AM, Viacheslav Ovsiienko wrote: > > > > The generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was > > > > introduced by [1]. This action pro

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

2021-11-26 Thread Olivier Matz
On Fri, Nov 26, 2021 at 02:06:23PM +0100, Thomas Monjalon wrote: > 26/11/2021 13:53, Ferruh Yigit: > > On 11/26/2021 9:51 AM, Viacheslav Ovsiienko wrote: > > > The generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was > > > introduced by [1]. This action provides an unified way > > > to perform vari

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

2021-11-26 Thread Thomas Monjalon
26/11/2021 13:53, Ferruh Yigit: > On 11/26/2021 9:51 AM, Viacheslav Ovsiienko wrote: > > The generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was > > introduced by [1]. This action provides an unified way > > to perform various arithmetic and transfer operations over > > packet network header field

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

2021-11-26 Thread Ferruh Yigit
On 11/26/2021 9:51 AM, Viacheslav Ovsiienko wrote: The generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was introduced by [1]. This action provides an unified way to perform various arithmetic and transfer operations over packet network header fields and packet metadata. [1] commit 641dbe4fb053

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

2021-11-26 Thread Viacheslav Ovsiienko
The generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was introduced by [1]. This action provides an 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 ot