Re: [PATCH] net/mlx5: support HW flag action

2024-06-03 Thread Raslan Darawsheh
Hi, From: Shun Hao Sent: Tuesday, May 28, 2024 12:43 PM To: Slava Ovsiienko; Matan Azrad; Ori Kam; Dariusz Sosnowski; Suanming Mou Cc: dev@dpdk.org; Raslan Darawsheh Subject: [PATCH] net/mlx5: support HW flag action The HW flag action is supported by adding the tag to packet, with the default

[PATCH] net/mlx5: support HW flag action

2024-05-28 Thread Shun Hao
The HW flag action is supported by adding the tag to packet, with the default tag value. Signed-off-by: Shun Hao Acked-by: Suanming Mou --- drivers/net/mlx5/mlx5_flow_hw.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/net/mlx5/mlx5_flow_hw.c b/drivers/net/mlx5/mlx

[PATCH] net/mlx5: support HW flag action

2024-05-28 Thread Shun Hao
The HW flag action is supported by adding the tag to packet, with the default tag value. Signed-off-by: Shun Hao Acked-by: Suanming Mou --- drivers/net/mlx5/mlx5_flow_hw.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/net/mlx5/mlx5_flow_hw.c b/drivers/net/mlx5/mlx5