public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-02-03 01:50:26 to 2026-02-05 17:57:57 UTC [more...]

[RFC 0/3] common/cnxk: remove dependence on VLA
 2026-02-05 17:55 UTC  (6+ messages)
` [PATCH 0/6] Fix LTO compilation warnings
  ` [PATCH v5 5/6] net/mlx5: fix LTO stringop-overflow warning
  ` [PATCH v6 0/6] Fix LTO compilation warnings

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

[PATCH] ethdev: fix mbuf fast release requirements description
 2026-02-05 17:41 UTC  (2+ messages)

Clarification on Possible Buffer Overflow Issues Reported by Fortify Tool
 2026-02-05 16:47 UTC  (2+ messages)

[PATCH v2] vhost: fix use-after-free in fdset during shutdown
 2026-02-05 16:46 UTC  (2+ messages)

[PATCH 1/2] lib/ethdev: support inline calculating masked item value
 2026-02-05 16:42 UTC  (4+ messages)

[PATCH 0/4] net/mlx5: future HW devargs defaults and fixes
 2026-02-05 16:06 UTC  (2+ messages)

[PATCH] net/mlx5: fix HW flow counter query
 2026-02-05 16:01 UTC  (4+ messages)

[PATCH] net/mlx5: fix SRH flex parser initialization synchronization
 2026-02-05 15:58 UTC  (3+ messages)

[RFC PATCH 0/7] Add script for real-time telemetry monitoring
 2026-02-05 15:02 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] usertools: add new script to monitor telemetry on terminal
  ` [PATCH v4 2/7] usertools/telemetry-watcher: add displaying stats
  ` [PATCH v4 3/7] usertools/telemetry-watcher: add delta and timeout opts
  ` [PATCH v4 4/7] usertools/telemetry-watcher: add total and one-line opts
  ` [PATCH v4 5/7] usertools/telemetry-watcher: add thousands separator
  ` [PATCH v4 6/7] usertools/telemetry-watcher: add eth name shortcuts
  ` [PATCH v4 7/7] usertools/telemetry-watcher: support reconnection

[PATCH] maintainers: update for bpf
 2026-02-05 15:00 UTC  (2+ messages)

[PATCH] common/mlx5: skip ROCE disable for auxiliary SF devices
 2026-02-05 14:59 UTC  (2+ messages)

[PATCH] license: standardize SPDX tag for 3-Clause BSD
 2026-02-05 14:30 UTC  (8+ messages)
` [PATCH v3 0/2] standardize SPDX tag
  ` [PATCH v3 1/2] license: "
  ` [PATCH v3 2/2] devtools: check SPDX syntax

[DPDK/core Bug 1878] format-truncation warnings in eal_memalloc compiling find_numasocket and secondary_msl_create_walk
 2026-02-05 14:03 UTC 

[PATCH] vhost: fix use-after-free in fdset during shutdown
 2026-02-05 11:20 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH v5] "
        ` [PATCH v6] "
          ` [PATCH v7] "

[PATCH] vhost: fix use-after-free in fdset during shutdown
 2026-02-04 11:27 UTC 

[PATCH 00/10] Fix multi process path selection in Intel drivers
 2026-02-05 12:46 UTC  (22+ messages)
` [PATCH 01/10] net/i40e: permit secondary process Rx path selection
` [PATCH 02/10] net/iavf: "
` [PATCH 03/10] net/ice: "
` [PATCH 04/10] net/idpf: prevent Rx path selection after device start
` [PATCH 05/10] net/cpfl: "
` [PATCH 06/10] net/i40e: permit secondary process Tx path selection
` [PATCH 07/10] net/iavf: "
` [PATCH 08/10] net/ice: "
` [PATCH 09/10] net/idpf: "
` [PATCH 10/10] net/cpfl: "
` [PATCH v2 00/10] Fix multi process path selection in Intel drivers
  ` [PATCH v2 01/10] net/i40e: permit secondary process Rx path selection
  ` [PATCH v2 02/10] net/iavf: "
  ` [PATCH v2 03/10] net/ice: "
  ` [PATCH v2 04/10] net/idpf: prevent Rx path selection after device start
  ` [PATCH v2 05/10] net/cpfl: "
  ` [PATCH v2 06/10] net/i40e: permit secondary process Tx path selection
  ` [PATCH v2 07/10] net/iavf: "
  ` [PATCH v2 08/10] net/ice: "
  ` [PATCH v2 09/10] net/idpf: "
  ` [PATCH v2 10/10] net/cpfl: "

[PATCH] net/mlx5: fix IPv6 SHR flex node header length definition
 2026-02-05 12:01 UTC  (2+ messages)

[PATCH v1 0/1] Address NBL Coverity issues
 2026-02-05 11:28 UTC  (8+ messages)
` [PATCH v3 1/1] net/nbl: fix issues reported by Coverity
      ` 回复:[PATCH "

[RFC 0/8] first steps in fixing buffer overflow
 2026-02-05 10:57 UTC  (5+ messages)
` [PATCH v14 00/17] lib: improve string overflow safety
  ` [PATCH v14 03/17] graph: avoid overflowing comment buffer

[PATCH v1] net/zxdh: adjust the log level
 2026-02-05  9:23 UTC 

[RFC PATCH dpdk 0/3] graph: deferred enqueue API for simplified node processing
 2026-02-05  9:26 UTC  (4+ messages)
` [RFC PATCH dpdk 1/3] graph: optimize rte_node_enqueue_next to batch by edge
` [RFC PATCH dpdk 2/3] graph: add deferred enqueue API for batch processing
` [RFC PATCH dpdk 3/3] node: use deferred enqueue API in process functions

