Re: [PATCH v3 4/7] ethdev: add meter color mark flow action

2022-06-09 Thread Andrew Rybchenko
On 6/1/22 06:44, Alexander Kozyrev wrote: Create a new Flow API action: METER_MARK. It Meters an IP packet stream and marks its packets with colors. Is it really required to be *IP* packet? IPv4 or IPv6 or both? Unlike the METER action, it performs no policing at all. A user has the flexibili

RE: [PATCH v3 4/7] ethdev: add meter color mark flow action

2022-06-01 Thread Ori Kam
.@intel.com > Subject: [PATCH v3 4/7] ethdev: add meter color mark flow action > > Create a new Flow API action: METER_MARK. > It Meters an IP packet stream and marks its packets with colors. > Unlike the METER action, it performs no policing at all. > A user has the flexibility to

[PATCH v3 4/7] ethdev: add meter color mark flow action

2022-05-31 Thread Alexander Kozyrev
Create a new Flow API action: METER_MARK. It Meters an IP packet stream and marks its packets with colors. Unlike the METER action, it performs no policing at all. A user has the flexibility to create any policies with the help of the METER_COLOR item later, only meter profile is mandatory here. S