Re: [PATCH v5 6/8] ethdev: use ARP 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 ARP header struct

RE: [PATCH v5 6/8] ethdev: use ARP 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

[PATCH v5 6/8] ethdev: use ARP 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 ARP header struct members are used in testpmd instead of t