RE: [PATCH] net/mlx5: fix wrong error log in async flow destruction

2022-11-16 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Sunday, November 13, 2022 1:07 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; > Suanming Mou ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix wrong error log in async f

[PATCH] net/mlx5: fix wrong error log in async flow destruction

2022-11-13 Thread Michael Baum
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/ml