DPDK patches and discussions
 help / color / mirror / Atom feed
* DPDK 24.11.4 released
@ 2025-12-19 18:38 Kevin Traynor
  0 siblings, 0 replies; only message in thread
From: Kevin Traynor @ 2025-12-19 18:38 UTC (permalink / raw)
  To: announce

Hi all,

Here is a new stable release:
	https://fast.dpdk.org/rel/dpdk-24.11.4.tar.xz

The git tree is at:
	https://dpdk.org/browse/dpdk-stable/?h=24.11

This LTS release contains ~260 fixes from main branch
up to DPDK 25.11.

Thanks to the authors who helped with backports and to the
following who helped with validation: Red Hat, Intel and Nvidia.

Kevin

---
 .mailmap                                         |  13 +-
 VERSION                                          |   2 +-
 app/dumpcap/main.c                               |   4 +
 app/pdump/main.c                                 |  24 +-
 app/proc-info/main.c                             |   2 +-
 app/test-crypto-perf/cperf_test_vector_parsing.c |  47 ++-
 app/test-dma-perf/benchmark.c                    |  94 +++--
 app/test-dma-perf/main.c                         |   2 +
 app/test-eventdev/test_perf_common.c             |   9 +-
 app/test-flow-perf/main.c                        |   2 +-
 app/test-pmd/cmd_flex_item.c                     |  13 +-
 app/test-pmd/cmdline.c                           |   6 +-
 app/test-pmd/cmdline_flow.c                      |   2 +-
 app/test-pmd/cmdline_mtr.c                       |  30 +-
 app/test-pmd/config.c                            |  10 +-
 app/test-pmd/testpmd.c                           | 142 ++++++-
 app/test/process.h                               |   2 +-
 app/test/suites/test_telemetry.sh                |   2 +-
 app/test/test.c                                  |   2 +
 app/test/test.h                                  |   2 +
 app/test/test_argparse.c                         |  31 +-
 app/test/test_cryptodev.c                        |  65 ++-
 app/test/test_debug.c                            |  99 +++--
 app/test/test_dmadev.c                           |   2 +-
 app/test/test_event_dma_adapter.c                |   6 +-
 app/test/test_func_reentrancy.c                  |   4 +-
 app/test/test_hash_readwrite.c                   |   5 +
 app/test/test_hash_readwrite_lf_perf.c           |   4 +
 app/test/test_net_ip6.c                          |   2 +-
 app/test/test_trace.c                            |   2 +-
 buildtools/pmdinfogen.py                         |  42 +-
 config/arm/meson.build                           |   2 +-
 doc/guides/cryptodevs/ionic.rst                  |   4 +-
 doc/guides/freebsd_gsg/build_dpdk.rst            |   2 +-
 doc/guides/linux_gsg/linux_drivers.rst           |   2 +-
 doc/guides/nics/cpfl.rst                         |   6 +-
 doc/guides/nics/features/iavf.ini                |   4 +-
 doc/guides/nics/features/ice.ini                 |   1 +
 doc/guides/nics/features/txgbe.ini               |   1 -
 doc/guides/nics/ionic.rst                        |   4 +-
 doc/guides/nics/mlx5.rst                         |   4 +
 doc/guides/rel_notes/release_24_11.rst           | 367 ++++++++++++++++
 doc/guides/sample_app_ug/l3_forward.rst          |   6 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst      |   4 +
 drivers/bus/cdx/cdx_vfio.c                       |   6 +-
 drivers/bus/dpaa/base/qbman/qman_driver.c        |   2 -
 drivers/bus/dpaa/dpaa_bus.c                      |  59 +++
 drivers/bus/fslmc/bus_fslmc_driver.h             |   1 -
 drivers/bus/fslmc/fslmc_bus.c                    |   2 +-
 drivers/bus/ifpga/ifpga_bus.c                    |   4 +-
 drivers/bus/pci/linux/pci_vfio.c                 |   4 +-
 drivers/bus/pci/windows/pci.c                    |  11 +-
 drivers/bus/pci/windows/pci_netuio.h             |   6 +-
 drivers/bus/uacce/uacce.c                        |   2 +-
 drivers/common/cnxk/roc_bphy_cgx.c               |  56 +--
 drivers/common/cnxk/roc_nix_debug.c              |   4 +-
 drivers/common/cnxk/roc_nix_inl.c                |   4 +-
 drivers/common/cnxk/roc_nix_queue.c              |   2 +-
 drivers/common/cnxk/roc_nix_tm_ops.c             |   7 +
 drivers/common/mlx5/linux/mlx5_nl.c              | 110 ++++-
 drivers/common/mlx5/linux/mlx5_nl.h              |   3 +
 drivers/common/mlx5/mlx5_common.h                |   3 -
 drivers/common/mlx5/mlx5_common_mr.c             |   6 +
 drivers/common/mlx5/mlx5_devx_cmds.c             |   4 +
 drivers/common/mlx5/mlx5_devx_cmds.h             |   2 +
 drivers/common/mlx5/mlx5_prm.h                   |  14 +-
 drivers/common/mlx5/version.map                  |   1 +
 drivers/common/mlx5/windows/mlx5_win_defs.h      |   2 -
 drivers/common/qat/qat_device.c                  |   7 +-
 drivers/common/qat/qat_device.h                  |   2 +-
 drivers/compress/qat/qat_comp_pmd.c              |   2 +-
 drivers/crypto/caam_jr/caam_jr_uio.c             |  12 +-
 drivers/crypto/cnxk/cnxk_ae.h                    |  15 +-
 drivers/crypto/ipsec_mb/ipsec_mb_ops.c           |   7 +-
 drivers/crypto/mlx5/mlx5_crypto.c                |   2 -
 drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c     |  14 +-
 drivers/crypto/qat/dev/qat_crypto_pmd_gen4.c     |   6 +-
 drivers/crypto/qat/dev/qat_crypto_pmd_gens.h     |  21 +-
 drivers/crypto/qat/dev/qat_sym_pmd_gen1.c        |  24 +-
 drivers/crypto/qat/qat_asym.c                    |  10 +-
 drivers/crypto/qat/qat_sym.c                     |   2 +-
 drivers/crypto/qat/qat_sym_session.c             |   3 +-
 drivers/dma/hisilicon/hisi_dmadev.c              |  45 +-
 drivers/dma/hisilicon/hisi_dmadev.h              |   2 +
 drivers/net/af_packet/rte_eth_af_packet.c        |   7 +-
 drivers/net/ark/ark_ethdev_rx.c                  |   4 -
 drivers/net/axgbe/axgbe_ethdev.c                 |   6 +
 drivers/net/bnxt/tf_core/v3/tfo.c                |   8 +-
 drivers/net/bonding/rte_eth_bond_8023ad.c        |   8 +
 drivers/net/cnxk/cn10k_ethdev_sec.c              |   2 +
 drivers/net/cnxk/cnxk_ethdev_mtr.c               |   8 +-
 drivers/net/dpaa/dpaa_ethdev.c                   | 217 +++++++---
 drivers/net/dpaa/dpaa_flow.c                     |   6 +-
 drivers/net/dpaa2/base/dpaa2_hw_dpni.c           |   3 +-
 drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h     |  10 +-
 drivers/net/dpaa2/dpaa2_ethdev.c                 |  48 ++-
 drivers/net/dpaa2/dpaa2_ethdev.h                 |  12 +-
 drivers/net/dpaa2/dpaa2_flow.c                   | 123 ++++--
 drivers/net/dpaa2/dpaa2_recycle.c                |  50 ---
 drivers/net/dpaa2/dpaa2_rxtx.c                   |  55 ++-
 drivers/net/dpaa2/dpaa2_tm.c                     |   8 +-
 drivers/net/e1000/base/e1000_mac.c               |   1 +
 drivers/net/ena/base/ena_com.c                   |   6 +-
 drivers/net/ena/ena_ethdev.c                     |  28 +-
 drivers/net/enetfec/enet_ethdev.c                |  27 +-
 drivers/net/enetfec/enet_rxtx.c                  |  10 +-
 drivers/net/enetfec/enet_uio.c                   |  19 +-
 drivers/net/fm10k/base/fm10k_common.c            |   4 +-
 drivers/net/gve/base/gve_adminq.c                |   2 -
 drivers/net/gve/base/gve_desc_dqo.h              |   4 +
 drivers/net/gve/gve_ethdev.c                     | 154 +++----
 drivers/net/gve/gve_ethdev.h                     |   1 +
 drivers/net/gve/gve_rx_dqo.c                     |  15 +-
 drivers/net/gve/gve_tx_dqo.c                     | 166 ++++++--
 drivers/net/hns3/hns3_ethdev.c                   |  31 +-
 drivers/net/hns3/hns3_ethdev.h                   |   3 +-
 drivers/net/hns3/hns3_fdir.c                     |  13 -
 drivers/net/hns3/hns3_flow.c                     |  60 +--
 drivers/net/hns3/hns3_rxtx.c                     |  48 ++-
 drivers/net/hns3/hns3_rxtx_vec.h                 |   4 +
 drivers/net/i40e/i40e_hash.c                     |  16 +-
 drivers/net/i40e/i40e_rxtx.c                     |  10 +-
 drivers/net/iavf/iavf_rxtx.c                     |  29 +-
 drivers/net/iavf/iavf_rxtx.h                     |   3 +
 drivers/net/iavf/iavf_vchnl.c                    |   2 +-
 drivers/net/ice/base/ice_flow.c                  |   4 -
 drivers/net/ice/base/ice_switch.c                |  18 +-
 drivers/net/ice/base/ice_type.h                  |   2 +-
 drivers/net/ice/ice_acl_filter.c                 |   5 +-
 drivers/net/ice/ice_ethdev.c                     |  95 +----
 drivers/net/ice/ice_ethdev.h                     |   2 +-
 drivers/net/ice/ice_fdir_filter.c                |  56 +--
 drivers/net/ice/ice_rxtx.c                       |  10 +-
 drivers/net/ice/ice_rxtx_vec_common.h            |   4 +-
 drivers/net/idpf/idpf_rxtx.c                     |   2 +
 drivers/net/intel/ice/ice_rxtx_vec_common.h      | 207 +++++++++
 drivers/net/ixgbe/base/ixgbe_vf.c                |   2 +-
 drivers/net/ixgbe/ixgbe_flow.c                   |   5 +-
 drivers/net/memif/rte_eth_memif.c                |   3 +-
 drivers/net/mlx4/mlx4_rxtx.c                     |   2 +-
 drivers/net/mlx5/hws/mlx5dr_action.c             |   1 +
 drivers/net/mlx5/hws/mlx5dr_buddy.c              |   1 +
 drivers/net/mlx5/hws/mlx5dr_definer.c            |  31 +-
 drivers/net/mlx5/hws/mlx5dr_pool.c               |   3 +-
 drivers/net/mlx5/hws/mlx5dr_rule.c               |   2 +-
 drivers/net/mlx5/linux/mlx5_ethdev_os.c          |  44 +-
 drivers/net/mlx5/linux/mlx5_flow_os.c            |  16 +-
 drivers/net/mlx5/linux/mlx5_flow_os.h            |   3 +
 drivers/net/mlx5/linux/mlx5_os.c                 | 109 +++--
 drivers/net/mlx5/linux/mlx5_verbs.c              |   2 +-
 drivers/net/mlx5/mlx5.c                          |  33 +-
 drivers/net/mlx5/mlx5.h                          |  21 +-
 drivers/net/mlx5/mlx5_defs.h                     |   6 -
 drivers/net/mlx5/mlx5_devx.c                     |   5 +
 drivers/net/mlx5/mlx5_ethdev.c                   |  42 +-
 drivers/net/mlx5/mlx5_flow.c                     |  47 ++-
 drivers/net/mlx5/mlx5_flow.h                     |  80 ++--
 drivers/net/mlx5/mlx5_flow_dv.c                  | 513 ++++++++++++++---------
 drivers/net/mlx5/mlx5_flow_flex.c                |   3 +-
 drivers/net/mlx5/mlx5_flow_hw.c                  | 280 +++++++------
 drivers/net/mlx5/mlx5_flow_verbs.c               |   6 +-
 drivers/net/mlx5/mlx5_hws_cnt.c                  |  19 +-
 drivers/net/mlx5/mlx5_hws_cnt.h                  | 135 +++---
 drivers/net/mlx5/mlx5_nta_rss.c                  |  34 +-
 drivers/net/mlx5/mlx5_nta_split.c                |   4 +-
 drivers/net/mlx5/mlx5_rx.c                       |  17 +-
 drivers/net/mlx5/mlx5_rx.h                       |   1 +
 drivers/net/mlx5/mlx5_rxq.c                      |  29 +-
 drivers/net/mlx5/mlx5_rxtx_vec.h                 |   7 -
 drivers/net/mlx5/mlx5_trigger.c                  | 104 +++--
 drivers/net/mlx5/mlx5_txq.c                      |  18 +-
 drivers/net/mlx5/mlx5_utils.c                    |   2 +-
 drivers/net/mlx5/mlx5_utils.h                    |   3 -
 drivers/net/mlx5/windows/mlx5_ethdev_os.c        |  34 +-
 drivers/net/mlx5/windows/mlx5_flow_os.c          |  14 +-
 drivers/net/mlx5/windows/mlx5_flow_os.h          |   4 +
 drivers/net/mlx5/windows/mlx5_os.c               |   3 +
 drivers/net/mlx5/windows/mlx5_os.h               |   2 -
 drivers/net/nfp/nfp_mtr.c                        |  19 +-
 drivers/net/ngbe/ngbe_ethdev.c                   |  17 +
 drivers/net/ngbe/ngbe_rxtx.c                     |  41 +-
 drivers/net/ngbe/ngbe_rxtx.h                     |   1 +
 drivers/net/ngbe/ngbe_rxtx_vec_neon.c            |   9 +-
 drivers/net/ngbe/ngbe_rxtx_vec_sse.c             |   9 +-
 drivers/net/ntnic/ntnic_ethdev.c                 |   4 +-
 drivers/net/octeon_ep/cnxk_ep_rx.c               |  47 ++-
 drivers/net/octeon_ep/cnxk_ep_vf.c               |  32 +-
 drivers/net/octeon_ep/otx2_ep_vf.c               |  30 +-
 drivers/net/octeon_ep/otx_ep_common.h            |   1 +
 drivers/net/octeon_ep/otx_ep_ethdev.c            |   6 +
 drivers/net/octeon_ep/otx_ep_mbox.c              |   8 +-
 drivers/net/octeon_ep/otx_ep_rxtx.h              |   3 +
 drivers/net/tap/bpf/meson.build                  |   8 +-
 drivers/net/tap/rte_eth_tap.c                    |   4 +-
 drivers/net/tap/tap_flow.c                       | 117 ++----
 drivers/net/tap/tap_netlink.c                    |  24 +-
 drivers/net/tap/tap_netlink.h                    |  10 +-
 drivers/net/tap/tap_tcmsgs.c                     |   6 +-
 drivers/net/txgbe/base/txgbe_type.h              |   4 +
 drivers/net/txgbe/txgbe_ethdev.c                 |  50 ++-
 drivers/net/txgbe/txgbe_ethdev.h                 |   1 +
 drivers/net/txgbe/txgbe_fdir.c                   |  59 ++-
 drivers/net/txgbe/txgbe_flow.c                   | 174 ++++++--
 drivers/net/txgbe/txgbe_rxtx.c                   |  35 +-
 drivers/net/txgbe/txgbe_rxtx.h                   |   1 +
 drivers/net/txgbe/txgbe_rxtx_vec_neon.c          |   9 +-
 drivers/net/txgbe/txgbe_rxtx_vec_sse.c           |   9 +-
 drivers/net/virtio/virtio_user/virtio_user_dev.c |  30 +-
 drivers/net/vmxnet3/base/vmxnet3_defs.h          |   3 +
 drivers/net/vmxnet3/vmxnet3_ethdev.c             |  30 +-
 drivers/net/zxdh/meson.build                     |   2 +-
 drivers/regex/mlx5/mlx5_regex_fastpath.c         |   1 -
 drivers/regex/mlx5/mlx5_rxp.c                    |   2 -
 drivers/regex/mlx5/mlx5_rxp.h                    |  20 -
 drivers/vdpa/mlx5/mlx5_vdpa.h                    |   1 -
 dts/tests/TestSuite_checksum_offload.py          |  15 +-
 examples/l3fwd-power/main.c                      |   2 +-
 examples/l3fwd/l3fwd.h                           |  10 +-
 examples/l3fwd/l3fwd_acl.c                       |   2 +-
 examples/l3fwd/l3fwd_common.h                    |   5 +-
 examples/l3fwd/l3fwd_em.c                        |   2 +-
 examples/l3fwd/l3fwd_fib.c                       |   2 +-
 examples/l3fwd/l3fwd_lpm.c                       |   2 +-
 examples/l3fwd/main.c                            |  80 ++--
 examples/server_node_efd/efd_server/main.c       |   2 +-
 examples/server_node_efd/shared/common.h         |   3 +-
 examples/vdpa/main.c                             |   8 +-
 lib/bbdev/rte_bbdev.c                            |  10 +-
 lib/cmdline/cmdline_parse_portlist.c             |  15 +-
 lib/dmadev/rte_dmadev.h                          |   1 +
 lib/eal/arm/include/rte_memcpy_32.h              |   6 +-
 lib/eal/common/eal_common_options.c              |  17 +-
 lib/eal/freebsd/eal.c                            |   8 +-
 lib/eal/include/rte_bitops.h                     |   8 +-
 lib/eal/include/rte_mcslock.h                    | 100 +++--
 lib/eal/include/rte_tailq.h                      |   9 +-
 lib/eal/linux/eal.c                              |   7 +-
 lib/eal/windows/eal.c                            |   5 +-
 lib/eal/x86/rte_power_intrinsics.c               |   6 +-
 lib/efd/rte_efd.c                                |   3 +-
 lib/ethdev/rte_ethdev.h                          |   2 +-
 lib/eventdev/rte_event_crypto_adapter.c          |   6 +-
 lib/eventdev/rte_event_timer_adapter.c           |   4 +-
 lib/eventdev/rte_event_timer_adapter.h           |   2 +-
 lib/fib/trie.c                                   |  23 +-
 lib/graph/graph.c                                |  14 +
 lib/graph/graph_private.h                        |  12 +
 lib/graph/graph_stats.c                          | 107 +++--
 lib/graph/node.c                                 |   6 +-
 lib/gro/gro_tcp.h                                |   2 +-
 lib/hash/rte_thash.c                             |   6 +-
 lib/net/rte_ip6.h                                |   9 +-
 lib/net/rte_net.c                                |   1 +
 lib/rawdev/rte_rawdev.c                          |   8 +-
 lib/rawdev/rte_rawdev_pmd.h                      |   2 +-
 lib/ring/rte_ring_c11_pvt.h                      |  71 +++-
 lib/ring/rte_ring_hts_elem_pvt.h                 |  96 +++--
 lib/ring/rte_ring_rts_elem_pvt.h                 |  96 +++--
 lib/sched/rte_sched.c                            |   2 +-
 lib/telemetry/rte_telemetry.h                    |  11 -
 lib/telemetry/telemetry.c                        |   2 +-
 lib/telemetry/telemetry_internal.h               |  11 +
 lib/vhost/socket.c                               |   3 +-
 lib/vhost/vduse.c                                |  71 +++-
 lib/vhost/vduse.h                                |   6 +-
 lib/vhost/virtio_net.c                           |  50 +--
 usertools/dpdk-telemetry-exporter.py             |   6 +-
 267 files changed, 4571 insertions(+), 2107 deletions(-)
