Hi, From: Maayan Kashani <mkash...@nvidia.com> Sent: Thursday, June 6, 2024 12:55 PM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh Subject: [PATCH v4 0/7] HWS non-template fixes
Series of fixes in hws code for the non template. Yevgeny Kliteynik (7): net/mlx5/hws: fix bug in matcher disconnect error flow net/mlx5/hws: bwc - make burst threshold dynamic net/mlx5/hws: bwc - adding rules with larger action template net/mlx5/hws: bwc - abort rehash on completion with error net/mlx5/hws: bwc - go through all the resized matchers net/mlx5/hws: bwc - reorg rule resize struct net/mlx5/hws: bwc - fix deleting action stes drivers/net/mlx5/hws/mlx5dr_bwc.c | 112 +++++++++++++++++++------- drivers/net/mlx5/hws/mlx5dr_matcher.c | 29 ++++--- drivers/net/mlx5/hws/mlx5dr_matcher.h | 1 + drivers/net/mlx5/hws/mlx5dr_rule.c | 44 +++++----- drivers/net/mlx5/hws/mlx5dr_rule.h | 7 +- drivers/net/mlx5/hws/mlx5dr_send.c | 8 +- 6 files changed, 136 insertions(+), 65 deletions(-) -- 2.21.0 Series applied to next-net-mlx with rewording to some of the commit logs Kindest regards, Raslan Darawsheh