RE: [v6 02/18] net/mlx5: split flow item matcher and value translation

2022-10-23 Thread Slava Ovsiienko
> -Original Message- > From: Alex Vesker > Sent: Thursday, October 20, 2022 18:58 > To: Alex Vesker ; Slava Ovsiienko > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Suanming Mou ; Matan Azrad > > Cc: dev@dpdk.org; Ori Kam > Subject: [v6 02/18] net/mlx5: split

[v6 02/18] net/mlx5: split flow item matcher and value translation

2022-10-20 Thread Alex Vesker
From: Suanming Mou As hardware steering mode translates flow matcher and value in two different stages, split the flow item matcher and value translation to help reuse the code. Signed-off-by: Suanming Mou --- drivers/net/mlx5/mlx5_flow.h| 32 + drivers/net/mlx5/mlx5_flow_dv.c | 2314 +++