DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-03 13:59:09 to 2026-09-07 21:03:40 UTC [more...]

[PATCH 00/45] net/dpaa2: features and fixes for NXP DPAA2 drivers
 2026-09-07 21:03 UTC  (9+ messages)
` [PATCH 07/45] drivers: fix double free of dpaa2 device on uninit
` [PATCH 43/45] net/dpaa2: do not overwrite mbuf hash with drop priority
` [PATCH 44/45] bus/fslmc: reduce probe-time logging and MC traffic
` [PATCH 45/45] net/dpaa2: reject Rx queue deferred start

[RFC 0/3] eal: make unaligned types really unaligned
 2026-09-07 18:31 UTC  (18+ messages)
` [RFC 1/3] eal: make unaligned "
` [RFC 2/3] net/mlx5: drop unnecessary STRICT_ALIGN
` [RFC 3/3] arm: remove no longer used RTE_ARCH_STRICT_ALIGN
` [PATCH v2 0/5] eal: RTE_PTR_ADD qualifiers and real unaligned types
  ` [PATCH v2 1/5] test: fix jhash 32 bit key type
  ` [PATCH v2 2/5] eal: RTE_PTR_ADD/SUB API improvements
  ` [PATCH v2 3/5] eal: make unaligned really unaligned
  ` [PATCH v2 4/5] net/mlx5: drop unnecessary STRICT_ALIGN
  ` [PATCH v2 5/5] arm: remove no longer used RTE_ARCH_STRICT_ALIGN
` [PATCH v3 0/5] eal: RTE_PTR_ADD and fix unaligned types
  ` [PATCH v3 1/5] test: fix jhash 32 bit key type
  ` [PATCH v3 2/5] eal: RTE_PTR_ADD/SUB API improvements
  ` [PATCH v3 3/5] eal: make unaligned really unaligned
  ` [PATCH v3 4/5] net/mlx5: drop unnecessary STRICT_ALIGN
  ` [PATCH v3 5/5] arm: remove no longer used RTE_ARCH_STRICT_ALIGN

[PATCH 0/3] app/testpmd: fix more overflow issues
 2026-09-07 18:22 UTC  (4+ messages)
` [PATCH 1/3] app/testpmd: fix stack overflow parsing flex item link
` [PATCH 2/3] app/testpmd: fix flex item allocation overlap
` [PATCH 3/3] app/testpmd: fix null dereference parsing flex item link

[PATCH] app/testpmd: add size check for flex item
 2026-09-07 18:24 UTC  (2+ messages)

[PATCH] app/testpmd: fix error handling in flow API commands
 2026-09-07 18:24 UTC  (2+ messages)

[PATCH 1/2] net/i40e: fix MAC address removal
 2026-09-07 17:17 UTC  (9+ messages)
