patches for DPDK stable branches
 help / color / mirror / Atom feed
[PATCH v1 1/3] net/ice: restrict testpmd to scalar path for TxPP
 2025-10-27 18:28 UTC  (3+ messages)
` [PATCH v1 2/3] net/ice: fix PTP clock corruption with TxPP
` [PATCH v1 3/3] doc: update TxPP documentation

[PATCH] dmadev: fix build if RTE_DMADEV_DEBUG enabled
 2025-10-27 16:46 UTC 

please help backporting some patches to stable release 22.11.11
 2025-10-27 16:24 UTC 

patch 'net/gve: allocate Rx QPL pages using malloc' has been queued to stable release 22.11.11
 2025-10-27 16:19 UTC  (79+ messages)
` patch 'eal: fix plugin dir walk' "
` patch 'cmdline: fix port list parsing' "
` patch 'cmdline: fix highest bit "
` patch 'tailq: fix lookup macro' "
` patch 'hash: fix unaligned access in predictable RSS' "
` patch 'graph: fix unaligned access in stats' "
` patch 'eventdev: fix listing timer adapters with telemetry' "
` patch 'cfgfile: fix section count with no name' "
` patch 'net/vmxnet3: fix mapping of mempools to queues' "
` patch 'app/testpmd: increase size of set cores list command' "
` patch 'net/dpaa2: fix shaper rate' "
` patch 'app/testpmd: monitor state of primary process' "
` patch 'app/testpmd: fix conntrack action query' "
` patch 'doc: add conntrack state inspect command to testpmd guide' "
` patch 'app/testpmd: validate DSCP and VLAN for meter creation' "
` patch 'net/mlx5: fix min and max MTU reporting' "
` patch 'net/mlx5: fix unsupported flow rule port action' "
` patch 'net/mlx5: fix non-template age rules flush' "
` patch 'net/mlx5: fix connection tracking state item validation' "
` patch 'net/mlx5: fix indirect flow age action handling' "
` patch 'net/mlx5: fix Direct Verbs counter offset detection' "
` patch 'net/mlx5: fix interface name parameter definition' "
` patch 'net/intel: fix assumption about tag placement order' "
` patch 'net/ice/base: fix adding special words' "
` patch 'net/ice/base: fix memory leak in HW profile handling' "
` patch 'net/ice/base: fix memory leak in recipe "
` patch 'eal: fix DMA mask validation with IOVA mode option' "
` patch 'eal: fix MP socket cleanup' "
` patch 'crypto/ipsec_mb: fix QP release in secondary' "
` patch 'efd: fix AVX2 support' "
` patch 'common/cnxk: fix async event handling' "
` patch 'doc: fix feature list of ice driver' "
` patch 'doc: fix feature list of iavf "
` patch 'baseband/acc: fix exported header' "
` patch 'gpudev: fix driver header for Windows' "
` patch 'drivers: fix some exported headers' "
` patch 'test/debug: fix crash with mlx5 devices' "
` patch 'bus/pci: fix build with MinGW 13' "
` patch 'net/mlx5: "
` patch 'dma/hisilicon: fix stop with pending transfers' "
` patch 'test/dma: fix failure condition' "
` patch 'fib6: fix tbl8 allocation check logic' "
` patch 'vhost: fix double fetch when dequeue offloading' "
` patch 'net/ice/base: fix integer overflow on NVM init' "
` patch 'net/ice: fix initialization with 8 ports' "
` patch 'net/ice: remove indirection for FDIR filters' "
` patch 'net/ice: fix memory leak in raw pattern parse' "
` patch 'net/i40e: fix symmetric Toeplitz hashing for SCTP' "
` patch 'net/mlx5: fix multicast' "
` patch 'net/mlx5: fix MTU initialization' "
` patch 'net/mlx5: fix leak of flow indexed pools' "
` patch 'net/hns3: fix inconsistent lock' "
` patch 'net/hns3: fix VLAN resources freeing' "
` patch 'net/af_packet: fix crash in secondary process' "
` patch 'net/ark: remove double mbuf free' "
` patch 'net/hns3: fix VLAN tag loss for short tunnel frame' "
` patch 'ethdev: fix VLAN filter parameter description' "
` patch 'net/enetfec: fix file descriptor leak on read error' "
` patch 'net/enetfec: fix out-of-bounds access in UIO mapping' "
` patch 'net/enetfec: fix buffer descriptor size configuration' "
` patch 'net/enetfec: fix Tx queue free' "
` patch 'net/enetfec: fix checksum flag handling and error return' "
` patch 'net/enetfec: reject multi-queue configuration' "
` patch 'net/enetfec: fix memory leak in Rx buffer cleanup' "
` patch 'net/enetfec: reject Tx deferred queue' "
` patch 'net/tap: fix interrupt callback crash after failed start' "
` patch 'net/ena: fix PCI BAR mapping on 64K page size' "
` patch 'net/ena/base: fix unsafe memcpy on invalid memory' "
` patch 'net/dpaa2: fix uninitialized variable' "
` patch 'net/dpaa2: fix L3/L4 checksum results' "
` patch 'net/dpaa2: receive packets with additional parse errors' "
` patch 'crypto/qat: fix source buffer alignment' "
` patch 'crypto/cnxk: refactor RSA verification' "
` patch 'test/crypto: fix mbuf handling' "
` patch 'app/crypto-perf: fix plaintext size exceeds buffer size' "
` patch 'test/crypto: fix vector initialization' "
` patch 'crypto/virtio: fix cookies leak' "
` patch 'sched: fix WRR parameter data type' "

