public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-03-03 16:29:23 to 2026-03-06 16:41:17 UTC [more...]

[PATCH v2 0/5] dts: add cryptodev testing support
 2026-03-06 16:40 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 4/5] dts: add cryptodev throughput test suite
` [PATCH v5 0/5] dts: add cryptodev testing support
  ` [PATCH v5 1/5] dts: add find float method to text parser
  ` [PATCH v5 2/5] dts: automate VFIO-PCI modprobe in node setup
  ` [PATCH v5 3/5] dts: add cryptodev package to DTS
  ` [PATCH v5 4/5] dts: add cryptodev throughput test suite
  ` [PATCH v5 5/5] dts: add crypto test decorator

[PATCH] eal: clean runtime directory files on exit
 2026-03-06 16:34 UTC  (2+ messages)

[PATCH v5 0/3] mbuf: simplify handling of reinitialized mbufs
 2026-03-06 16:04 UTC  (9+ messages)
` [PATCH v8 "
  ` [PATCH v8 3/3] mbuf: optimize reset "

[v3] net/cksum: compute raw cksum for several segments
 2026-03-06 15:17 UTC  (7+ messages)

[PATCH] net/iavf: fix order of tags for AVX512 Tx QinQ offload
 2026-03-06 15:10 UTC 

[PATCH] net/idpf: handle Tx of mbuf segments larger than 16k
 2026-03-06 14:16 UTC  (5+ messages)

[PATCH 00/11] net/dpaa2: fixes and improvements
 2026-03-06 13:30 UTC  (24+ messages)