` [PATCH 2/2] net/bnxt: "
` [PATCH v2 1/2] net/i40e: "
  ` [PATCH v2 2/2] net/bnxt: "

[RFC PATCH] mempool: no cache size limit
 2026-09-07 17:07 UTC  (2+ messages)

[PATCH 00/13] make signal handlers async-signal-safe
 2026-09-07 17:03 UTC  (29+ messages)
` [PATCH 01/13] graph: do not call printf in signal
` [PATCH 02/13] examples: remove printf from signal handler
` [PATCH 03/13] examples/vmdq: do not print "
` [PATCH 04/13] examples/symmetric_mp: do not print or exit in handler
` [PATCH 05/13] examples/vdpa: make signal handler safe
` [PATCH 06/13] examples/vhost: "
` [PATCH 07/13] examples/vhost_blk: do not tear down from signal handler
` [PATCH 08/13] examples/ntb: do not print and re-raise "
` [PATCH 09/13] examples/ipsecgw: do not print "
` [PATCH 10/13] examples/l2fwd-macsec: remove print in "
` [PATCH 11/13] examples/ethtool: fix exit flag and unchecked cmdline
` [PATCH 12/13] examples/vmdq_dcb: allow exit on signal
` [PATCH 13/13] examples/eventdev_pipeline: make signal handler safe
` [PATCH v2 00/13] make signal handlers async-signal-safe
  ` [PATCH v2 01/13] graph: do not call printf in signal
  ` [PATCH v2 02/13] examples: remove printf from signal handler
  ` [PATCH v2 03/13] examples/vmdq: do not print "
  ` [PATCH v2 04/13] examples/symmetric_mp: do not print or exit in handler
  ` [PATCH v2 05/13] examples/vdpa: make signal handler safe
  ` [PATCH v2 06/13] examples/vhost: "
  ` [PATCH v2 07/13] examples/vhost_blk: do not tear down from signal handler
  ` [PATCH v2 08/13] examples/ntb: do not print and re-raise "
  ` [PATCH v2 09/13] examples/ipsecgw: do not print "
  ` [PATCH v2 10/13] examples/l2fwd-macsec: remove print in "
  ` [PATCH v2 11/13] examples/ethtool: fix exit flag and unchecked cmdline
  ` [PATCH v2 12/13] examples/vmdq_dcb: allow exit on signal
  ` [PATCH v2 13/13] examples/eventdev_pipeline: make signal handler safe

[PATCH v11 00/15] net/enetc: add new features for ENETC4 on i.MX95
 2026-09-07 16:59 UTC  (6+ messages)
` [PATCH v12 00/15] et/enetc: "
  ` [PATCH v12 15/15] net/enetc4: add WRR Tx scheduler devarg for VF rings

[RFC] devtools: replace checkpatches shell wrapper with Python script
 2026-09-07 16:57 UTC  (2+ messages)
` [PATCH v5] devtools: add Python-based patch style checker

[RFC] ethdev: simplify representor info get API
 2026-09-07 15:31 UTC  (3+ messages)

[PATCH] eal/x86: fix memcpy alignment mask definition
 2026-09-07 14:10 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH 0/3] net/ice: fix Tx scheduler hierarchy queue accounting
 2026-09-07 13:07 UTC  (14+ messages)
` [PATCH 1/3] net/ice: fix Tx queue capacity sizing after TM commit
` [PATCH 2/3] net/ice: skip TC validation if hierarchy committed
` [PATCH 3/3] net/ice: fix Rx queue count reporting after TM commit
` [PATCH v2 0/4] net/ice: fix Tx scheduler hierarchy queue accounting
  ` [PATCH v2 1/4] net/ice: fix Tx queue capacity sizing after TM commit
  ` [PATCH v2 2/4] net/ice: skip TC validation if hierarchy committed
  ` [PATCH v2 3/4] net/ice: fix Rx queue count reporting after TM commit
  ` [PATCH v2 4/4] net/ice: split VSI queue count into Rx/Tx

[RFC v3 0/5] Interrupts API update
 2026-09-07 12:47 UTC  (8+ messages)
` [RFC v3 1/5] vdpa/mlx5: fix check on err interrupt FD
` [RFC v3 2/5] eal/freebsd: fix a FD leak in the alarm subsystem
` [RFC v3 3/5] interrupts: mark file descriptors invalid on allocation
` [RFC v3 4/5] interrupts: close interrupt FDs
` [RFC v3 5/5] interrupts: warn on leaked file descriptors

[PATCH 0/6] examples/l3fwd-power: fix Rx interrupt mode for shared FD PMDs
 2026-09-04 21:10 UTC  (8+ messages)
` [PATCH 3/6] examples/l3fwd-power: enable Rx interrupt before epoll add
` [PATCH 5/6] examples/l3fwd-power: recheck Rx queues before sleeping

[PATCH] eal: fix alarm cancel list walk
 2026-09-04 20:46 UTC  (2+ messages)

[PATCH 0/7] fix XXX_DEBUG warnings
 2026-09-04 19:12 UTC  (8+ messages)