Aarnav JP (4):
      common/cnxk: fix format specifier for bandwidth profile ID
      common/cnxk: fix NIX Rx inject enabling
      net/cnxk: fix Rx inject LF
      net/cnxk: fix default meter pre-color

Adrian Schollmeyer (1):
      net/mlx5: store MTU at Rx queue allocation time

Amiya Ranjan Mohakud (1):
      net/vmxnet3: disable RSS for single queue for ESX8.0+

Anatoly Burakov (5):
      net/ice: remove indirection for FDIR filters
      net/ice: fix memory leak in raw pattern parse
      bus/pci: fix resource leak in secondary process
      bus/cdx: fix device name in probing error message
      bus/cdx: fix release in probing for secondary process

Andrew Boyer (1):
      doc: add Pollara 400 device in ionic guide

Andrzej Wilczynski (1):
      net/ixgbe/base: fix PF link state request size

Anurag Mandal (1):
      net/i40e: fix symmetric Toeplitz hashing for SCTP

Ashok Kaladi (1):
      net/tap: fix BPF with cross-compilation

Bing Zhao (2):
      app/flow-perf: fix rules array length
      net/mlx5: move auxiliary data inline

Brick Yang (2):
      net/dpaa2: fix L3/L4 checksum results
      net/dpaa2: receive packets with additional parse errors

