Re: [v1 1/4] ethdev: add IPv4/IPv6 ECN header rewrite action

2022-06-02 Thread Ferruh Yigit
(Jonny) Wang ; Alexander Kozyrev 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 This patch introduces the IPv4/IPv6 ECN modify field support, and adds the testpmd CLI commands support. Usage: modify_field op

RE: [v1 1/4] ethdev: add IPv4/IPv6 ECN header rewrite action

2022-06-01 Thread Ori Kam
v@dpdk.org; Jiawei(Jonny) Wang ; Alexander Kozyrev > > 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 > > > > This patch introduces the IPv4/IPv6 ECN modify field support,

Re: [v1 1/4] ethdev: add IPv4/IPv6 ECN header rewrite action

2022-06-01 Thread Ferruh Yigit
On 4/2/2022 8:11 AM, Sean Zhang wrote: From: Jiawei Wang 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 /

[v1 1/4] ethdev: add IPv4/IPv6 ECN header rewrite action

2022-04-02 Thread Sean Zhang
From: Jiawei Wang 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