[PATCH v3 1/1] net/mlx5: fix port down in link detection error branch
 2026-02-05  9:12 UTC  (2+ messages)

[PATCH 1/1] net/mlx5: fix memoy leak after device spawn failure
 2026-02-05  9:06 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] net/mlx5/windows: fix MAC address ownership tracking
 2026-02-05  8:10 UTC  (2+ messages)

[PATCH v1] net/mlx5: fix job leak on indirect meter creation failure
 2026-02-05  7:56 UTC  (2+ messages)

[PATCH v16 0/2] eal: RTE_PTR_ADD/SUB API improvements
 2026-02-05  7:50 UTC  (20+ messages)
` [PATCH v17 "
  ` [PATCH v17 1/2] eal: remove alloc_size from rte_lcore_var_alloc
  ` [PATCH v17 2/2] eal: RTE_PTR_ADD/SUB API improvements
  ` [PATCH v18 0/2] "
    ` [PATCH v18 1/2] eal: remove alloc_size from rte_lcore_var_alloc
    ` [PATCH v18 2/2] eal: RTE_PTR_ADD/SUB API improvements
    ` [PATCH v19] "
      ` [PATCH v20] "
        ` [PATCH v21] "

[RFC] devtools: replace get-maintainer shell wrapper with Python script
 2026-02-05  1:43 UTC  (6+ messages)
` [RFC v3] devtools: replace checkpatches "
` [PATCH v4] "

[RFC v1] net/af_packet: add io_uring TX acceleration
 2026-02-05  0:08 UTC  (3+ messages)

[PATCH] lib: remove extra characters ending comment blocks
 2026-02-04 20:34 UTC  (3+ messages)

[PATCH v2] vhost: fix use-after-free in fdset during shutdown
 2026-02-04 18:42 UTC 

[DPDK/ethdev Bug 1877] virtio: potential integer overflow
 2026-02-04 17:31 UTC 

[PATCH v3 0/6] bpf: simple tests and fixes
 2026-02-04 16:58 UTC  (6+ messages)
` [PATCH v4 "

[PATCH 0/2] support dmabuf
 2026-02-04 15:50 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] eal: "
  ` [PATCH v2 2/2] common/mlx5: "
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] eal: "
    ` [PATCH v3 2/2] common/mlx5: "
    ` [PATCH v4 0/2] "
      ` [PATCH v4 1/2] eal: "
      ` [PATCH v4 2/2] common/mlx5: "

[RFC PATCH 1/3] dts: add find float method to text parser
 2026-02-04 15:44 UTC  (12+ messages)
` [RFC PATCH 3/3] dts: add cryptodev testsuite
        ` [EXTERNAL] "

[PATCH] net/mlx5: fix metadata sharing between E-Switch and VM
 2026-02-04 15:13 UTC  (2+ messages)

[PATCH] net/mlx5: fix register selection for metadata between E-Switch and VM
 2026-02-04 15:10 UTC  (2+ messages)

[PATCH] net/mlx5: fix IP tunnel detection for IPIP and IPv6 ENCAP
 2026-02-04 15:04 UTC  (2+ messages)

[PATCH v10 0/6] flow_parser: add shared parser library
 2026-02-04 14:53 UTC  (4+ messages)
  ` [PATCH v10 3/6] "

[PATCH 0/8] net/nfb: rework to real multiport
 2026-02-04 12:31 UTC  (10+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/8] net/nfb: prepare for indirect queue mapping scheme
  ` [PATCH v7 2/8] net/nfb: create one ethdev per ethernet port
  ` [PATCH v7 3/8] net/nfb: add vdev as alternative device probe method
  ` [PATCH v7 4/8] net/nfb: add device argument "port" to limit used ports
  ` [PATCH v7 5/8] net/nfb: init only MACs associated with device
  ` [PATCH v7 6/8] net/nfb: add compatible cards to driver PCI ID table
  ` [PATCH v7 7/8] net/nfb: report firmware version
  ` [PATCH v7 8/8] doc/nfb: cleanup and update guide

[PATCH 0/2] bpf: add xchg and fix rte_bpf_dump
 2026-02-04 11:40 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] config/x86: enable compatibility with muon-build
 2026-02-04 10:30 UTC 

[v2] crypto/openssl: Add support for SHA3 algorithms
 2026-02-04 10:05 UTC  (2+ messages)

[PATCH v2] bpf: fix x86 call stack alignment, add tests
 2026-02-04  9:35 UTC  (3+ messages)
` [PATCH v3] bpf: fix x86 call stack alignment for external calls

