Re: [v2 0/4] Add support for GRE optional fields matching

2022-02-11 Thread Ferruh Yigit
On 2/11/2022 1:45 AM, Sean Zhang wrote: This patch set adds support for matching optional fields of GRE header. The optional fields are checksum, key and sequence number. Currently, key field is supported with pattern gre_key item '.. / gre / gre_key value is xx / ..' with field gre_key in misc,

Re: [v2 0/4] Add support for GRE optional fields matching

2022-02-11 Thread Ferruh Yigit
/4] Add support for GRE optional fields matching External email: Use caution opening links or attachments On 2/11/2022 1:45 AM, Sean Zhang wrote: This patch set adds support for matching optional fields of GRE header. The optional fields are checksum, key and sequence number. Currently, key

RE: [v2 0/4] Add support for GRE optional fields matching

2022-02-11 Thread Sean Zhang (Networking SW)
> -Original Message- > From: Ferruh Yigit > Sent: Friday, February 11, 2022 5:37 PM > To: Sean Zhang (Networking SW) ; NBU-Contact- > Thomas Monjalon (EXTERNAL) > Cc: dev@dpdk.org; Andrew Rybchenko ; > Ori Kam ; Qi Zhang > Subject: Re: [v2 0/4] Add support

Re: [v2 0/4] Add support for GRE optional fields matching

2022-02-11 Thread Ferruh Yigit
On 2/11/2022 1:45 AM, Sean Zhang wrote: This patch set adds support for matching optional fields of GRE header. The optional fields are checksum, key and sequence number. Currently, key field is supported with pattern gre_key item '.. / gre / gre_key value is xx / ..' with field gre_key in misc,

[v2 0/4] Add support for GRE optional fields matching

2022-02-10 Thread Sean Zhang
This patch set adds support for matching optional fields of GRE header. The optional fields are checksum, key and sequence number. Currently, key field is supported with pattern gre_key item '.. / gre / gre_key value is xx / ..' with field gre_key in misc, but misc does not support matching of chec