Bruce Richardson (11):
      net/intel: fix assumption about tag placement order
      net/ice: fix VLAN tag reporting on Rx
      test/func_reentrancy: fix args to EAL init call
      doc: fix display of commands in cpfl guide
      net/ice: fix initialization with 8 ports
      ethdev: fix VLAN filter parameter description
      net/ice: fix vector Rx VLAN offload flags
      net/fm10k: fix build with GCC 16
      app/pdump: remove hard-coded memory channels
      telemetry: make socket handler typedef private
      net/ice: fix path selection for QinQ Tx offload

Chengwen Feng (9):
      dma/hisilicon: fix stop with pending transfers
      test/dma: fix failure condition
      net/hns3: fix overwrite mbuf in vector path
      app/dma-perf: fix use after free
      app/dma-perf: check buffer size
      app/testpmd: fix DCB Tx port
      app/testpmd: fix DCB Rx queues
      app/dma-perf: fix on-flight DMA when verifying data
      app/dma-perf: fix stopping device

Chinh Cao (1):
      net/ice/base: fix integer overflow on NVM init

Christophe Fontaine (2):
      graph: fix xstats description allocation
      net: fix IPv6 link local compliance with RFC 4291

Ciara Loftus (6):
      net/iavf: fix Tx vector path selection logic
      doc: fix feature list of ice driver
      doc: fix feature list of iavf driver
      net/ice: remove unsupported SCTP Rx offload
      net/e1000/base: fix crash on init with GCC 13
      net/idpf: fix queue setup with TSO offload

