Re: [dpdk-dev] [PATCH v7 1/2] ethdev: introduce generic modify rte flow action

2021-01-18 Thread Alexander Kozyrev
> From: Thomas Monjalon on Sunday, January 17, 2021 18:16 > 16/01/2021 05:50, Alexander Kozyrev: > > Implement the generic modify flow API to allow manipulations on > > an arbitrary header field (as well as mark, metadata or tag) using > > data from another field or a user-specified value. > > Thi

Re: [dpdk-dev] [PATCH v7 1/2] ethdev: introduce generic modify rte flow action

2021-01-17 Thread Thomas Monjalon
16/01/2021 05:50, Alexander Kozyrev: > Implement the generic modify flow API to allow manipulations on > an arbitrary header field (as well as mark, metadata or tag) using > data from another field or a user-specified value. > This generic modify mechanism removes the necessity to implement > a sep