patch has been queued to stable release 23.11.5

Xueming Li xuemingl at nvidia.com
Wed Jul 30 16:56:09 CEST 2025


Hi,

FYI, your patch has been queued to stable release 23.11.5

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/10/25. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://git.dpdk.org/dpdk-stable/log/?h=23.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=c650c8ca56f462ae19840937c37b1e1ef918fbd6

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From c650c8ca56f462ae19840937c37b1e1ef918fbd6 Mon Sep 17 00:00:00 2001
From: Xueming Li <xuemingl at nvidia.com>
Date: Wed, 30 Jul 2025 22:50:02 +0800
Subject: [PATCH]
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Cc: Xueming Li <xuemingl at nvidia.com>

Amiya Ranjan Mohakud (1):
  net/iavf: fix VLAN strip setting after enabling filter

Anatoly Burakov (1):
  net/ixgbe: fix indentation

Bing Zhao (2):
  net/mlx5: fix WQE size calculation for Tx queue
  examples/ntb: check more heap allocations

Bruce Richardson (1):
  net/ice: fix inconsistency in Rx queue VLAN tag placement

Dariusz Sosnowski (1):
  net/mlx5: fix masked indirect age action validation

David Marchand (1):
  net/virtio: revert Tx free threshold fix

Dhanya Pillai (1):
  net/i40e: fix RSS on plain IPv4

Eugenio Pérez (1):
  vhost: search virtqueues driver data in read-only area

Gowrishankar Muthukrishnan (1):
  test/crypto: fix RSA decrypt validation

Hengqi Chen (1):
  net/virtio: fix check of threshold for Tx freeing

Jiawen Wu (4):
  net/txgbe: fix packet type for FDIR filter
  net/txgbe: fix to create FDIR filter for SCTP packet
  net/txgbe: fix reserved extra FDIR headroom
  net/txgbe: add LRO flag in mbuf when enabled

Khadem Ullah (1):
  net/mlx5: fix crash on age query with indirect conntrack

Maayan Kashani (1):
  net/mlx5: fix crash in HWS counter pool destroy

Mingjin Ye (1):
  net/ice: fix querying RSS hash for DCF

Nithinsen Kaithakadan (1):
  common/cnxk: fix qsize in CPT iq enable

Pravin Pathak (1):
  event/dlb2: fix dequeue with CQ depth <= 16

Stephen Hemminger (1):
  latencystats: fix receive sample race

Tirthendu Sarkar (1):
  event/dlb2: fix default credits based on HW version

Viacheslav Ovsiienko (1):
  net/mlx5: fix out-of-order completions in ordinary Rx burst

Volodymyr Fialko (1):
  examples/ipsec-secgw: fix number of queue pairs

 .mailmap                            |   5 +
 app/test/test_cryptodev_asym.c      |  21 +-
 drivers/common/cnxk/roc_cpt.c       |   5 +
 drivers/event/dlb2/dlb2.c           |   4 +-
 drivers/event/dlb2/pf/dlb2_pf.c     |   4 +-
 drivers/net/i40e/i40e_rxtx.c        |   2 +
 drivers/net/iavf/iavf_ethdev.c      |  48 +++--
 drivers/net/ice/ice_dcf_ethdev.c    |   3 +-
 drivers/net/ice/ice_ethdev.c        |   4 +-
 drivers/net/ixgbe/ixgbe_rxtx.c      |   5 +-
 drivers/net/mlx5/linux/mlx5_verbs.c |   8 +-
 drivers/net/mlx5/mlx5_devx.c        |   7 +-
 drivers/net/mlx5/mlx5_ethdev.c      |   8 +-
 drivers/net/mlx5/mlx5_flow_dv.c     |   5 +
 drivers/net/mlx5/mlx5_flow_hw.c     |   8 +-
 drivers/net/mlx5/mlx5_hws_cnt.c     |   2 +-
 drivers/net/mlx5/mlx5_rx.c          | 284 +++++++++++++++++++++++++++-
 drivers/net/mlx5/mlx5_rx.h          |  28 ++-
 drivers/net/mlx5/mlx5_rxq.c         |  11 +-
 drivers/net/mlx5/mlx5_txq.c         |   1 +
 drivers/net/txgbe/base/txgbe_hw.c   |   4 +-
 drivers/net/txgbe/base/txgbe_type.h |  20 +-
 drivers/net/txgbe/txgbe_ethdev.h    |   3 +-
 drivers/net/txgbe/txgbe_fdir.c      |  16 +-
 drivers/net/txgbe/txgbe_flow.c      | 201 ++++++++++----------
 drivers/net/txgbe/txgbe_rxtx.c      |   2 +
 examples/ipsec-secgw/ipsec-secgw.c  |  11 +-
 examples/ntb/ntb_fwd.c              |  15 ++
 lib/latencystats/rte_latencystats.c |  55 ++++--
 lib/vhost/vhost.c                   |   6 +-
 30 files changed, 587 insertions(+), 209 deletions(-)

-- 
2.34.1



More information about the stable mailing list