` [PATCH v2 00/17] "
  ` [PATCH v3 "
  ` [PATCH v3 01/17] net/dpaa2: fix queue block memory leak on port close
  ` [PATCH v3 02/17] net/dpaa2: fix Rx error queue memory leaks
  ` [PATCH v3 03/17] net/dpaa2: warn on Rx descriptor limit in high perf mode
  ` [PATCH v3 04/17] net/dpaa2: fix resource leak on softparser failure
  ` [PATCH v3 05/17] net/dpaa2: fix link not up after port stop/start
  ` [PATCH v3 06/17] bus/fslmc: fix devargs not propagated on hotplug
  ` [PATCH v3 07/17] net/dpaa2: fix spurious VLAN insertion on non-VLAN packets
  ` [PATCH v3 08/17] net/dpaa2: fix error packet dump crash and memory leak
  ` [PATCH v3 09/17] net/dpaa2: fix L4 packet type in slow parse path
  ` [PATCH v3 10/17] net/dpaa2: fix L3/L4 checksum offload flags
  ` [PATCH v3 11/17] net/dpaa2: fix software taildrop buffer access
  ` [PATCH v3 12/17] net/dpaa2: fix burst mode info report
  ` [PATCH v3 13/17] net/dpaa2: add SG table walk upper bound in Rx path
  ` [PATCH v3 14/17] net/dpaa2: fix MAC stats DMA alloc per xstats call
  ` [PATCH v3 15/17] net/dpaa2: use check interval macro in link down path
  ` [PATCH v3 16/17] net/dpaa2: add devargs to disable Rx taildrop
  ` [PATCH v3 17/17] net/dpaa2: add devargs alternative for data stashing getenv

[PATCH] net/e1000: align igb link update for consistency
 2026-03-06 23:36 UTC  (2+ messages)
` [PATCH v2] net/e1000: align link updates in em igb and igc

[dpdk-dev v1] doc: update Multi-buffer library version to 2.0.1
 2026-03-06 12:50 UTC  (2+ messages)
` [dpdk-dev v2] doc: update Multi-buffer library version for DPDK

[dpdk-dev v1] examples/fips_validation: fix dangling pt.val after MCT test
 2026-03-06 12:37 UTC 

[PATCH 0/2] iavf: use ptype for LLDP and add AVX2 ctx paths
 2026-03-06 11:52 UTC  (8+ messages)
` [PATCH 1/2] net/iavf: use mbuf packet type instead of dynfield for LLDP
` [PATCH v2 0/3] iavf: LLDP ptype and AVX2 ctx paths
  ` [PATCH v2 1/3] net/iavf: support LLDP Tx based on mbuf ptype or dynfield
  ` [PATCH v2 2/3] net/iavf: add AVX2 context descriptor Tx paths
  ` [PATCH v2 3/3] doc: announce change to LLDP packet detection in iavf PMD

[PATCH v1 1/1] net/iavf: remove global adminq response buffer
 2026-03-06 10:58 UTC  (10+ messages)
` [PATCH v3 0/8] Reduce reliance on global response buffer in IAVF
  ` [PATCH v3 1/8] net/iavf: avoid passing around pointers
  ` [PATCH v3 2/8] net/iavf: add a variable for hena
  ` [PATCH v3 3/8] net/iavf: add virtchnl interrupt enable flag
  ` [PATCH v3 4/8] net/iavf: rework "async" virtchnl requests
  ` [PATCH v3 5/8] net/iavf: refactor sending virtchnl messages
  ` [PATCH v3 6/8] net/iavf: respect output buffer in virtchnl
  ` [PATCH v3 7/8] net/iavf: do not use global virtchnl buffer
  ` [PATCH v3 8/8] net/iavf: embed virtchnl response buffer

[PATCH dpdk 0/2] hash: safe data replacement on overwrite
 2026-03-06  8:47 UTC  (13+ messages)
` [PATCH dpdk v2 0/3] "
  ` [PATCH dpdk v2 1/3] hash: avoid leaking entries on RCU defer queue failure
  ` [PATCH dpdk v2 2/3] hash: free replaced data on overwrite when RCU is configured
  ` [PATCH dpdk v2 3/3] hash: add replace API returning old data on overwrite
` [PATCH dpdk v3 0/2] hash: safe data replacement "
  ` [PATCH dpdk v3 1/2] hash: avoid leaking entries on RCU defer queue failure
  ` [PATCH dpdk v3 2/2] hash: free replaced data on overwrite when RCU is configured

[RFC 1/2] devtools: check packet forwarding in null test
 2026-03-06  8:26 UTC  (15+ messages)
` [RFC v3 0/7] Rework device probing
  ` [RFC v3 1/7] devtools: check packet forwarding in null test
  ` [RFC v3 2/7] bus/fslmc: fix bus cleanup
  ` [RFC v3 3/7] drivers/bus: require probe function for NXP drivers
  ` [RFC v3 4/7] drivers: cleanup devargs lookup in bus scan
  ` [RFC v3 5/7] bus: factorize devargs lookup
  ` [RFC v3 6/7] bus: factorize device selection
  ` [RFC v3 7/7] eal: configure initial device probing

[PATCH] doc: deprecation of OpenSSL version 1.1.1
 2026-03-06  3:39 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH v1] dts: update yaml configs
 2026-03-05 19:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1] dts: refactor flow suite with generator pattern
 2026-03-05 18:18 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH v5] "

[PATCH 0/6] test: fix sporadic failures on high core count systems
 2026-03-05 17:51 UTC  (15+ messages)