Dariusz Sosnowski (8):
      app/testpmd: fix conntrack action query
      net/mlx5/hws: fix TIR action support in FDB
      net/mlx5: fix indirect flow age action handling
      net/mlx5: fix Direct Verbs counter offset detection
      net/mlx5: fix min and max MTU reporting
      net/mlx5: fix indirect RSS action hash
      net/mlx5: fix error reporting on masked indirect actions
      net/mlx5: fix flow tag indexes support on root table

David Marchand (22):
      test/telemetry: fix test calling all commands
      eal: fix plugin dir walk
      cmdline: fix port list parsing
      tailq: fix lookup macro
      hash: fix unaligned access in predictable RSS
      graph: fix unaligned access in stats
      eventdev: fix listing timer adapters with telemetry
      eal/arm: fix C++ build for 32-bit memcpy
      test/debug: fix crash with mlx5 devices
      net/tap: fix build with LTO
      cmdline: fix highest bit port list parsing
      eventdev/crypto: fix build with clang 21
      rawdev: fix build with clang 21
      vhost: fix external buffer in VDUSE
      net/dpaa2: remove ethdev pointer from bus device
      bus/ifpga: fix const pointer in device name parsing
      bus/uacce: fix const pointer in device matching
      common/qat: fix some const pointers
      crypto/caam_jr: fix const pointer in UIO filename parsing
      net/enetfec: fix const pointer in UIO filename parsing
      net/memif: fix const pointer in socket check
      app/procinfo: fix const pointer in collectd format

