messages from 2026-01-27 17:21:41 to 2026-01-29 01:44:18 UTC [more...]
[RFC 0/8] first steps in fixing buffer overflow
2026-01-29 1:41 UTC (11+ messages)
` [PATCH v14 00/17] lib: improve string overflow safety
` [PATCH v14 01/17] lpm: reject names that exceed maximum length
` [PATCH v14 02/17] hash: "
` [PATCH v14 03/17] graph: avoid overflowing comment buffer
` [PATCH v14 04/17] latencystats: add check for string overflow
` [PATCH v14 05/17] telemetry: check for path overflow
` [PATCH v14 06/17] efd: handle possible name truncation
` [PATCH v14 07/17] eal: use C library to parse filesystem table
` [PATCH v14 08/17] eal: warn if thread name is truncated
` [PATCH v14 09/17] eal: avoid format overflow when handling addresses
[dpdk-dev] [PATCH] devtools: test different build types
2026-01-29 1:35 UTC (8+ messages)
` [PATCH v4 0/4] more build tests
` [PATCH v4 1/4] bus/pci: fix unmap on failure in multi-process
` [PATCH v4 2/4] argparse: fix minsize build
` [PATCH v4 3/4] mldev: "
` [PATCH v4 4/4] devtools: test different build types
[PATCH v7 0/6] flow_parser: add shared parser library
2026-01-29 1:16 UTC (7+ messages)
` [PATCH v7 1/6] cmdline: include stddef.h for MSVC compatibility
` [PATCH v7 2/6] ethdev: add RSS type helper APIs
` [PATCH v7 4/6] app/testpmd: use shared flow parser library
` [PATCH v7 5/6] examples/flow_parsing: add flow parser demo
` [PATCH v7 6/6] test: add flow parser library functional tests
[PATCH v1 0/3] net/af_packet: correctness fixes and improvements
2026-01-29 1:07 UTC (33+ messages)
` [PATCH v1 1/3] net/af_packet: fix thread safety and frame calculations
` [PATCH v1 2/3] net/af_packet: RX/TX rte_memcpy, bulk free, prefetch
` [PATCH v1 3/3] net/af_packet: software checksum and tx poll control
` [REVIEW] "
` [PATCH v2 0/4] af_packet correctness, performance, cksum
` [PATCH v2 1/4] net/af_packet: fix thread safety and frame calculations
` [PATCH v2 2/4] net/af_packet: RX/TX unlikely, bulk free, prefetch
` [PATCH v2 3/4] net/af_packet: tx poll control
` [PATCH v2 4/4] net/af_packet: software checksum
` [PATCH v3 0/4] af_packet correctness, performance, cksum
` [PATCH v3 1/4] net/af_packet: fix thread safety and frame calculations
` [PATCH v3 2/4] net/af_packet: RX/TX unlikely, bulk free, prefetch
` [PATCH v3 3/4] net/af_packet: tx poll control
` [PATCH v3 4/4] net/af_packet: software checksum
` [REVIEW] "
[RFC 0/4] net/af_packet: cleanups and optimizations
2026-01-29 1:06 UTC (10+ messages)
` [RFC 1/4] net/af_packet: remove volatile from statistics
` [RFC 2/4] test: add test for af_packet
` [RFC 3/4] net/af_packet: fix indentation
` [RFC 4/4] net/af_packet: add VPP-style prefetching to receive path
[PATCH v1] dts: refactor flow suite with generator pattern
2026-01-28 21:41 UTC (2+ messages)
[PATCH 0/5] doc: ethdev documentation grammar and typo corrections
2026-01-28 19:46 UTC (10+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 1/8] doc: correct grammar and punctuation errors in ethdev guide
` [PATCH v2 2/8] doc: correct grammar in flow guide
` [PATCH v2 3/8] doc: correct grammar in QoS framework guide
` [PATCH v2 4/8] doc: correct typos in switch representation guide
` [PATCH v2 5/8] doc: correct typos in traffic management guide
` [PATCH v2 6/8] doc: correct grammar and improve clarity in ethdev guide
` [PATCH v2 7/8] doc: correct alphabetical ordering in ethdev toctree
` [PATCH v2 8/8] doc: correct grammar and improve clarity in MTR guide
[PATCH v15 0/2] net: optimize __rte_raw_cksum
2026-01-28 19:41 UTC (11+ messages)
` [PATCH v16 "
` [PATCH v16 2/2] net: __rte_raw_cksum pointers enable compiler optimizations
` [PATCH v17 0/2] net: optimize __rte_raw_cksum
` [PATCH v17 1/2] eal: add __rte_may_alias and __rte_aligned to unaligned typedefs
` [PATCH v17 2/2] net: __rte_raw_cksum pointers enable compiler optimizations
` [PATCH v18 0/2] net: optimize __rte_raw_cksum
` [PATCH v18 1/2] eal: add __rte_may_alias and __rte_aligned to unaligned typedefs
` [PATCH v18 2/2] net: __rte_raw_cksum pointers enable compiler optimizations
[PATCH] test: add a test for null PMD
2026-01-28 19:00 UTC (7+ messages)
` [PATCH v8 0/5] net/null: improvements and bug fixes
` [PATCH v8 1/5] net/null: cleanup info response
` [PATCH v8 2/5] test: generate larger packet bursts
` [PATCH v8 3/5] test: add a test for null PMD
` [PATCH v8 4/5] net/null: add check for pool vs packet size
` [PATCH v8 5/5] net/null: check packet size argument
[PATCH 00/12] net/pcap: cleanups and test
2026-01-28 18:40 UTC (32+ messages)
` [PATCH v8 00/14] net/pcap: improvements and test suite
` [PATCH v8 01/14] maintainers: update for pcap driver
` [PATCH v8 02/14] doc: update features for PCAP PMD
` [PATCH v8 03/14] net/pcap: include used headers
` [PATCH v8 04/14] net/pcap: remove unnecessary casts
` [PATCH v8 05/14] net/pcap: avoid using rte_malloc and rte_memcpy
` [PATCH v8 06/14] net/pcap: improve multi-segment transmit handling
` [PATCH v8 07/14] net/pcap: consolidate boolean flag handling
` [PATCH v8 08/14] net/pcap: support VLAN insert and strip
` [PATCH v8 09/14] net/pcap: add link state and speed for interface mode
` [PATCH v8 10/14] net/pcap: support nanosecond timestamp precision
` [PATCH v8 11/14] net/pcap: reduce scope of file-level variables
` [PATCH v8 12/14] net/pcap: avoid use of volatile
` [PATCH v8 13/14] net/pcap: clarify maximum received packet
` [PATCH v8 14/14] test: add test for pcap PMD
` [PATCH v9 00/15] net/pcap: improvements and test suite
` [PATCH v9 01/15] maintainers: update for pcap driver
` [PATCH v9 02/15] doc: update features for PCAP PMD
` [PATCH v9 03/15] net/pcap: include used headers
` [PATCH v9 04/15] net/pcap: remove unnecessary casts
` [PATCH v9 05/15] net/pcap: avoid using rte_malloc and rte_memcpy
` [PATCH v9 06/15] net/pcap: improve multi-segment transmit handling
` [PATCH v9 07/15] net/pcap: consolidate boolean flag handling
` [PATCH v9 08/15] net/pcap: support VLAN insert and strip
` [PATCH v9 09/15] net/pcap: add link state and speed for interface mode
` [PATCH v9 10/15] net/pcap: support nanosecond timestamp precision
` [PATCH v9 11/15] net/pcap: reduce scope of file-level variables
` [PATCH v9 12/15] net/pcap: avoid use of volatile
` [PATCH v9 13/15] net/pcap: clarify maximum received packet
` [PATCH v9 14/15] test: add test for pcap PMD
` [PATCH v9 15/15] net/pcap: add snapshot length devarg
[RFC] doc: add AGENTS.md for AI-powered code review tools
2026-01-28 18:21 UTC (6+ messages)
` [PATCH v8 0/4] devtools: add AI-assisted "
` [PATCH v8 1/4] doc: add AGENTS.md for AI-powered "
` [PATCH v8 2/4] devtools: add multi-provider AI patch review script
` [PATCH v8 3/4] devtools: add compare-reviews.sh for multi-provider analysis
` [PATCH v8 4/4] devtools: add multi-provider AI documentation review script
[PATCH v6 0/6] flow_parser: add shared parser library
2026-01-28 18:09 UTC (8+ messages)
` [PATCH v6 1/6] cmdline: include stddef.h for MSVC compatibility
` [PATCH v6 2/6] ethdev: add RSS type helper APIs
` [PATCH v6 4/6] app/testpmd: use shared flow parser library
` [PATCH v6 5/6] examples/flow_parsing: add flow parser demo
` [PATCH v6 6/6] test: add flow parser library functional tests
[PATCH 01/18] common/cnxk: fix engine capabilities fetch logic
2026-01-28 17:52 UTC (19+ messages)
` [PATCH 02/18] common/cnxk: remove dependency on cryptodev for RXC
` [PATCH 03/18] common/cnxk: support inbound pdb configuration
` [PATCH 04/18] common/cnxk: update CPT RXC structures
` [PATCH 05/18] common/cnxk: update inline profile ID for cn20k
` [PATCH 06/18] common/cnxk: update inline RQ mask
` [PATCH 07/18] net/cnxk: avoid security flag for custom inbound SA
` [PATCH 08/18] net/cnxk: add CPT code check for soft expiry
` [PATCH 09/18] net/cnxk: skip write SA for cn20k
` [PATCH 10/18] net/cnxk: update NIX reassembly fast path
` [PATCH 11/18] net/cnxk: update aura batch free
` [PATCH 12/18] net/cnxk: update fastpath function for OOP
` [PATCH 13/18] event/cnxk: "
` [PATCH 14/18] common/cnxk: flow rule config for non-inplace
` [PATCH 15/18] net/cnxk: enable PDB in IPsec outbound path
` [PATCH 16/18] common/cnxk: initialize CPT LF for CQ config
` [PATCH 17/18] common/cnxk: fix CPT CQ roll over handling
` [PATCH 18/18] common/cnxk: fix duplicate branch compiler warning
` [REVIEW] "
[PATCH] license: standardize SPDX tag for 3-Clause BSD
2026-01-28 17:46 UTC (5+ messages)
` [PATCH v2] license: standardize SPDX tag
[PATCH 0/2] support dmabuf
2026-01-28 17:43 UTC (8+ messages)
` [PATCH 1/2] eal: "
` [PATCH 2/2] common/mlx5: "
` [REVIEW] "
[Bug 1356] Documentation structure, additions and cleanup
2026-01-28 17:26 UTC (2+ messages)
` [DPDK/DTS Bug "
[DPDK/DTS Bug 1503] Port over vxlan gpe support suite from old DTS
2026-01-28 17:25 UTC (2+ messages)
[DPDK/DTS Bug 1545] Docs are incorrect regarding how final testsuite list is produced
2026-01-28 17:23 UTC (2+ messages)
DPDK Release Status Meeting 2026-01-27
2026-01-28 17:11 UTC
[PATCH] ci: display UBSan stack trace
2026-01-28 15:21 UTC (4+ messages)
[PATCH] test/security: IPsec rule for out-of-place tests
2026-01-28 13:43 UTC
[PATCH] eal/linux: handle epoll error conditions
2026-01-28 12:20 UTC
[PATCH] net/ice: ensure correct vector flag after reconfiguration
2026-01-28 11:41 UTC
[PATCH] build: bump meson version to remove warnings
2026-01-28 11:37 UTC (4+ messages)
[PATCH] examples/ethtool: fix error message about ports limit
2026-01-28 10:43 UTC (2+ messages)
[PATCH 1/2] MAINTAINERS: ring queue: update maintainer
2026-01-28 10:10 UTC (3+ messages)
[PATCH] config/arm: fix 32-bit cross compile with latest GCC
2026-01-28 9:56 UTC (3+ messages)
[PATCH] examples/ethtool: fix buffer size for pkt pool name
2026-01-28 9:53 UTC (4+ messages)
` [PATCH v2] "
[PATCH] doc/ixgbe: update ixgbe NIC guide to include E610 support information
2026-01-28 9:14 UTC
[PATCH v1 0/4] improve NBL memory safety and mailbox reliability
2026-01-28 2:00 UTC (4+ messages)
` [PATCH v3 "
` 回复:[PATCH "
[PATCH v3 0/6] bpf: simple tests and fixes
2026-01-28 0:41 UTC (4+ messages)
` [PATCH v4 "
` [PATCH v4 1/6] eal: variable first arguments of RTE_SHIFT_VALxx
[PATCH] net/intel: improve Rx descriptor ring size checks
2026-01-27 20:58 UTC (3+ messages)
` [PATCH v2] "
[RFC PATCH 1/3] dts: add find float method to text parser
2026-01-27 20:37 UTC (9+ messages)
` [RFC PATCH 3/3] dts: add cryptodev testsuite
` [EXTERNAL] "
[PATCH 0/6] test: fix sporadic failures on high core count systems
2026-01-27 20:31 UTC (5+ messages)
` [PATCH v3 00/14] test: fix test failures on high cores
` [PATCH v3 03/14] test/mcslock: scale test based on number of cores
[PATCH v13] eal: RTE_PTR_ADD/SUB API improvements
2026-01-27 20:28 UTC (2+ messages)
` [REVIEW] "
[PATCH v5 0/6] flow_parser: add shared parser library
2026-01-27 19:16 UTC (7+ messages)
` [PATCH v5 1/6] cmdline: include stddef.h for offsetof
` [PATCH v5 2/6] ethdev: add RSS type helper APIs
` [PATCH v5 4/6] app/testpmd: use shared flow parser library
` [PATCH v5 5/6] examples/flow_parsing: add flow parser demo
` [PATCH v5 6/6] test: add flow parser library functional tests
[DPDK/core Bug 1873] eal interrupt: fd error conditions not handled
2026-01-27 17:41 UTC
[DPDK/DTS Bug 1872] Introduce "fast tests" concept to DTS
2026-01-27 17:37 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox