patch has been queued to stable release 23.11.5

Xueming Li xuemingl at nvidia.com
Wed Jul 30 09:10:11 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=5e72e977b728cebeeeaa69c86e043356f593b3d7

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 5e72e977b728cebeeeaa69c86e043356f593b3d7 Mon Sep 17 00:00:00 2001
From: Xueming Li <xuemingl at nvidia.com>
Date: Wed, 30 Jul 2025 15:02:12 +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>

Chengwen Feng (1):
  net/hns3: fix queue TC configuration on VF

Clemens Famulla-Conrad (1):
  dts: fix deterministic doc

David Marchand (2):
  doc: remove reference to deprecated --use-device option
  eal: add description of service corelist in usage

Dengdui Huang (1):
  net/hns3: fix Rx packet without CRC data

Eugenio Pérez (1):
  vhost: fix net control virtqueue used length

Gowrishankar Muthukrishnan (1):
  crypto/openssl: include private exponent in RSA session

Gregory Etelson (2):
  common/mlx5: fix extraction of auxiliary device name
  bus/auxiliary: fix crash in cleanup

Jiawen Wu (7):
  net/txgbe: fix ntuple filter parsing
  net/txgbe: fix raw pattern match for FDIR rule
  net/txgbe: fix MAC control frame forwarding
  net/ngbe: fix MAC control frame forwarding
  net/txgbe: fix device statistics
  net/ngbe: fix device statistics
  net/txgbe: restrict VLAN strip configuration on VF

Maayan Kashani (1):
  examples/multi_process: fix ports cleanup on exit

Madhuker Mythri (1):
  net/bonding: avoid RSS RETA update in flow isolation mode

Marat Khalili (1):
  buildtools/test: scan muti-line registrations

Mingjin Ye (1):
  net/ice: fix handling empty DCF RSS hash

Mohamed Feroz Abdul Majeeth (1):
  net/octeon_ep: increase mailbox timeout

Morten Brørup (1):
  eal/unix: fix log message for madvise failure

Nithinsen Kaithakadan (2):
  test/crypto: fix auth and cipher case IV length
  test/crypto: set to null after freeing operation

Pravin Pathak (5):
  event/dlb2: fix validaton of LDB port COS ID arguments
  event/dlb2: fix num single link ports for DLB2.5
  event/dlb2: fix QID depth xstat
  event/dlb2: fix public symbol namespace
  app/eventdev: fix number of releases sent during cleanup

Rahul Bhansali (1):
  common/cnxk: fix null pointer checks

Rakesh Kudurumalla (2):
  examples/ipsec-secgw: fix crash with IPv6
  examples/ipsec-secgw: fix crash in event vector mode

Tanzeel Ahmed (1):
  examples/flow_filtering: fix make clean

Thomas Monjalon (1):
  examples/multi_process: revert ports cleanup on exit

 .mailmap                                      |   3 +
 app/test-eventdev/test_perf_common.c          |   4 +-
 app/test-eventdev/test_pipeline_common.c      |   4 +-
 app/test/test_cryptodev.c                     |   2 +
 app/test/test_cryptodev.h                     |   6 +-
 buildtools/get-test-suites.py                 |  20 +--
 doc/guides/freebsd_gsg/build_sample_apps.rst  |   4 -
 doc/guides/linux_gsg/build_sample_apps.rst    |   4 -
 drivers/bus/auxiliary/auxiliary_common.c      |   2 +
 drivers/common/cnxk/roc_nix_inl.c             |   6 +-
 .../common/mlx5/linux/mlx5_common_auxiliary.c |  11 +-
 drivers/crypto/openssl/rte_openssl_pmd_ops.c  |   6 +-
 drivers/event/dlb2/dlb2.c                     |  66 +++++---
 drivers/event/dlb2/dlb2_priv.h                |   3 +-
 drivers/event/dlb2/dlb2_selftest.c            |   6 +-
 drivers/event/dlb2/rte_pmd_dlb2.c             |   4 +-
 drivers/event/dlb2/rte_pmd_dlb2.h             |  29 ++--
 drivers/net/bonding/rte_eth_bond_pmd.c        |  11 +-
 drivers/net/hns3/hns3_cmd.h                   |   8 +
 drivers/net/hns3/hns3_ethdev.c                |   2 +
 drivers/net/hns3/hns3_ethdev.h                |  23 +++
 drivers/net/hns3/hns3_rxtx.c                  | 145 ++++++++++++++----
 drivers/net/hns3/hns3_rxtx.h                  |   3 +
 drivers/net/hns3/hns3_rxtx_vec.c              |   4 +-
 drivers/net/hns3/hns3_rxtx_vec_neon.h         |  19 ---
 drivers/net/hns3/hns3_rxtx_vec_sve.c          |   3 +-
 drivers/net/ice/ice_dcf_ethdev.c              |  35 +++--
 drivers/net/ngbe/base/ngbe_hw.c               |   9 ++
 drivers/net/ngbe/base/ngbe_type.h             |   1 +
 drivers/net/ngbe/ngbe_ethdev.c                |   6 +-
 drivers/net/octeon_ep/otx_ep_mbox.h           |   2 +-
 drivers/net/txgbe/base/txgbe_hw.c             |   9 ++
 drivers/net/txgbe/base/txgbe_type.h           |   1 +
 drivers/net/txgbe/txgbe_ethdev.c              |   6 +-
 drivers/net/txgbe/txgbe_ethdev.h              |   5 +-
 drivers/net/txgbe/txgbe_ethdev_vf.c           |  31 +++-
 drivers/net/txgbe/txgbe_fdir.c                |  24 ++-
 drivers/net/txgbe/txgbe_flow.c                |  56 +++++--
 .../capturing_traffic_generator.py            |   5 +-
 examples/flow_filtering/Makefile              |   2 +-
 examples/ipsec-secgw/ipsec_neon.h             |   8 +-
 examples/ipsec-secgw/ipsec_worker.c           |   5 +-
 lib/eal/common/eal_common_options.c           |   1 +
 lib/eal/unix/eal_unix_memory.c                |   2 +-
 lib/vhost/virtio_net_ctrl.c                   |   2 +-
 45 files changed, 432 insertions(+), 176 deletions(-)

-- 
2.34.1



More information about the stable mailing list