[PATCH] net/mlx5/hws: fix bug in pattern creation

2023-03-22 Thread Erez Shitrit
When creating a new pattern the data area should be clean, otherwise when the data will come from the arg object it will do OR operation on the data part in the pattern. Fixes: f8c8a6d8440d ("net/mlx5/hws: add action object") Cc: sta...@dpdk.org Signed-off-by: Erez Shitrit Reviewed-by: Alex Ve

[PATCH] net/mlx5/hws: fix bug in pattern creation

2023-03-20 Thread Erez Shitrit
When creating a new pattern the data area should be clean, otherwise when the data will come from the arg object it will do OR operation on the data part in the pattern. Fixes: f8c8a6d8440d ("net/mlx5/hws: add action object") Reviewed-by: Alex Vesker Signed-off-by: Erez Shitrit --- drivers/ne