Dean Marx (2):
      dts: fix docstring in checksum suite
      dts: add reception check to checksum suite

Dengdui Huang (4):
      app/testpmd: increase size of set cores list command
      net/hns3: fix inconsistent lock
      net/hns3: fix VLAN resources freeing
      net: fix L2 length for GRE packets

Emma Finn (1):
      crypto/qat: fix CCM request descriptor hash state size

Gagandeep Singh (2):
      bus/dpaa: improve cleanup
      net/dpaa2: fix shaper rate

Gavin Li (2):
      net/mlx5: fix multicast
      net/mlx5: fix IPv6 DSCP offset in HWS sync API

Gowrishankar Muthukrishnan (1):
      crypto/virtio: fix cookies leak

Gregory Etelson (7):
      net/mlx5: fix storage of shared Rx queues
      net/mlx5: fix non-template RSS expansion
      net/mlx5: fix interface name parameter definition
      net/mlx4: fix unnecessary comma
      net/mlx5: fix unnecessary commas
      net/mlx5: fix external queues access
      net/mlx5: fix send to kernel action resources release

Hemant Agrawal (8):
      net/enetfec: fix file descriptor leak on read error
      net/enetfec: fix buffer descriptor size configuration
      net/enetfec: fix Tx queue free
      net/enetfec: fix checksum flag handling and error return
      net/enetfec: reject multi-queue configuration
      net/enetfec: fix memory leak in Rx buffer cleanup
      net/enetfec: reject Tx deferred queue
      net/dpaa2: fix duplicate call of close

