RE: [PATCH] net/mlx5: support matching optional fields of GRE

2022-02-25 Thread Sean Zhang (Networking SW)
Thanks Thomas. > -Original Message- > From: Thomas Monjalon > Sent: Friday, February 25, 2022 11:32 PM > To: Sean Zhang (Networking SW) > Cc: Matan Azrad ; Slava Ovsiienko > ; dev@dpdk.org; Asaf Penso > Subject: Re: [PATCH] net/mlx5: support matching o

Re: [PATCH] net/mlx5: support matching optional fields of GRE

2022-02-25 Thread Thomas Monjalon
: dev@dpdk.org > > Subject: Re: [PATCH] net/mlx5: support matching optional fields of GRE > > > > External email: Use caution opening links or attachments > > > > > > 17/02/2022 07:27, Sean Zhang: > > > This patch adds matching on the optional fields &g

RE: [PATCH] net/mlx5: support matching optional fields of GRE

2022-02-24 Thread Sean Zhang (Networking SW)
> Cc: dev@dpdk.org > Subject: RE: [PATCH] net/mlx5: support matching optional fields of GRE > > Hi Sean, > > Can you kindly rebase this patch on top of the latest next-net-mlx/main? > And send a new version? > > Kindest regards, > Raslan Darawsheh > > > -Origi

RE: [PATCH] net/mlx5: support matching optional fields of GRE

2022-02-24 Thread Raslan Darawsheh
gt; Matan Azrad ; Slava Ovsiienko > > Cc: dev@dpdk.org > Subject: [PATCH] net/mlx5: support matching optional fields of GRE > > This patch adds matching on the optional fields (checksum/key/sequence) of > GRE header. The matching on checksum and sequence fields requests

RE: [PATCH] net/mlx5: support matching optional fields of GRE

2022-02-20 Thread Sean Zhang (Networking SW)
Hi Thomas, > -Original Message- > From: Thomas Monjalon > Sent: Thursday, February 17, 2022 4:34 PM > To: Matan Azrad ; Slava Ovsiienko > ; Sean Zhang (Networking SW) > > Cc: dev@dpdk.org > Subject: Re: [PATCH] net/mlx5: support matching optional fields of GRE

Re: [PATCH] net/mlx5: support matching optional fields of GRE

2022-02-17 Thread Thomas Monjalon
17/02/2022 07:27, Sean Zhang: > This patch adds matching on the optional fields (checksum/key/sequence) > of GRE header. The matching on checksum and sequence fields requests > support from rdma-core with the capability of misc5 and tunnel_header 0-3. > > For patterns without checksum and sequence

[PATCH] net/mlx5: support matching optional fields of GRE

2022-02-16 Thread Sean Zhang
This patch adds matching on the optional fields (checksum/key/sequence) of GRE header. The matching on checksum and sequence fields requests support from rdma-core with the capability of misc5 and tunnel_header 0-3. For patterns without checksum and sequence specified, keep using misc for matching