[PATCH v3 0/1] Address NBL Coverity issues
 2026-02-04  3:07 UTC  (5+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] net/nbl: fix integer handling issues
  ` [PATCH v4 2/3] net/nbl: fix null pointer dereferences issues
  ` [PATCH v4 3/3] net/nbl: fix error handling issues

[PATCH v3 0/4] af_packet correctness, performance, cksum
 2026-02-04  2:59 UTC  (15+ messages)
` [PATCH v4 "
  ` [PATCH v4 4/4] net/af_packet: add software checksum offload support
  ` [PATCH v5 0/4] af_packet correctness, performance, cksum
    ` [PATCH v5 1/4] net/af_packet: fix thread safety and frame calculations
    ` [PATCH v5 2/4] net/af_packet: RX/TX bulk free, unlikely hint
    ` [PATCH v5 3/4] net/af_packet: tx poll control
    ` [PATCH v5 4/4] net/af_packet: add software checksum offload support

[PATCH] build: bump meson version to remove warnings
 2026-02-03 20:55 UTC  (10+ messages)

DPDK Release Status Meeting 2026-02-03
 2026-02-03 20:31 UTC 

[PATCH v1] dts: refactor flow suite with generator pattern
 2026-02-03 19:37 UTC  (3+ messages)

[PATCH 2/2] common/mlx5: support dmabuf
 2026-02-03 17:34 UTC  (3+ messages)
` [REVIEW] "

[PATCH 1/2] eal: add location info to interrupt error message
 2026-02-03 15:39 UTC  (4+ messages)
` [PATCH 2/2] test/eal_flags: add EAL debug logs to recursive calls

[PATCH v4 3/4] net/intel: add support for Precision Time Protocol
 2026-02-03 15:37 UTC  (8+ messages)
` [PATCH v5 0/4] Enable PTP feature for MEV
  ` [PATCH v5 1/4] net/idpf: add a new API for PTP support
  ` [PATCH v5 2/4] net/idpf: add PTP virtchnl2 support
  ` [PATCH v5 3/4] net/intel: add support for PTP

[PATCH v2 1/2] net/zxdh: add pcie bar channel check
 2026-02-03 14:35 UTC  (6+ messages)
` [PATCH v3 0/2] net/zxdh: fix npsdk bug
  ` [PATCH v3 1/2] net/zxdh: add pcie bar channel check
  ` [PATCH v3 2/2] net/zxdh: optimize the procedure for NP online uninit

[PATCH 0/4] Avoid using perror
 2026-02-03 14:06 UTC  (2+ messages)

[PATCH 1/2] cryptodev: add support for 256-NxA4/5/6 algorithms
 2026-02-03 14:00 UTC  (9+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/2] test/crypto: add tests "
    ` [EXTERNAL] "
` [PATCH v8 1/2] cryptodev: add support "
  ` [PATCH v8 2/2] test/crypto: add tests "
    ` [EXTERNAL] "
  ` [EXTERNAL] [PATCH v8 1/2] cryptodev: add support "

[PATCH] eal/x86: fix TSC frequency query
 2026-02-03 11:08 UTC  (3+ messages)

[PATCH] mempool: simplify get objects
 2026-02-03 10:03 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] app/testpmd: fix flow queue job leaks
 2026-02-03  9:41 UTC  (5+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[RFC 1/2] config: add optimal burst size configuration
 2026-02-03  9:38 UTC  (5+ messages)
    ` [EXTERNAL] "

[PATCH v18 0/2] net: optimize __rte_raw_cksum
 2026-02-03  8:19 UTC  (6+ messages)
` [PATCH v19 "
  ` [PATCH v19 1/2] eal: add __rte_may_alias and __rte_aligned to unaligned typedefs
  ` [PATCH v19 2/2] net: __rte_raw_cksum pointers enable compiler optimizations

DPDK Tech Board meeting minutes 21-January-2026
 2026-02-03  7:41 UTC 

[RFC 0/4] net/af_packet: cleanups and optimizations
 2026-02-03  7:31 UTC  (6+ messages)
` [RFC 4/4] net/af_packet: add VPP-style prefetching to receive path

[PATCH 0/6]
 2026-02-03  6:36 UTC  (4+ messages)
` [PATCH v5 0/6] net/nfb: code cleanup

[PATCH v3 0/5] net/zxdh: add support some new features
 2026-02-03  1:43 UTC  (2+ messages)
` [v3,0/5] "


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