Itai Sharoni (1):
      net/mlx5/windows: fix match criteria in flow creation

Itamar Gozlan (1):
      net/mlx5/hws: fix flow rule hash capability

Jacob Keller (2):
      net/ice/base: fix memory leak in HW profile handling
      net/iavf: fix Rx timestamp validity check

Jasper Tran O'Leary (1):
      net/gve: free device resources on close

Jerin Jacob (4):
      net/iavf: fix build with clang 21
      test: fix build with clang 21
      app/eventdev: fix build with clang 21
      lib: fix backticks matching in Doxygen comments

Jiawen Wu (16):
      net/txgbe: fix checksum error counter
      net/ngbe: fix checksum error counter
      net/txgbe: reduce memory size of ring descriptors
      net/ngbe: reduce memory size of ring descriptors
      net/txgbe: fix VF Rx buffer size in config register
      net/txgbe: remove duplicate Tx queue assignment
      net/txgbe: add device arguments for FDIR
      net/txgbe: fix maximum number of FDIR filters
      net/txgbe: fix FDIR mode clearing
      net/txgbe: fix FDIR drop action for L4 match packets
      net/txgbe: fix FDIR filter for SCTP tunnel
      net/txgbe: filter FDIR match flex bytes for tunnel
      net/txgbe: fix FDIR rule raw relative for L3 packets
      net/txgbe: fix FDIR input mask
      net/txgbe: switch to FDIR when ntuple filter is full
      net/txgbe: remove unsupported flow action mark