` [PATCH 1/7] bus/fslmc: fix build of qbman debug code
` [PATCH 2/7] bus/fslmc: fix signed comparison in buffer acquire
` [PATCH 3/7] crypto/caam_jr: fix descriptor dump build
` [PATCH 4/7] crypto/ipsec_mb: fix missing header for debug build
` [PATCH 5/7] power/amd_uncore: fix debug log build
` [PATCH 6/7] net/rnp: fix register debug log format
` [PATCH 7/7] net/vmxnet3: remove unused queue dump functions

[DPDK/ethdev Bug 2031] cn10k: NPA_POOL_ERR_INT_RANGE on Pool 1 during mbuf pool creation in testpmd
 2026-09-04 19:14 UTC 

[RFC] net/ixgbe/base: fix overflow in ACI debug dump
 2026-09-04 18:47 UTC 

[PATCH] app/testpmd: fix stale queue-count check order
 2026-09-04 16:41 UTC  (2+ messages)

FW: |SUCCESS| [v4] eal/x86: fix memcpy alignment mask definition
 2026-09-04 16:25 UTC  (2+ messages)
`  "

[PATCH] AGENTS: reduce false positives
 2026-09-04 16:23 UTC  (4+ messages)
` [PATCH v2 0/2] Improve AI review feedback
  ` [PATCH v2 1/2] AGENTS: reduce false positives
  ` [PATCH v2 2/2] devtools/ai/review-patch: reduce spurious warnings

[PATCH 0/6] remove legacy Packet Framework API
 2026-09-04 16:08 UTC  (4+ messages)
` [PATCH v6 0/6] remove deprecated packet framework

[PATCH 0/4] Remove limitations coming from legacy VMDq
 2026-09-04 12:28 UTC  (3+ messages)
` [PATCH v6 1/2] net/iavf: accept up to 32k unicast MAC addresses
  ` [PATCH v6 2/2] net/iavf: fix duplicate MAC addresses install

[RFC 0/7] prepare deprecation of rte_atomicNN_*() family
 2026-09-04 12:12 UTC  (3+ messages)
` [PATCH v7 00/24] remove legacy atomic functions

[PATCH] doc: fix typo in Intel VF guide
 2026-09-04 10:51 UTC  (2+ messages)

[PATCH] net/cpfl: fix VF ID calculation for vCPF
 2026-09-04 10:35 UTC  (2+ messages)

[PATCH 0/7] VLAN and QinQ fixes for iavf
 2026-09-04 10:09 UTC  (27+ messages)
` [PATCH 1/7] net/iavf: disable broken QinQ strip on Rx
` [PATCH 2/7] net/iavf: fix VLAN tag placement logic
` [PATCH 3/7] net/iavf: fix VLAN outer TPID setting on Tx
` [PATCH 4/7] net/intel: fix unclear enum names
` [PATCH 5/7] net/intel: fix VLAN and QinQ tag position logic
` [PATCH 6/7] net/iavf: fix missing outer QinQ tag for tunnelled packets
` [PATCH 7/7] net/iavf: remove undocumented conditional macros
` [PATCH v2 0/7] VLAN and QinQ fixes for iavf
  ` [PATCH v2 1/7] net/iavf: disable broken QinQ strip on Rx
  ` [PATCH v2 2/7] net/iavf: fix VLAN tag placement logic
  ` [PATCH v2 3/7] net/iavf: fix VLAN outer TPID setting on Tx
  ` [PATCH v2 4/7] net/intel: fix unclear enum names
  ` [PATCH v2 5/7] net/intel: fix VLAN and QinQ tag position logic
  ` [PATCH v2 6/7] net/iavf: fix missing outer QinQ tag for tunnelled packets
  ` [PATCH v2 7/7] net/iavf: remove undocumented conditional macros

