RE: [PATCH] net/mlx5: fix actions template expansion

2023-06-08 Thread Raslan Darawsheh
Hello, > -Original Message- > From: Gregory Etelson > Sent: Thursday, June 8, 2023 3:16 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; Raslan Darawsheh > > Subject: [PATCH] net/mlx5: fix actions template expansion > > Static actions definitions used in templat

[PATCH] net/mlx5: fix actions template expansion

2023-06-08 Thread Gregory Etelson
Static actions definitions used in template expansion were defined in conditional context. That context was destroyed by the time it's memory was accessed. Fixes: cf7f458b05f3 ("net/mlx5: add indirect QUOTA create/query/modify") Signed-off-by: Gregory Etelson --- drivers/net/mlx5/mlx5_flow_hw.c