patch has been queued to stable release 23.11.4
Xueming Li
xuemingl at nvidia.com
Tue Feb 18 13:33:55 CET 2025
Hi,
FYI, your patch has been queued to stable release 23.11.4
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
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=5a7e0e1cfe70bc32fc87ef7141fac01bc27ae73f
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 5a7e0e1cfe70bc32fc87ef7141fac01bc27ae73f Mon Sep 17 00:00:00 2001
From: Xueming Li <xuemingl at nvidia.com>
Date: Tue, 18 Feb 2025 19:39:00 +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>
Aleksandr Loktionov (2):
net/igc/base: fix MAC address hash bit shift
net/e1000/base: fix MAC address hash bit shift
Amir Avivi (2):
net/igc/base: fix iterator type
net/e1000/base: fix iterator type
Anatoly Burakov (1):
net/e1000/base: correct mPHY access logic
Andre Muezerie (5):
eal/x86: fix some intrinsics header include for Windows
eventdev: fix format string data type in log messages
net/bnxt: fix indication of allocation
common/idpf: fix void function returning a value
net/intel: fix void functions returning a value
Ariel Otilibili (7):
net/sfc: remove unnecessary assignment
net/octeon_ep: remove useless assignment
net/enetfec: remove useless assignment
buildtools: fix some Python regex syntax warnings
use Python raw string notation
eal/linux: remove useless assignments
mempool: fix errno in empty create
Barbara Skobiej (3):
net/igc/base: fix data type in MAC hash
net/e1000/base: fix data type in MAC hash
net/e1000/base: fix reset for 82580
Bruce Richardson (2):
net/iavf: remove reset of Tx prepare function pointer
net/intel: fix build with icx
Carolyn Wyborny (1):
net/e1000/base: skip management check for 82575
Dengdui Huang (3):
net/hns3: fix mbuf freeing in simple Tx path
net/hns3: fix copper port initialization
net/hns3: fix reset timeout
Dima Ruinskiy (5):
net/igc/base: fix deadlock when writing i225 register
net/igc/base: fix infinite loop
net/igc/base: fix typo in LTR calculation
net/igc/base: fix unused value
net/e1000/base: fix unchecked return
Gavin Hu (1):
net/mlx5: fix polling CQEs
Gowrishankar Muthukrishnan (1):
crypto/virtio: fix data queues iteration
Huisong Li (1):
ethdev: fix functions available in new device event
Jakub Buchocki (1):
net/e1000/base: fix uninitialized variable
Jianping Zhao (1):
vhost: clear ring addresses when getting vring base
Jie Hai (2):
net/hns3: remove PVID info dump for VF
net/hns3: rename RAS module
Kevin Traynor (1):
vhost: add null callback checks
Konstantin Ananyev (2):
test/ring: fix init with custom number of lcores
gro: fix unprocessed IPv4 packets
Long Wu (1):
net/bonding: fix dedicated queue setup
Maayan Kashani (3):
net/mlx5: adjust actions per rule limitation
net/mlx5: fix flush of non-template flow rules
net/mlx5: fix GRE flow match with SWS
Maxime Coquelin (2):
vhost: fix log when setting max queue num
vhost: reset packets count when not ready
Minggang Li (Gavin) (1):
net/mlx5: fix Netlink socket leak
Nawal Kishor (1):
common/cnxk: fix atomic load in batch ops
Pawel Malinowski (2):
net/igc/base: fix semaphore timeout value
net/e1000/base: fix semaphore timeout value
Peng Zhang (1):
net/nfp: fix multi-PF control flag
Przemyslaw Ciesielski (4):
net/igc/base: fix bitwise operation type
net/igc/base: fix NVM data type in bit shift
net/e1000/base: fix bitwise operation type
net/e1000/base: fix NVM data type in bit shift
Rahul Bhansali (1):
net/cnxk: fix NIX send header L3 type
Rajesh Mudimadugula (1):
crypto/virtio: fix redundant queue free
Sangtani Parag Satishbhai (1):
net/bnxt: fix crash when representor is re-attached
Sasha Neftin (3):
net/igc/base: increase PHY power up delay
net/igc/base: reset loop variable
net/igc/base: fix LTR for i225
Stephen Hemminger (17):
crypto/cnxk: fix build with GCC 15
net/thunderx/base: fix build with GCC 15
test/bonding: fix active backup receive test
build: force GCC 15 to initialize padding bits
net/cpfl: fix representor parsing log
raw/cnxk_gpio: fix file descriptor leak
eal: fix devargs layers parsing out of bounds
net/qede: fix debug messages array
net/hinic: fix flow type bitmask overflow
crypto/dpaa2_sec: fix bitmask truncation
crypto/dpaa_sec: fix bitmask truncation
event/dpaa: fix bitmask truncation
net/dpaa: fix bitmask truncation
net/dpaa2: fix bitmask truncation
net/qede: fix nested loops
examples/l3fwd: fix socket ID check
common/cnxk: fix null check
Tudor Cornea (1):
net/af_packet: fix socket close on device stop
Vamsi Attunuru (1):
common/cnxk: fix DPI mailbox structure
Vladimir Medvedkin (2):
net/ice: fix memory leak in scalar Rx
net/ice: fix flows handling
Wathsala Vithanage (1):
crypto/openssl: fix CMAC auth context update
Yang Ming (1):
eal/linux: fix memseg length in legacy mem init
Yunjian Wang (1):
vhost: check GSO size validity
Zerun Fu (2):
net/nfp: fix multiple PFs check from NSP
net/nfp: fix misuse of function return values
.mailmap | 13 +++-
app/test/test_link_bonding.c | 74 +++++++++----------
app/test/test_ring_stress_impl.h | 2 +-
buildtools/get-numa-count.py | 2 +-
buildtools/get-test-suites.py | 4 +-
config/meson.build | 13 ++--
devtools/check-meson.py | 2 +-
drivers/common/cnxk/roc_bphy_cgx.c | 12 +--
drivers/common/cnxk/roc_dpi_priv.h | 2 +-
drivers/common/cnxk/roc_npa.h | 2 +-
drivers/common/idpf/idpf_common_rxtx_avx512.c | 12 ++-
drivers/crypto/cnxk/cnxk_se.h | 2 +-
drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 8 +-
drivers/crypto/dpaa_sec/dpaa_sec.c | 7 +-
drivers/crypto/openssl/rte_openssl_pmd.c | 3 -
drivers/crypto/virtio/virtio_cryptodev.c | 14 ++--
drivers/crypto/virtio/virtio_rxtx.c | 3 +-
drivers/event/dpaa/dpaa_eventdev.c | 10 +--
drivers/net/af_packet/rte_eth_af_packet.c | 30 ++++----
drivers/net/bnxt/bnxt_ethdev.c | 22 ++++--
drivers/net/bnxt/tf_core/tf_sram_mgr.c | 4 +-
drivers/net/bonding/rte_eth_bond_8023ad.h | 3 +
drivers/net/bonding/rte_eth_bond_pmd.c | 25 ++++++-
drivers/net/cnxk/cn10k_tx.h | 7 +-
drivers/net/cnxk/cn9k_tx.h | 7 +-
drivers/net/cpfl/cpfl_ethdev.c | 2 +-
drivers/net/dpaa/dpaa_rxtx.c | 7 +-
drivers/net/dpaa2/dpaa2_rxtx.c | 6 +-
drivers/net/e1000/base/e1000_80003es2lan.c | 2 +-
drivers/net/e1000/base/e1000_82575.c | 5 +-
drivers/net/e1000/base/e1000_base.c | 3 +-
drivers/net/e1000/base/e1000_defines.h | 1 +
drivers/net/e1000/base/e1000_ich8lan.c | 2 +
drivers/net/e1000/base/e1000_mac.c | 12 +--
drivers/net/e1000/base/e1000_nvm.c | 4 +-
drivers/net/e1000/base/e1000_phy.c | 25 +++----
drivers/net/e1000/base/e1000_vf.c | 12 +--
drivers/net/enetfec/enet_ethdev.c | 1 -
drivers/net/hinic/hinic_pmd_flow.c | 14 ++--
drivers/net/hns3/hns3_cmd.c | 18 +++--
drivers/net/hns3/hns3_cmd.h | 4 +-
drivers/net/hns3/hns3_dump.c | 4 +
drivers/net/hns3/hns3_ethdev.c | 29 +++++++-
drivers/net/hns3/hns3_intr.c | 4 +-
drivers/net/hns3/hns3_intr.h | 2 +-
drivers/net/hns3/hns3_rxtx.c | 2 +-
drivers/net/i40e/i40e_rxtx_vec_avx2.c | 2 +-
drivers/net/i40e/i40e_rxtx_vec_avx512.c | 2 +-
drivers/net/i40e/meson.build | 3 +
drivers/net/iavf/iavf_rxtx.c | 5 --
drivers/net/iavf/iavf_rxtx_vec_avx2.c | 2 +-
drivers/net/iavf/meson.build | 3 +
drivers/net/ice/ice_generic_flow.c | 30 ++++----
drivers/net/ice/ice_rxtx.c | 10 +++
drivers/net/ice/ice_rxtx_vec_avx2.c | 2 +-
drivers/net/ice/meson.build | 3 +
drivers/net/igc/base/igc_defines.h | 1 +
drivers/net/igc/base/igc_i225.c | 24 ++++--
drivers/net/igc/base/igc_mac.c | 10 ++-
drivers/net/igc/base/igc_nvm.c | 4 +-
drivers/net/igc/base/igc_phy.c | 8 +-
drivers/net/mlx5/linux/mlx5_os.c | 5 ++
drivers/net/mlx5/mlx5_flow.c | 1 -
drivers/net/mlx5/mlx5_flow.h | 2 +-
drivers/net/mlx5/mlx5_flow_dv.c | 27 ++++---
drivers/net/mlx5/mlx5_flow_hw.c | 3 -
drivers/net/mlx5/mlx5_rxtx_vec.c | 3 +
drivers/net/nfp/flower/nfp_conntrack.c | 6 +-
drivers/net/nfp/nfp_ethdev.c | 23 ++++--
drivers/net/octeon_ep/otx_ep_mbox.c | 3 -
drivers/net/qede/base/ecore_dcbx.c | 8 +-
drivers/net/qede/qede_debug.c | 5 ++
drivers/net/sfc/sfc_repr.c | 4 -
drivers/net/thunderx/base/nicvf_mbox.c | 42 +++++------
drivers/raw/cnxk_gpio/cnxk_gpio_selftest.c | 24 +++---
dts/tests/TestSuite_smoke_tests.py | 2 +-
examples/l3fwd-power/main.c | 4 +-
examples/l3fwd/main.c | 5 +-
lib/eal/common/eal_common_devargs.c | 2 +-
lib/eal/linux/eal_dev.c | 3 -
lib/eal/linux/eal_memory.c | 1 +
lib/eal/x86/include/rte_vect.h | 2 -
lib/ethdev/rte_ethdev.c | 14 +++-
lib/ethdev/rte_ethdev.h | 8 +-
lib/eventdev/rte_event_dma_adapter.c | 6 +-
lib/gro/rte_gro.c | 2 +-
lib/mempool/rte_mempool.c | 4 +-
lib/vhost/socket.c | 17 +++--
lib/vhost/vduse.c | 3 +-
lib/vhost/vhost.c | 5 +-
lib/vhost/vhost_user.c | 4 +-
lib/vhost/virtio_net.c | 5 ++
92 files changed, 474 insertions(+), 320 deletions(-)
--
2.34.1
More information about the stable
mailing list