RE: [PATCH v1] net/mlx5: enable hint in async table

2023-03-06 Thread Rongwei Liu
Darawsheh > Subject: [PATCH v1] net/mlx5: enable hint in async table > > External email: Use caution opening links or attachments > > > Driver gets the hint value from rte_table_attr for async flow. > Parse the value and pass the supported value to hardware accordingly. > >

[PATCH v1] net/mlx5: enable hint in async table

2023-02-15 Thread Rongwei Liu
Driver gets the hint value from rte_table_attr for async flow. Parse the value and pass the supported value to hardware accordingly. Signed-off-by: Rongwei Liu Acked-by: Ori Kam --- drivers/net/mlx5/mlx5_flow_hw.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/net/mlx5/mlx