Re: [v2 1/4] lib: add optional fields in GRE header

2022-02-11 Thread Ferruh Yigit
Subject: Re: [v2 1/4] lib: add optional fields in GRE header External email: Use caution opening links or attachments On 2/11/2022 1:45 AM, Sean Zhang wrote: There are optional fields in GRE header(checksum/key/sequence), this patch adds definition of structures of the optional fields. Signed-off

RE: [v2 1/4] lib: add optional fields in GRE header

2022-02-11 Thread Sean Zhang (Networking SW)
Hi Ferruh, > -Original Message- > From: Ferruh Yigit > Sent: Friday, February 11, 2022 5:38 PM > To: Sean Zhang (Networking SW) ; NBU-Contact- > Thomas Monjalon (EXTERNAL) ; Olivier Matz > > Cc: dev@dpdk.org; Andrew Rybchenko ; > Ori Kam > Subject: Re: [v2 1/

RE: [v2 1/4] lib: add optional fields in GRE header

2022-02-11 Thread Ori Kam
Hi Sean, > -Original Message- > From: Sean Zhang > Subject: [v2 1/4] lib: add optional fields in GRE header > > There are optional fields in GRE header(checksum/key/sequence), this > patch adds definition of structures of the optional fields. > > Signed-off-by:

Re: [v2 1/4] lib: add optional fields in GRE header

2022-02-11 Thread Ferruh Yigit
On 2/11/2022 1:45 AM, Sean Zhang wrote: There are optional fields in GRE header(checksum/key/sequence), this patch adds definition of structures of the optional fields. Signed-off-by: Sean Zhang --- lib/net/rte_gre.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a

[v2 1/4] lib: add optional fields in GRE header

2022-02-10 Thread Sean Zhang
There are optional fields in GRE header(checksum/key/sequence), this patch adds definition of structures of the optional fields. Signed-off-by: Sean Zhang --- lib/net/rte_gre.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/lib/net/rte_gre.h b/lib/net/rte_gre.h index