John Miller (1):
      net/ark: remove double mbuf free

Joshua Washington (9):
      net/gve: send whole packet when mbuf is large
      net/gve: clean when insufficient Tx descriptors
      net/gve: do not write zero-length descriptors
      net/gve: validate Tx packet before sending
      net/gve: add DQO Tx descriptor limit
      net/gve: fix DQO TSO descriptor limit
      net/gve: clear DQO Tx descriptors before writing
      net/gve: fix disabling interrupts on DQ
      net/gve: free Rx mbufs if allocation fails on ring setup

Jun Yang (3):
      net/dpaa2: fix extract buffer preparation
      net/dpaa2: fix error frame dump
      net/dpaa2: fix flow rule resizing

Junlong Wang (1):
      net/zxdh: fix Arm build

Kerem Aksu (1):
      net/af_packet: fix crash in secondary process

Kevin Traynor (4):
      doc: fix NVIDIA bifurcated driver presentation link
      version: 24.11.4-rc1
      Revert "crypto/virtio: fix cookies leak"
      version: 24.11.4

Khadem Ullah (5):
      app/testpmd: monitor state of primary process
      doc: add conntrack state inspect command to testpmd guide
      app/testpmd: validate DSCP and VLAN for meter creation
      net/mlx5: fix connection tracking state item validation
      app/testpmd: stop forwarding in secondary process

Luca Boccassi (1):
      test/debug: fix IOVA mode on PPC64 without huge pages

Maayan Kashani (12):
      app/testpmd: fix mask in flow random item
      net/mlx5: fix index-based flow rules
      net/mlx5: fix default flow rules start
      net/mlx5: fix use after scope of RSS configuration
      net/mlx5: fix unsupported flow rule port action
      net/mlx5: fix double free in non-template flow destroy
      net/mlx5: fix non-template age rules flush
      net/mlx5: fix flow encapsulation hash
      net/mlx5: fix modify field action restriction
      app/testpmd: fix flex item link parsing
      net/mlx5: fix crash on flow rule destruction
      net/mlx5: fix device start error handling

Marat Khalili (1):
      graph: fix stats query with no node xstats

Mattias Rönnblom (1):
      bitops: improve power of 2 alignment documentation

Maxime Coquelin (3):
      vhost: add VDUSE virtqueue ready state polling workaround
      vhost: fix virtqueue info init in VDUSE vring setup
      net/virtio-user: fix used ring address calculation

Maxime Leroy (1):
      net/dpaa2: clear active VDQ state when freeing Rx queues

Megha Ajmera (1):
      sched: fix WRR parameter data type

Michael Baum (1):
      net/mlx5: fix multi-process Tx default rules

Nithinsen Kaithakadan (1):
      test/crypto: fix mbuf handling

Nupur Uttarwar (2):
      net/mlx5/hws: fix buddy memory allocation
      net/mlx5: skip Rx control flow tables in isolated mode

Pandi Kumar Maharajan (1):
      net/ice/base: fix memory leak in recipe handling

Prashant Gupta (2):
      net/dpaa2: fix uninitialized variable
      net/dpaa2: free buffers from error queue

Radu Nicolau (3):
      crypto/qat: fix ECDH
      crypto/qat: fix source buffer alignment
      test/crypto: fix vector initialization

Robin Jarry (4):
      net/tap: fix interrupt callback crash after failed start
      buildtools/pmdinfogen: fix warning with python 3.14
      graph: fix updating edge with active graph
      usertools/telemetry: fix exporter default IP binding

