On 6/2/2022 6:48 AM, Ori Kam wrote:
-----Original Message-----
From: Ferruh Yigit <[email protected]>
Sent: Wednesday, June 1, 2022 9:51 PM
To: Sean Zhang (Networking SW) <[email protected]>; Ori Kam
<[email protected]>; Xiaoyun Li
<[email protected]>; Aman Singh <[email protected]>; Yuying Zhang
<[email protected]>; NBU-Contact-Thomas Monjalon (EXTERNAL)
<[email protected]>;
Andrew Rybchenko <[email protected]>
Cc: [email protected]; Jiawei(Jonny) Wang <[email protected]>; Alexander Kozyrev
<[email protected]>
Subject: Re: [v1 1/4] ethdev: add IPv4/IPv6 ECN header rewrite action
On 4/2/2022 8:11 AM, Sean Zhang wrote:
From: Jiawei Wang <[email protected]>
This patch introduces the IPv4/IPv6 ECN modify field support, and
adds the testpmd CLI commands support.
Usage:
modify_field op set dst_type ipv4_ecn src_type ...
For example:
flow create 0 ingress group 1 pattern eth / ipv4 / end actions
modify_field op set dst_type ipv4_ecn src_type value src_value
0x03 width 2 / queue index 0 / end
Signed-off-by: Jiawei Wang <[email protected]>
cc'ed Alexander.
Patch looks good to me, only perhaps release notes can be updated, what
do you think?
@Ori, @Alex, do you have any objection/comment?
Acked-by: Ori Kam <[email protected]>
Applied to dpdk-next-net/main, thanks.