Re: [PATCH v5 4/8] ethdev: use GRE protocol struct for flow matching

2023-02-02 Thread Andrew Rybchenko
On 1/26/23 19:19, Ferruh Yigit wrote: From: Thomas Monjalon As announced in the deprecation notice, flow item structures should re-use the protocol header definitions from the directory lib/net/. The protocol struct is added in an unnamed union, keeping old field names. The GRE header struct

RE: [PATCH v5 4/8] ethdev: use GRE protocol struct for flow matching

2023-02-01 Thread Ori Kam
Hi Ferruh and Thomas, > -Original Message- > From: Ferruh Yigit > Sent: Thursday, 26 January 2023 18:19 > From: Thomas Monjalon > > As announced in the deprecation notice, flow item structures > should re-use the protocol header definitions from the directory lib/net/. > > The protocol

Re: [PATCH v5 4/8] ethdev: use GRE protocol struct for flow matching

2023-01-27 Thread Niklas Söderlund
Hi Ferruh and Thomas, Thanks for your work. On 2023-01-26 16:19:00 +, Ferruh Yigit wrote: > From: Thomas Monjalon > > As announced in the deprecation notice, flow item structures > should re-use the protocol header definitions from the directory lib/net/. > > The protocol struct is added i

[PATCH v5 4/8] ethdev: use GRE protocol struct for flow matching

2023-01-26 Thread Ferruh Yigit
From: Thomas Monjalon As announced in the deprecation notice, flow item structures should re-use the protocol header definitions from the directory lib/net/. The protocol struct is added in an unnamed union, keeping old field names. The GRE header struct members are used in apps and drivers ins