This patch set is to improve error handling in pmd and under layer. Gavin Li (3): net/mlx5: set rte errno if malloc failed --- changelog: v0->v1 - Fix typo in commit message v1->v2 - Fix signoff warning --- net/mlx5/hws: add log for failing to create rule in HWS --- changelog: v1->v2 - Fix signoff warning --- net/mlx5/hws: print CQE error syndrome and more information --- changelog: v1->v2 - Fix typo in log message - Fix signoff warning ---
drivers/net/mlx5/hws/mlx5dr_rule.c | 6 ++++++ drivers/net/mlx5/hws/mlx5dr_send.c | 9 ++++++++- drivers/net/mlx5/mlx5_flow_hw.c | 31 +++++++++++++++++++++++------- 3 files changed, 38 insertions(+), 8 deletions(-) -- 2.34.1