` [PATCH v3 00/14] test: fix test failures on high cores
` [PATCH v4 00/11] test: fix test failures on high core count systems
  ` [PATCH v4 01/11] test: add pause to synchronization spinloops
  ` [PATCH v4 02/11] test/atomic: scale test based on core count
  ` [PATCH v4 03/11] test/mcslock: scale test based on number of cores
  ` [PATCH v4 04/11] test/stack: "
  ` [PATCH v4 05/11] test/timer: "
  ` [PATCH v4 06/11] test/timer: replace volatile with C11 atomics
  ` [PATCH v4 07/11] test: add file-prefix for all fast-tests on Linux
  ` [PATCH v4 08/11] test: fix trace_autotest_with_traces parallel execution
  ` [PATCH v4 09/11] test/bpf: fix error handling in ELF load tests
  ` [PATCH v4 10/11] test/bpf: fix unsupported BPF instructions in ELF load test
  ` [PATCH v4 11/11] test/bpf: pass correct size for Rx/Tx load tests

[PATCH] app/test: simplify getting the current file prefix
 2026-03-05 16:35 UTC  (4+ messages)
` [PATCH v2 1/2] app/test: fix ifdefs in header for managing subprocesses
  ` [PATCH v2 2/2] app/test: simplify getting the current file prefix

Applied: [PATCH grout] infra: fix xconnect to send packets to peer
 2026-03-05 16:29 UTC 

[PATCH v2] efd: lookup with RISC-V vector extension
 2026-03-05 16:28 UTC  (2+ messages)

[PATCH] net/iavf: fix old primary MAC deletion
 2026-03-05 15:30 UTC  (3+ messages)

[PATCH] net/ice: get link status updates via adminq message
 2026-03-05 15:15 UTC  (9+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] net/ice: remove malloc call for admin queue msg
  ` [PATCH v4 2/2] net/ice: get link status updates via adminq message

[PATCH v2 0/2] Deprecation notices for VFIO
 2026-03-05 14:36 UTC  (5+ messages)
` [PATCH v2 1/2] doc: add deprecation notice for VFIO API
` [PATCH v2 2/2] doc: add deprecation notice for vDPA driver API

[PATCH 7/9] gpu/cuda: extend NVIDIA GPU device ID list
 2026-03-05 13:59 UTC  (5+ messages)

[PATCH v11] vhost: fix use-after-free in fdset during shutdown
 2026-03-05 13:52 UTC  (4+ messages)
` [PATCH v12] "

[PATCH] vhost: fix use-after-free race during cleanup
 2026-03-05 13:51 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] devtools: fix symbol change check for non-lib patches
 2026-03-05 13:50 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] eal/linux: fix HPET symbols export
 2026-03-05 13:50 UTC  (5+ messages)

[PATCH] hash: fix overflow of 32-bit offsets
 2026-03-05 12:19 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] hash: fix pointer alignment
 2026-03-05 12:18 UTC  (3+ messages)
` [PATCH v3] "

DPDK release candidate 26.03-rc1
 2026-03-05 10:12 UTC 

[PATCH] app/test-dma-perf: fix reversed src and dst for memcpy
 2026-03-05  0:41 UTC  (2+ messages)

DTS WG Meeting Minutes - February 26, 2026
 2026-03-05  0:04 UTC 

Community CI Meeting Minutes - February 19, 2026
 2026-03-05  0:01 UTC 

DTS WG Meeting Minutes - February 12, 2026
 2026-03-04 23:57 UTC 

Community CI Meeting Minutes - February 5, 2026
 2026-03-04 23:54 UTC 

DTS WG Meeting Minutes - January 29, 2026
 2026-03-04 23:28 UTC 

[PATCH 0/4] net/gve: add flow steering support
 2026-03-04 22:43 UTC  (17+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v3 1/4] net/gve: add flow steering device option
    ` [PATCH v3 2/4] net/gve: introduce extended adminq command
    ` [PATCH v3 3/4] net/gve: add adminq commands for flow steering
    ` [PATCH v3 4/4] net/gve: add rte flow API integration
    ` [PATCH v4 0/4] net/gve: add flow steering support
      ` [PATCH v4 1/4] net/gve: add flow steering device option
      ` [PATCH v4 2/4] net/gve: introduce extended adminq command
      ` [PATCH v4 3/4] net/gve: add adminq commands for flow steering
      ` [PATCH v4 4/4] net/gve: add rte flow API integration

[DPDK/other Bug 1897] iavf_execute_vf_cmd(): Return failure -22 for cmd 11
 2026-03-04 18:05 UTC  (2+ messages)