[PATCH] net/cpfl: add timesync and clock read support
 2026-09-04  9:52 UTC  (4+ messages)
  ` [PATCH v2] net/cpfl: add timesync support

[PATCH] eal/x86: optimize memcpy of small 64-byte blocks
 2026-09-04  9:37 UTC  (15+ messages)

[PATCH] common/cnxk: fix duplicate mbox alloc in NPA aura pool init
 2026-09-04  9:21 UTC 

[DPDK/ethdev Bug 2030] Duplicate mbox_alloc_msg_npa_aq_enq() causes orphaned AQ message to be sent to AF
 2026-09-04  8:36 UTC 

[RFC 0/3] Drop vhost async (DMA-accelerated) datapath
 2026-09-04  7:46 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] vhost: decouple guest pages population from async datapath
  ` [PATCH v2 2/6] examples/vhost: stop using "
  ` [PATCH v2 3/6] examples/vdpa: remove dependency on PCI library
  ` [PATCH v2 4/6] vhost: drop async datapath
  ` [PATCH v2 5/6] vhost: rename packed layout helpers for batches
  ` [PATCH v2 6/6] vhost: simplify some descriptor handling

[PATCH v24] eal: RTE_PTR_ADD/SUB API improvements
 2026-09-04  7:29 UTC  (3+ messages)
` [PATCH v25] "

[PATCH 1/2] examples/qos_sched: fix unused but set global errors
 2026-09-04  7:20 UTC  (3+ messages)
` [PATCH 2/2] examples/vhost: remove unused but set globals

[PATCH 00/13] Consolidate ice and iavf vector Tx paths
 2026-09-04  7:10 UTC  (16+ messages)
` [PATCH 01/13] net/iavf: remove unnecessary alignment calls
` [PATCH 02/13] net/intel: make Tx context flag common
` [PATCH 03/13] net/iavf: use separate params for VLAN and QinQ position
` [PATCH 04/13] net/iavf: deduplicate tunnel field fill functions
` [PATCH 05/13] net/intel: define common macros for tunneling bit-shifts
` [PATCH 06/13] net/intel: move iavf descriptor writing functions to common
` [PATCH 07/13] net/intel: use function callback for lldp
` [PATCH 08/13] net/ice: use common descriptor creation functions
` [PATCH 09/13] net/intel: move vector Tx paths to common
` [PATCH 10/13] net/ice: use common AVX Tx functions
` [PATCH 11/13] net/intel: add common vector Tx fns with context handling
` [PATCH 12/13] net/intel: improve Tx path selection logic
` [PATCH 13/13] net/ice: enable context desc offloads for vector Tx

[PATCH 1/1] test/memcpy: reduce duration
 2026-09-03 21:26 UTC  (2+ messages)

[PATCH] doc: fix API comments for Doxygen 1.18.0
 2026-09-03 20:55 UTC  (2+ messages)

[RFC PATCH] dts: add pvp multi paths virtio performance testsuite
 2026-09-03 20:11 UTC  (2+ messages)
` [PATCH v1] "

[PATCH 0/4] fix unused-but-set-global warnings
 2026-09-03 18:58 UTC  (3+ messages)
` [PATCH v2 0/4] fix clang 23 unused but set warnings

[RFC PATCH] dts: add pvp multi paths vhost performance testsuite
 2026-09-03 18:46 UTC  (3+ messages)
` [PATCH v1] "

[PATCH v9 36/48] net/sxe2: validate representor ID against VF count
 2026-09-03 18:45 UTC  (3+ messages)
` [PATCH v10 00/48] net/sxe2: re-align with reference and fix review findings

[PATCH v13 0/4] net/zxdh: optimize Rx/Tx path performance
 2026-09-03 17:53 UTC  (3+ messages)
` [PATCH v14 "

[PATCH v2 00/22] ethdev: clean up legacy flow director
 2026-09-03 16:12 UTC  (6+ messages)
` [PATCH v4 00/23] ethdev: refactor remaining uses of "
  ` [PATCH v4 02/23] ethdev: use DPDK byte order conversion

DPDK 26.11 DTS Roadmap
 2026-09-03 14:29 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox