DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] net/mlx5: future HW devargs defaults and fixes
@ 2026-01-12  9:24 Maayan Kashani
  2026-01-12  9:24 ` [PATCH 1/4] drivers: fix flow devarg handling for future HW Maayan Kashani
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Maayan Kashani @ 2026-01-12  9:24 UTC (permalink / raw)
  To: dev; +Cc: mkashani, rasland

This patch series contains bug fixes for the mlx5 PMD, primarily
addressing issues with Hardware Steering (HWS) and flow devarg handling.

Summary of changes:

1. drivers: fix flow devarg handling for future HW
   Addresses SWS (Software Steering) deprecation on future hardware
   generations (e.g., ConnectX-9). Updates default behavior for
   dv_flow_en and allow_duplicate_pattern devargs based on device
   capabilities, with proper error handling and user feedback.

2. net/mlx5: fix default memzone requirements in HWS
   Fixes memzone exhaustion when probing setups with ~1K SFs. The
   default HWS sync flow API configuration was allocating unnecessary
   rings (flow_transfer_pending/completed) that are only used with
   async flow API. This patch removes the unnecessary allocations to
   stay within memzone limits.

3. net/mlx5: fix internal HWS pattern template creation
   Improves PMD initialization time by separating pattern templates
   into internal and external categories. Internal templates (created
   by PMD) skip expensive validations, while application-provided
   templates remain fully validated.

4. net/mlx5: fix redundant control rules in promiscuous mode
   Removes redundant DMAC and multicast/broadcast control flow rules
   when promiscuous mode is enabled, as the device already receives
   all traffic in this mode.

All patches are targeted for stable backport.

Dariusz Sosnowski (1):
  net/mlx5: fix default memzone requirements in HWS

Maayan Kashani (3):
  drivers: fix flow devarg handling for future HW
  net/mlx5: fix internal HWS pattern template creation
  net/mlx5: fix redundant control rules in promiscuous mode

 doc/guides/nics/mlx5.rst             |  11 ++-
 drivers/common/mlx5/mlx5_devx_cmds.c |  18 ++++
 drivers/common/mlx5/mlx5_devx_cmds.h |   6 ++
 drivers/common/mlx5/mlx5_prm.h       |  14 +++-
 drivers/net/mlx5/mlx5.c              |  71 +++++++++++++++-
 drivers/net/mlx5/mlx5_flow_hw.c      | 121 ++++++++++++++++++++-------
 drivers/net/mlx5/mlx5_trigger.c      |  16 ++--
 7 files changed, 214 insertions(+), 43 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-01-12 18:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-12  9:24 [PATCH 0/4] net/mlx5: future HW devargs defaults and fixes Maayan Kashani
2026-01-12  9:24 ` [PATCH 1/4] drivers: fix flow devarg handling for future HW Maayan Kashani
2026-01-12 18:17   ` Dariusz Sosnowski
2026-01-12  9:24 ` [PATCH 2/4] net/mlx5: fix default memzone requirements in HWS Maayan Kashani
2026-01-12  9:24 ` [PATCH 3/4] net/mlx5: fix internal HWS pattern template creation Maayan Kashani
2026-01-12 18:18   ` Dariusz Sosnowski
2026-01-12  9:24 ` [PATCH 4/4] net/mlx5: fix redundant control rules in promiscuous mode Maayan Kashani
2026-01-12 18:19   ` Dariusz Sosnowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).