patch has been queued to stable release 23.11.5
Xueming Li
xuemingl at nvidia.com
Thu Jun 26 14:00:20 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 06/28/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=0eac3df6add5d7b2c278b3f44e5d0ff479ea7741
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 0eac3df6add5d7b2c278b3f44e5d0ff479ea7741 Mon Sep 17 00:00:00 2001
From: Xueming Li <xuemingl at nvidia.com>
Date: Thu, 26 Jun 2025 19:59:16 +0800
Subject: [PATCH] *** SUBJECT HERE ***
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Cc: Xueming Li <xuemingl at nvidia.com>
Ariel Otilibili (1):
net/af_xdp: fix use after free in zero-copy Tx
Arkadiusz Kusztal (2):
crypto/qat: fix out-of-place header bytes in AEAD raw API
crypto/qat: fix out-of-place chain/cipher/auth headers
Bruce Richardson (7):
net/fm10k/base: fix compilation warnings
net/ixgbe/base: correct definition of endianness macro
net/ixgbe/base: fix compilation warnings
net/i40e/base: fix unused value warnings
net/i40e/base: fix compiler warnings
test/malloc: improve resiliency
power/intel_uncore: fix crash closing uninitialized driver
Chaoyong He (5):
net/nfp: fix crash with null RSS hash key
net/nfp: fix hash key length logic
app/testpmd: fix RSS hash key update
net/nfp: standardize NFD3 Tx descriptor endianness
net/nfp: standardize NFDk Tx descriptor endianness
Chengwen Feng (2):
app/testpmd: relax number of TCs in DCB command
bus: cleanup device lists
Dariusz Sosnowski (4):
net/mlx5: fix header modify action on group 0
net/mlx5: validate GTP PSC QFI width
net/mlx5: fix counter service cleanup on init failure
net/mlx5: fix VLAN stripping on hairpin queue
David Marchand (4):
acl: fix build with GCC 15 on aarch64
vhost: fix wrapping on control virtqueue rings
eal: warn if no lcore is available
test/lcore: fix race in per-lcore test
Dengdui Huang (12):
net/hns3: fix integer overflow in interrupt unmap
net/hns3: fix memory leak on failure
net/hns3: fix extra wait for link up
net/hns3: fix memory leak for indirect flow action
net/hns3: fix interrupt rollback
net/hns3: fix divide by zero
net/hns3: fix resources release on reset
net/hns3: fix CRC data segment
mem: fix lockup on address space shortage
net/hns3: check requirement for hardware GRO
net/hns3: allow Tx vector when fast free not enabled
net/hns3: allow Rx vector mode with VLAN filter
Dhanya Pillai (1):
net/ice: fix flow creation failure
Ferruh Yigit (1):
ethdev: convert string initialization
Gagandeep Singh (2):
common/dpaax: fix PDCP key command race condition
common/dpaax: fix PDCP AES only 12-bit SN
Gavin Li (1):
net/mlx5: align PF and VF/SF MAC address handling
Gregory Etelson (2):
net/mlx5: remove unsupported flow meter action in HWS
net/mlx5: fix mark action with shared Rx queue
Ivan Malov (1):
net/sfc: fix action order on start failure
Jake Freeland (1):
bus/pci/bsd: fix device existence check
Jaromír Smrček (1):
doc: add kernel options required for mlx5
Kaiwen Deng (3):
net/e1000: fix xstats name
net/ixgbe: enable ethertype filter for E610
net/e1000: fix igb Tx queue offloads capability
Long Li (5):
bus/vmbus: align ring buffer data to page boundary
bus/vmbus: use Hyper-V page size
net/netvsc: use Hyper-V page size
net/netvsc: add stats counters from VF
net/mana: check vendor ID when probing RDMA device
Lukasz Krakowiak (2):
net/ice/base: fix integer overflow
net/ice/base: fix typo in device ID description
Maayan Kashani (2):
net/mlx5/hws: fix send queue drain on FW WQE destroy
ethdev: fix error struct in flow configure
Maxime Coquelin (1):
net/mlx5: avoid setting kernel MTU if not needed
Nithin Dabilpuram (1):
common/cnxk: fix CQ tail drop
Oleksandr Nahnybida (1):
trace: fix overflow in per-lcore trace buffer
Pavan Nikhilesh (1):
eal: fix return value of lcore role
Radu Nicolau (2):
crypto/virtio: add request check on request side
crypto/virtio: fix driver cleanup
Rahul Bhansali (1):
net/cnxk: fix descriptor count update on reconfig
Rajesh Mudimadugula (3):
vhost/crypto: fix cipher data length
crypto/virtio: fix cipher data source length
crypto/virtio: fix driver ID
Rui Ferreira (2):
eal/linux: unregister alarm callback before free
eal/freebsd: unregister alarm callback before free
Satheesh Paul (1):
common/cnxk: fix E-tag pattern parsing
Shani Peretz (1):
app/crypto-perf: fix AAD offset alignment
Stephen Hemminger (4):
net/qede: fix use after free
bus/fslmc: fix use after free
net/null: fix packet copy
crypto/qat: fix size calculation for memset
Sunyang Wu (1):
ethdev: keep promiscuous/allmulti value before disabling
Vanshika Shukla (1):
crypto/dpaa2_sec: fix uninitialized variable
Viacheslav Ovsiienko (2):
net/mlx5: fix maximal queue size query
net/mlx5: fix hypervisor detection in VLAN workaround
Yan Lu (1):
net/tap: fix qdisc add failure handling
Yang Ming (1):
eal/linux: improve ASLR check
Yuan Wang (2):
net/e1000: fix EEPROM dump
net/ixgbe: fix port mask default value in filter
.mailmap | 3 +
app/test-crypto-perf/cperf_ops.c | 4 +-
app/test-pmd/cmdline.c | 4 +-
app/test-pmd/config.c | 3 +-
app/test/test_malloc.c | 77 ++-
app/test/test_per_lcore.c | 17 +-
doc/guides/nics/mlx5.rst | 2 +-
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +-
drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 10 +-
drivers/bus/pci/bsd/pci.c | 17 +-
drivers/bus/pci/pci_common.c | 1 +
drivers/bus/vdev/vdev.c | 1 +
drivers/bus/vmbus/bus_vmbus_driver.h | 4 +
drivers/bus/vmbus/linux/vmbus_uio.c | 2 +-
drivers/bus/vmbus/rte_vmbus_reg.h | 9 +-
drivers/bus/vmbus/vmbus_bufring.c | 9 +-
drivers/bus/vmbus/vmbus_common.c | 1 +
drivers/bus/vmbus/vmbus_common_uio.c | 2 +-
drivers/common/cnxk/roc_nix.h | 2 +
drivers/common/cnxk/roc_nix_queue.c | 11 +-
drivers/common/cnxk/roc_npc.c | 5 +-
drivers/common/cnxk/roc_npc_parse.c | 2 +-
drivers/common/dpaax/caamflib/desc/pdcp.h | 22 +-
drivers/common/mlx5/mlx5_prm.h | 1 +
drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 1 +
drivers/crypto/qat/dev/qat_crypto_pmd_gens.h | 280 ++++++++++
drivers/crypto/qat/dev/qat_sym_pmd_gen1.c | 53 +-
drivers/crypto/qat/qat_sym_session.c | 10 +-
drivers/crypto/virtio/virtio_cryptodev.c | 7 +-
drivers/crypto/virtio/virtio_rxtx.c | 60 ++-
drivers/net/af_xdp/rte_eth_af_xdp.c | 4 +-
drivers/net/cnxk/cnxk_ethdev.c | 3 +-
drivers/net/e1000/igb_ethdev.c | 4 +-
drivers/net/e1000/igb_rxtx.c | 6 +-
drivers/net/fm10k/base/fm10k_mbx.c | 2 +-
drivers/net/fm10k/base/fm10k_osdep.h | 2 +-
drivers/net/fm10k/base/fm10k_pf.c | 8 +-
drivers/net/fm10k/base/fm10k_type.h | 6 +-
drivers/net/fm10k/base/meson.build | 14 +-
drivers/net/hns3/hns3_common.c | 4 +-
drivers/net/hns3/hns3_ethdev.c | 45 +-
drivers/net/hns3/hns3_flow.c | 41 +-
drivers/net/hns3/hns3_flow.h | 9 +-
drivers/net/hns3/hns3_regs.c | 5 +-
drivers/net/hns3/hns3_rxtx.c | 30 +-
drivers/net/hns3/hns3_rxtx_vec.c | 11 +-
drivers/net/i40e/base/i40e_common.c | 5 -
drivers/net/i40e/base/i40e_diag.c | 2 +-
drivers/net/i40e/base/i40e_nvm.c | 1 +
drivers/net/i40e/base/i40e_osdep.h | 4 +-
drivers/net/i40e/base/i40e_type.h | 14 +-
drivers/net/i40e/base/meson.build | 15 +-
drivers/net/i40e/i40e_ethdev.c | 1 +
drivers/net/ice/base/ice_devids.h | 2 +-
drivers/net/ice/base/ice_type.h | 2 +-
drivers/net/ice/ice_fdir_filter.c | 5 +-
drivers/net/igc/igc_ethdev.c | 2 +-
drivers/net/ixgbe/base/ixgbe_common.c | 4 +-
drivers/net/ixgbe/base/ixgbe_osdep.h | 21 +-
drivers/net/ixgbe/base/ixgbe_type.h | 2 +
drivers/net/ixgbe/base/meson.build | 11 -
drivers/net/ixgbe/ixgbe_ethdev.h | 2 +-
drivers/net/ixgbe/ixgbe_flow.c | 2 +
drivers/net/mana/mana.c | 14 +
drivers/net/mana/mana.h | 4 +
drivers/net/mlx5/hws/mlx5dr_send.c | 2 +-
drivers/net/mlx5/linux/mlx5_os.c | 3 +-
drivers/net/mlx5/linux/mlx5_vlan_os.c | 10 +-
drivers/net/mlx5/mlx5.h | 1 +
drivers/net/mlx5/mlx5_devx.c | 4 +-
drivers/net/mlx5/mlx5_ethdev.c | 47 +-
drivers/net/mlx5/mlx5_flow.c | 2 +-
drivers/net/mlx5/mlx5_flow_dv.c | 2 +
drivers/net/mlx5/mlx5_flow_hw.c | 106 +---
drivers/net/mlx5/mlx5_flow_meter.c | 540 -------------------
drivers/net/mlx5/mlx5_hws_cnt.c | 12 +-
drivers/net/mlx5/mlx5_rxq.c | 2 +-
drivers/net/mlx5/mlx5_trigger.c | 6 +-
drivers/net/mlx5/mlx5_txq.c | 12 +-
drivers/net/mlx5/mlx5_vlan.c | 2 +-
drivers/net/netvsc/hn_ethdev.c | 10 +-
drivers/net/netvsc/hn_rndis.c | 14 +-
drivers/net/netvsc/hn_rxtx.c | 16 +-
drivers/net/netvsc/hn_var.h | 4 -
drivers/net/nfp/flower/nfp_flower_ctrl.c | 4 +-
drivers/net/nfp/nfd3/nfp_nfd3.h | 14 +-
drivers/net/nfp/nfd3/nfp_nfd3_dp.c | 8 +-
drivers/net/nfp/nfdk/nfp_nfdk.h | 14 +-
drivers/net/nfp/nfp_net_common.c | 13 +-
drivers/net/null/rte_eth_null.c | 12 +-
drivers/net/qede/qede_filter.c | 22 +-
drivers/net/sfc/sfc.c | 6 +-
drivers/net/tap/tap_tcmsgs.c | 4 +-
lib/acl/acl_run.h | 5 +
lib/acl/acl_run_altivec.h | 8 +-
lib/acl/acl_run_avx2.h | 4 +-
lib/acl/acl_run_neon.h | 8 +-
lib/acl/acl_run_scalar.c | 4 +-
lib/acl/acl_run_sse.h | 8 +-
lib/eal/common/eal_common_lcore.c | 2 +-
lib/eal/common/eal_common_memory.c | 8 +-
lib/eal/common/eal_common_options.c | 5 +
lib/eal/freebsd/eal.c | 2 +-
lib/eal/freebsd/eal_alarm.c | 8 +-
lib/eal/include/rte_trace_point.h | 4 +-
lib/eal/linux/eal.c | 2 +-
lib/eal/linux/eal_alarm.c | 9 +-
lib/eal/linux/eal_memory.c | 12 +
lib/ethdev/rte_ethdev.c | 11 +-
lib/ethdev/rte_flow.c | 12 +-
lib/ethdev/rte_flow.h | 44 +-
lib/power/power_intel_uncore.c | 35 +-
lib/vhost/vhost_crypto.c | 3 +-
lib/vhost/virtio_net_ctrl.c | 10 +-
114 files changed, 968 insertions(+), 1057 deletions(-)
--
2.34.1
More information about the stable
mailing list