Re: [PATCH] net/mlx5/hws: fix invalid memory access in decapl3

2024-03-24 Thread Thomas Monjalon
22/03/2024 11:01, Gregory Etelson: > From: Alex Vesker > > In case decapL3 action is created we would access header > data even in case the SHARED flag is not set, this would > lead to an invalid memory access. > > Fixes: 3a6c50215c07 ("net/mlx5/hws: support multi-pattern") > > Cc: sta...@dpdk.

[PATCH] net/mlx5/hws: fix invalid memory access in decapl3

2024-03-22 Thread Gregory Etelson
From: Alex Vesker In case decapL3 action is created we would access header data even in case the SHARED flag is not set, this would lead to an invalid memory access. Fixes: 3a6c50215c07 ("net/mlx5/hws: support multi-pattern") Cc: sta...@dpdk.org Signed-off-by: Alex Vesker --- drivers/net/mlx