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

2022-02-01 Thread Ori Kam
Hi Sean, > -Original Message- > From: Sean Zhang > Subject: [v1 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:

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

2022-01-26 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 | 21 + 1 file changed, 21 insertions(+) diff --git a/lib/net/rte_gre.h b/lib/net/rte_gre.h index