Re: [PATCH v7 2/4] ethdev: move flow field data structures

2024-02-06 Thread Ferruh Yigit
On 2/6/2024 2:06 AM, Suanming Mou wrote: > As flow field relevant data structures will be used by both actions and > items, this commit moves the relevant data structures up to item parts. > > Signed-off-by: Suanming Mou > Acked-by: Ferruh Yigit

[PATCH v7 2/4] ethdev: move flow field data structures

2024-02-05 Thread Suanming Mou
As flow field relevant data structures will be used by both actions and items, this commit moves the relevant data structures up to item parts. Signed-off-by: Suanming Mou --- lib/ethdev/rte_flow.h | 290 +- 1 file changed, 145 insertions(+), 145 deletions