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

2021-01-13 Thread Ori Kam
Hi Alexander, > -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, January 13, 2021 5:39 AM > Subject: [PATCH v3 1/2] ethdev: introduce generic copy rte flow action > > Implement a generic copy flow API to allow copying of an arbitrary > header field (as well as mark, metada

[dpdk-dev] [PATCH v3 1/2] ethdev: introduce generic copy rte flow action

2021-01-12 Thread Alexander Kozyrev
Implement a generic copy flow API to allow copying of an arbitrary header field (as well as mark, metadata or tag) to another item. This generic copy mechanism removes the necessity to implement a separate RTE Flow action every time we need to modify a new packet field in the future. A user-provid