Re: [PATCH v5 3/8] ethdev: use VXLAN protocol struct for flow matching

2023-02-02 Thread Andrew Rybchenko
On 1/26/23 19:18, 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/. In the case of VXLAN-GPE, the protocol struct is added in an unnamed union, keeping old field name

RE: [PATCH v5 3/8] ethdev: use VXLAN 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/. > > In the ca

[PATCH v5 3/8] ethdev: use VXLAN 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/. In the case of VXLAN-GPE, the protocol struct is added in an unnamed union, keeping old field names. The VXLAN headers (including VXLAN-G