Roi Dayan (3):
      net/mlx5: fix leak of flow indexed pools
      net/mlx5: release representor interrupt handler
      common/mlx5: release unused mempool entries

Ronak Doshi (1):
      net/vmxnet3: fix mapping of mempools to queues

Rongwei Liu (5):
      net/mlx5: fix indirect flow action memory leak
      net/mlx5: fix flow aging race condition
      net/mlx5: remove counter alignment
      net/mlx5: fix meter mark allocation
      net/mlx5: fix indirect meter index leak

Satha Rao (1):
      common/cnxk: fix null SQ access

Serhii Iliushyk (1):
      net/ntnic: fix potential format overflow

Shai Brandes (2):
      net/ena: fix PCI BAR mapping on 64K page size
      net/ena/base: fix unsafe memcpy on invalid memory

Shaiq Wani (1):
      net/ice/base: fix adding special words

Shani Peretz (6):
      eal: fix DMA mask validation with IOVA mode option
      net/mlx5: fix MTU initialization
      app/crypto-perf: fix plaintext size exceeds buffer size
      net/bonding: fix MAC address propagation in 802.3ad mode
      net/mlx5: fix null dereference in modify header
      net/mlx5: fix Tx metadata pattern template mismatch

Sivaprasad Tummala (4):
      eal/x86: enable timeout in AMD power monitor
      examples/l3fwd-power: fix telemetry command registration
      net/mlx5: fix spurious CPU wakeups
      examples/l3fwd: add Tx burst size configuration option

Stephen Hemminger (9):
      net/bnxt: fix free of not allocated object
      test/argparse: change initialization to workaround LTO
      dmadev: fix debug build with tracepoints
      net/nfp: fix metering cleanup
      pdump: handle primary process exit
      net/mlx5: fix uninitialized variable
      examples/server_node_efd: fix format overflow
      examples/vdpa: fix format overflow
      bus/fslmc: fix const pointer in device name parsing

Sucharitha Sarananaga (1):
      crypto/cnxk: refactor RSA verification

Sunil Kumar Kori (1):
      common/cnxk: fix max number of SQB buffers in clean up

Tathagat Priyadarshi (1):
      gro: fix payload corruption in coalescing packets

Thierry Herbelot (1):
      config/arm: enable NUMA for Neoverse N2

Thomas Monjalon (12):
      efd: fix AVX2 support
      bus/pci: fix build with MinGW 13
      net/mlx5: fix build with MinGW 13
      bbdev: fix build with MinGW 13
      test/hash: check memory allocation
      vdpa/mlx5: remove unused constant
      crypto/mlx5: remove unused constants
      regex/mlx5: remove useless constants
      common/mlx5: remove useless constants
      net/mlx5: remove useless constants
      net/mlx5: remove unused macros
      doc: fix note in FreeBSD guide

Tomasz Duszynski (1):
      common/cnxk: fix async event handling

Vamsi Attunuru (3):
      net/octeon_ep: handle interrupt enable failure
      net/octeon_ep: fix mbuf data offset update
      net/octeon_ep: fix device start

Vanshika Shukla (2):
      net/enetfec: fix out-of-bounds access in UIO mapping
      net/dpaa: fix resource leak

Venkat Kumar Ande (1):
      net/axgbe: fix build with GCC 16

Viacheslav Ovsiienko (4):
      net/mlx5: fix ESP item validation to match on seqnum
      net/mlx5: fix ESP header match after UDP for group 0
      net/mlx5/hws: fix ESP header match in strict mode
      net/mlx5: fix flex flow item header length

Vladimir Medvedkin (2):
      fib6: fix memory leak on delete operation
      fib6: fix tbl8 allocation check logic

Wathsala Vithanage (4):
      mcslock: fix memory ordering
      ring: establish safe partial order in default mode
      ring: establish a safe partial order in hts-ring
      ring: establish safe partial order in RTS mode

Xingui Yang (1):
      net/hns3: fix VLAN tag loss for short tunnel frame

Yang Ming (2):
      eal: fix MP socket cleanup
      crypto/ipsec_mb: fix QP release in secondary

Yuan Wang (1):
      net/ixgbe: fix SCTP port filtering on E610

Yunjian Wang (1):
      vhost: fix double fetch when dequeue offloading

Zhichao Zeng (1):
      net/ice: fix statistics


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-19 18:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-19 18:38 DPDK 24.11.4 released Kevin Traynor

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).