mbox series

[v1,0/4] Add support for modifying ECN in IPv4/IPv6 header

Message ID 20220402071150.9392-1-xiazhang@nvidia.com (mailing list archive)
Headers
Series Add support for modifying ECN in IPv4/IPv6 header |

Message

Sean Zhang April 2, 2022, 7:11 a.m. UTC
  This patch set adds support for modifying ECN fields in IPv4/IPv6
header, and also adds support for modify_filed action in meter.

Jiawei Wang (1):
  ethdev: add IPv4/IPv6 ECN header rewrite action

Sean Zhang (3):
  common/mlx5: add modify ECN capability check
  net/mlx5: add support to modify ECN field
  net/mlx5: add modify field support in meter

 app/test-pmd/cmdline_flow.c          |  3 +-
 doc/guides/nics/mlx5.rst             |  4 +-
 drivers/common/mlx5/mlx5_devx_cmds.c |  3 ++
 drivers/common/mlx5/mlx5_devx_cmds.h |  1 +
 drivers/common/mlx5/mlx5_prm.h       | 62 ++++++++++++++++++++++++-
 drivers/net/mlx5/mlx5_flow.c         |  5 +-
 drivers/net/mlx5/mlx5_flow.h         |  2 +
 drivers/net/mlx5/mlx5_flow_dv.c      | 69 ++++++++++++++++++++++++++--
 drivers/net/mlx5/mlx5_flow_meter.c   |  2 +-
 lib/ethdev/rte_flow.h                |  2 +
 10 files changed, 143 insertions(+), 10 deletions(-)
  

Comments

Ferruh Yigit June 1, 2022, 6:51 p.m. UTC | #1
On 4/2/2022 8:11 AM, Sean Zhang wrote:
> This patch set adds support for modifying ECN fields in IPv4/IPv6
> header, and also adds support for modify_filed action in meter.
> 
> Jiawei Wang (1):
>    ethdev: add IPv4/IPv6 ECN header rewrite action
> 
> Sean Zhang (3):
>    common/mlx5: add modify ECN capability check
>    net/mlx5: add support to modify ECN field
>    net/mlx5: add modify field support in meter
> 

To be able to merge it as set, mlx5 driver patches requires driver 
maintainer's ack/review.

@Matan, @Slava, can you please check them?
  
Ferruh Yigit June 2, 2022, 11:44 a.m. UTC | #2
On 6/1/2022 7:51 PM, Ferruh Yigit wrote:
> On 4/2/2022 8:11 AM, Sean Zhang wrote:
>> This patch set adds support for modifying ECN fields in IPv4/IPv6
>> header, and also adds support for modify_filed action in meter.
>>
>> Jiawei Wang (1):
>>    ethdev: add IPv4/IPv6 ECN header rewrite action
>>
>> Sean Zhang (3):
>>    common/mlx5: add modify ECN capability check
>>    net/mlx5: add support to modify ECN field
>>    net/mlx5: add modify field support in meter
>>
> 
> To be able to merge it as set, mlx5 driver patches requires driver 
> maintainer's ack/review.
> 
> @Matan, @Slava, can you please check them?

Hi Sean,

ethdev patch is merged to have it in -rc1, driver patches can be handled 
separately.
  
Sean Zhang June 2, 2022, 1:13 p.m. UTC | #3
> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit@xilinx.com>
> Sent: Thursday, June 2, 2022 7:45 PM
> To: Sean Zhang (Networking SW) <xiazhang@nvidia.com>; Matan Azrad
> <matan@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>
> Cc: dev@dpdk.org
> Subject: Re: [v1 0/4] Add support for modifying ECN in IPv4/IPv6 header
> 
> External email: Use caution opening links or attachments
> 
> 
> On 6/1/2022 7:51 PM, Ferruh Yigit wrote:
> > On 4/2/2022 8:11 AM, Sean Zhang wrote:
> >> This patch set adds support for modifying ECN fields in IPv4/IPv6
> >> header, and also adds support for modify_filed action in meter.
> >>
> >> Jiawei Wang (1):
> >>    ethdev: add IPv4/IPv6 ECN header rewrite action
> >>
> >> Sean Zhang (3):
> >>    common/mlx5: add modify ECN capability check
> >>    net/mlx5: add support to modify ECN field
> >>    net/mlx5: add modify field support in meter
> >>
> >
> > To be able to merge it as set, mlx5 driver patches requires driver
> > maintainer's ack/review.
> >
> > @Matan, @Slava, can you please check them?
> 
> Hi Sean,
> 
> ethdev patch is merged to have it in -rc1, driver patches can be handled
> separately.

Got it, thanks. 😊