[PATCH 01/19] net/txgbe: fix hardware statistic rx_l3_l4_xsum_error
 2025-10-27  3:15 UTC  (19+ messages)
` [PATCH 02/19] net/ngbe: "
` [PATCH 03/19] net/txgbe: reduce memory size of ring descriptors
` [PATCH 04/19] net/ngbe: "
` [PATCH 05/19] net/txgbe: fix VF Rx buffer size in config register
` [PATCH 06/19] net/ngbe: "
` [PATCH 07/19] net/txgbe: remove duplicate txq assignment
` [PATCH 08/19] net/txgbe: add device arguments for FDIR
` [PATCH 09/19] net/txgbe: fix the maxinum number of FDIR filter
` [PATCH 10/19] net/txgbe: fix FDIR mode is not be cleared
` [PATCH 11/19] net/txgbe: fix FDIR drop action for L4 match packets
` [PATCH 12/19] net/txgbe: fix to create FDIR filter for tunnel SCTP packet
` [PATCH 13/19] net/txgbe: filter FDIR match flex bytes for tunnel packets
` [PATCH 14/19] net/txgbe: fix FDIR rule raw relative for L3 packets
` [PATCH 15/19] net/txgbe: fix FDIR input mask
` [PATCH 16/19] net/txgbe: switch to use FDIR when ntuple filter is full
` [PATCH 17/19] net/txgbe: fix VF-PF message for ntuple flow filter
` [PATCH 18/19] net/txgbe: switch to use FDIR on VF
` [PATCH 19/19] net/txgbe: remove unsupported flow action mark

[PATCH v3 1/8] dumpcap: handle primary process exit
 2025-10-24 21:53 UTC  (8+ messages)
  ` [PATCH v3 2/8] pdump: "
  ` [PATCH v4 1/8] dumpcap: "
  ` [PATCH v4 2/8] pdump: "
  ` [PATCH v5 1/8] dumpcap: "
  ` [PATCH v5 2/8] pdump: "

[PATCH v1 1/1] bus/pci: fix resource leak in secondary process
 2025-10-24 13:50 UTC  (2+ messages)

[PATCH v1 1/2] bus/cdx: fix empty device string in error message
 2025-10-24  9:53 UTC  (2+ messages)
` [PATCH v1 2/2] bus/cdx: fix incorrect device release on error

