[PATCH 2/2] net/mlx5: add support for send to kernel over HWS

2023-06-12 Thread Bar Neuman
Added hws send to kernel action and root tbl in mlx5_priv. Initialized in hws configure and used in hws actions translate. Signed-off-by: Bar Neuman --- drivers/net/mlx5/mlx5.h | 2 ++ drivers/net/mlx5/mlx5_flow_hw.c | 59 +++-- 2 files changed, 59

[PATCH 1/2] net/mlx5/hws: removing the table name from dest root table

2023-06-12 Thread Bar Neuman
From: Itamar Gozlan Jumping to root (group 0) does not behave the same as jumping to groups with level > 0. To better emphasize that it is not the same action, a rename is made to drop the name table. Signed-off-by: Itamar Gozlan --- drivers/net/mlx5/hws/mlx5dr.h| 11 --- drive