Hi, > -----Original Message----- > From: Gregory Etelson <[email protected]> > Sent: Wednesday, October 28, 2020 6:58 AM > To: [email protected] > Cc: Gregory Etelson <[email protected]>; Matan Azrad > <[email protected]>; Raslan Darawsheh <[email protected]>; Eli Britstein > <[email protected]>; Oz Shlomo <[email protected]>; Shahaf Shuler > <[email protected]>; Slava Ovsiienko <[email protected]> > Subject: [PATCH] net/mlx5: fix tunnel flow destroy > > Flow destructor tired to access flow related resources after the > flow object memory was already released and crashed dpdk process. > > The patch moves flow memory release to the end of destructor. > Added missing: Fixes: 424ea8d8fe55 ("net/mlx5: implement tunnel offload") > Signed-off-by: Gregory Etelson <[email protected]> > Acked-by: Matan Azrad <[email protected]> > --- > drivers/net/mlx5/mlx5_flow.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5/mlx5_flow.c Patch applied to next-net-mlx,
Kindest regards, Raslan Darawsheh

