Re: [PATCH v5 1/8] ethdev: use Ethernet 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/. The Ethernet headers (including VLAN) structures are used instead of the redundant fields in the fl

RE: [PATCH v5 1/8] ethdev: use Ethernet protocol struct for flow matching

2023-02-01 Thread Ori Kam
Hi Ferrurh 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 Etherne

[PATCH v5 1/8] ethdev: use Ethernet 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 Ethernet headers (including VLAN) structures are used instead of the redundant fields in the flow items. The remaining protocols to cl