Hi, > -----Original Message----- > From: Michael Baum <[email protected]> > Sent: Sunday, November 13, 2022 1:07 PM > To: [email protected] > Cc: Matan Azrad <[email protected]>; Raslan Darawsheh > <[email protected]>; Slava Ovsiienko <[email protected]>; > Suanming Mou <[email protected]>; [email protected] > Subject: [PATCH] net/mlx5: fix wrong error log in async flow destruction > > The flow_hw_async_flow_destroy() function fills the error structure in > case of failure. > > The error log reported by function is "fail to create rte flow" while > the correct failure is in destruction. > > This patch changes the error log to report "fail to destroy rte flow". > > Fixes: c40c061a022e ("net/mlx5: add basic flow queue operation") > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Michael Baum <[email protected]> > Acked-by: Matan Azrad <[email protected]>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