[PATCH v7 0/4] devtools: add AI-assisted code review tools
 2026-03-04 17:59 UTC  (8+ messages)
` [PATCH v9 0/6] add AGENTS.md and scripts for AI code review
  ` [PATCH v9 1/6] doc: add AGENTS.md for AI code review tools
  ` [PATCH v9 2/6] devtools: add multi-provider AI patch review script
  ` [PATCH v9 3/6] devtools: add compare-reviews.sh for multi-provider analysis
  ` [PATCH v9 4/6] devtools: add multi-provider AI documentation review script
  ` [PATCH v9 5/6] doc: add AI-assisted patch review to contributing guide
  ` [PATCH v9 6/6] MAINTAINERS: add section for AI review tools

Minutes of DPDK Technical Board Meeting, 2026-02-18
 2026-03-04 15:17 UTC 

[PATCH] efd: lookup with RISC-V vector extension
 2026-03-04  6:15 UTC 

[PATCH 0/2] eventdev: fix eth dev ID truncation in telemetry
 2026-03-04  0:34 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mailmap: add Sergei Iashin

[PATCH 6/9] gpu/cuda: more gpu ID for h100 and l40
 2026-03-04 13:17 UTC  (2+ messages)

[PATCH] eal/linux: handle epoll error conditions
 2026-03-04 11:09 UTC  (6+ messages)
` [PATCH v5 0/3] interrupt disconnect/error event handling
  ` [PATCH v5 1/3] eal/linux: handle interrupt epoll events
  ` [PATCH v5 2/3] eal/interrupt: add interrupt event info
  ` [PATCH v5 3/3] net/mlx5: check devx disconnect/error interrupt events

[PATCH 0/5] net/mlx5: add BlueField socket direct support
 2026-03-04 10:57 UTC  (6+ messages)
` [PATCH v2 0/3] net/mlx5: net/mlx5: fix probing to allow BlueField Socket Direct
  ` [PATCH v2 1/3] common/mlx5: fix bond check
  ` [PATCH v2 2/3] net/mlx5: "
  ` [PATCH v2 3/3] net/mlx5: fix probing to allow BlueField Socket Direct

[PATCH] event/cnxk: fix segfault for null pointer access
 2026-03-04 10:12 UTC 

[PATCH] net/bnxt: remove unbuilt source files
 2026-03-04  2:02 UTC  (3+ messages)

[RFC] MAINTAINERS: update NBL maintainers
 2026-03-04  1:41 UTC  (2+ messages)
` 回复:[RFC] "

[PATCH v4 0/6] net/netvsc: bug fixes and runtime queue reconfiguration
 2026-03-03 22:30 UTC  (9+ messages)
` [PATCH v4 1/6] net/netvsc: fix subchannel leak on device removal
` [PATCH v4 2/6] net/netvsc: fix double-free of primary Rx queue on uninit
` [PATCH v4 3/6] net/netvsc: fix resource leak in init error path
` [PATCH v4 4/6] net/netvsc: fix event callback leak on rxfilter failure
` [PATCH v4 5/6] net/netvsc: fix resource leaks in MTU change path
` [PATCH v4 6/6] net/netvsc: support runtime queue count reconfiguration
  ` [EXTERNAL] Re: [PATCH v4 0/6] net/netvsc: bug fixes and runtime queue reconfiguration

[PATCH] net/bnxt: add multi-doorbell support
 2026-03-03 18:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/bnxt: fix reported VLAN stripped flag for Thor 2
 2026-03-03 18:04 UTC  (2+ messages)

[PATCH v2] net/bnxt: fix clang wcomma warnings in ULP
 2026-03-03 18:02 UTC  (3+ messages)
` [PATCH v3] "

DPDK Tech Board meeting minutes 04-February-2026
 2026-03-03 17:02 UTC 

[PATCH 0/3] manage net/null dependency for tests
 2026-03-03 16:29 UTC  (3+ messages)
` [PATCH v2 0/4] improve net/null dependency handling "


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