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

[PATCH v5 5/8] ethdev: use GTP 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 GTP header struct members are used in apps and drivers ins