[PATCH v4 6/6] net/dpaa: fix resource leak coverity issue
 2025-10-24  6:19 UTC  (4+ messages)
    ` [PATCH v5 "
      ` [PATCH v6 "

[PATCH] net/vmxnet3: disable RSS for single queue configuration for ESX8.0+ versions
 2025-10-24  0:36 UTC  (11+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] config/arm: fix inconsistency for Neoverse N2
 2025-10-23 20:24 UTC  (3+ messages)

[PATCH v4] test/argparse: change initialization to workaround LTO
 2025-10-23 19:09 UTC 

[PATCH v2 19/19] drivers: fix Klocwork issues
 2025-10-23 18:47 UTC  (8+ messages)
  ` [PATCH v3 05/19] common/cnxk: fix inline device API
  ` [PATCH v3 12/19] common/cnxk: fix max number of SQB bufs in clean up
  ` [PATCH v3 16/19] common/cnxk: fix null SQ access
  ` [PATCH v3 18/19] common/cnxk: fix error handling on inline inbound setup
  ` [PATCH v3 19/19] drivers: fix Klocwork issues

[PATCH] sched: fix wrr parameter data type
 2025-10-23 17:40 UTC 

[PATCH] bitops: improve power of 2 alignment function documentation
 2025-10-23 17:25 UTC  (4+ messages)

[PATCH v1 1/1] vfio: fix custom containers in multiprocess
 2025-10-21 13:19 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 1/2] fib6: fix memory leak on delete operation
 2025-10-19 21:27 UTC  (5+ messages)
` [PATCH 2/2] fib6: fix tbl8 allocation check logic

[PATCH dpdk] net/tap: fix interrupt callback crash after failed start
 2025-10-17 23:38 UTC  (2+ messages)

[PATCH 1/2] app/pdump: remove hard-coded memory channels EAL arg
 2025-10-17 11:06 UTC 

[PATCH v1] crypto/virtio: free memory used by op cookies
 2025-10-17  8:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] compressdev: update device ID validation check
 2025-10-17  8:59 UTC  (2+ messages)
  ` [EXTERNAL] "

[PATCH] net/i40e: fix symmetric toeplitz hashing for SCTP
 2025-10-16 15:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/e1000: fix crash when built with GCC 13
 2025-10-16 14:48 UTC  (3+ messages)

[PATCH v2] net/mlx5: fix age checking crash
 2025-10-16 12:17 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] net/mlx5: release allocated indexed pools
 2025-10-16 12:12 UTC  (2+ messages)

[PATCH 01/15] net/dpaa2: fix uninitialized variable issue
 2025-10-16 10:27 UTC  (14+ messages)
` [PATCH 02/15] net/dpaa2: fix to free buffers from error queue
` [PATCH 03/15] net/dpaa2: fix L3/L4 csum results in packet parse
` [PATCH 04/15] net/dpaa2: fix to recv packets with additional parse errors
` [PATCH 05/15] net/dpaa2: fix error frame dump issue
` [PATCH 06/15] net/dpaa2: fix flow rule's resizing issue
  ` [PATCH v2 01/15] net/dpaa2: fix uninitialized variable issue
  ` [PATCH v2 02/15] net/dpaa2: fix to free buffers from error queue
  ` [PATCH v2 03/15] net/dpaa2: fix L3/L4 csum results in packet parse
  ` [PATCH v2 04/15] net/dpaa2: fix to recv packets with additional parse errors
  ` [PATCH v2 05/15] net/dpaa2: fix error frame dump issue
  ` [PATCH v2 06/15] net/dpaa2: fix flow rule's resizing issue

[PATCH] eal/x86: enable timeout in AMD power monitor
 2025-10-15 14:46 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] net/mlx5: fix spurious CPU wakeups caused by invalid CQE
 2025-10-15 13:39 UTC 

[PATCH v2 17/20] net/ena/base: fix unsafe memcpy on invalid memory
 2025-10-15 12:12 UTC 

[PATCH v2 09/20] net/ena: fix PCI BAR mapping on 64K page size
 2025-10-15 12:09 UTC 

[PATCH v2 1/1] vhost: fix a double fetch when dequeue offloading
 2025-10-15 11:47 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] net/virtio-user: fix used ring address calculation
 2025-10-15 11:46 UTC  (2+ messages)

[PATCH v2 1/2] vhost: add VDUSE virtqueue ready state polling workaround
 2025-10-15 11:44 UTC  (4+ messages)
` [PATCH v2 2/2] vhost: fix uninitialized VQ info in VDUSE vring setup

[PATCH v2 1/7] net/intel: fix Rx vector capability detection
 2025-10-15 10:07 UTC  (3+ messages)
  ` [PATCH v2 3/7] net/iavf: fix Rx paths feature definitions
  ` [PATCH v2 4/7] net/iavf: fix Rx path selection for scalar flex bulk alloc

[PATCH v11 02/21] test/func_reentrancy: fix args to EAL init call
 2025-10-15  7:28 UTC  (2+ messages)

[PATCH 18/21] net/ena/base: fix unsafe memcpy on invalid memory
 2025-10-15  7:16 UTC 

[PATCH 10/21] net/ena: fix PCI BAR mapping on 64K page size
 2025-10-15  7:11 UTC 

[PATCH 01/15] net/dpaa2: fix uninitialized variable issue
 2025-10-14  6:00 UTC  (6+ messages)
` [PATCH 02/15] net/dpaa2: fix to free buffers from error queue
` [PATCH 03/15] net/dpaa2: fix L3/L4 csum results in packet parse
` [PATCH 04/15] net/dpaa2: fix to recv packets with additional parse errors
` [PATCH 05/15] net/dpaa2: fix error frame dump issue
` [PATCH 06/15] net/dpaa2: fix flow rule's resizing issue

[PATCH 01/15] net/dpaa2: fix uninitialized variable issue
 2025-10-14  5:55 UTC  (6+ messages)
` [PATCH 02/15] net/dpaa2: fix to free buffers from error queue
` [PATCH 03/15] net/dpaa2: fix L3/L4 csum results in packet parse
` [PATCH 04/15] net/dpaa2: fix to recv packets with additional parse errors
` [PATCH 05/15] net/dpaa2: fix error frame dump issue
` [PATCH 06/15] net/dpaa2: fix flow rule's resizing issue

page: 

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