messages from 2026-01-30 16:20:37 to 2026-02-02 23:14:01 UTC [more...]
[PATCH 00/12] net/pcap: cleanups and test
2026-02-02 23:09 UTC (33+ messages)
` [PATCH v11 00/19] net/pcap: improvements and test suite
` [PATCH v11 01/19] maintainers: update for pcap driver
` [PATCH v11 02/19] doc: update features for PCAP PMD
` [PATCH v11 03/19] net/pcap: include used headers
` [PATCH v11 04/19] net/pcap: remove unnecessary casts
` [PATCH v11 05/19] net/pcap: avoid using rte_malloc and rte_memcpy
` [PATCH v11 06/19] net/pcap: use bulk free
` [PATCH v11 07/19] net/pcap: allocate Tx bounce buffer
` [PATCH v11 08/19] net/pcap: cleanup transmit buffer handling
` [PATCH v11 09/19] net/pcap: report multi-segment transmit capability
` [PATCH v11 10/19] net/pcap: consolidate boolean flag handling
` [PATCH v11 11/19] net/pcap: support VLAN insert and strip
` [PATCH v11 12/19] net/pcap: add link state and speed for interface mode
` [PATCH v11 13/19] net/pcap: support nanosecond timestamp precision
` [PATCH v11 14/19] net/pcap: reject non-Ethernet interfaces
` [PATCH v11 15/19] net/pcap: reduce scope of file-level variables
` [PATCH v11 16/19] net/pcap: avoid use of volatile
` [PATCH v11 17/19] net/pcap: clarify maximum received packet
` [PATCH v11 18/19] net/pcap: add snapshot length devarg
` [PATCH v11 19/19] test: add test for pcap PMD
` [PATCH v12 00/19] net/pcap: improvements and test suite
` [PATCH v12 01/19] maintainers: update for pcap driver
` [PATCH v12 02/19] doc: update features for PCAP PMD
` [PATCH v12 03/19] net/pcap: include used headers
` [PATCH v12 04/19] net/pcap: remove unnecessary casts
` [PATCH v12 05/19] net/pcap: avoid using rte_malloc and rte_memcpy
` [PATCH v12 06/19] net/pcap: use bulk free
` [PATCH v12 07/19] net/pcap: allocate Tx bounce buffer
` [PATCH v12 08/19] net/pcap: cleanup transmit buffer handling
` [PATCH v12 09/19] net/pcap: report multi-segment transmit capability
` [PATCH v12 10/19] net/pcap: consolidate boolean flag handling
` [PATCH v12 11/19] net/pcap: support VLAN insert and strip
[PATCH] test: add a test for null PMD
2026-02-02 22:16 UTC (16+ messages)
` [PATCH v10 0/6] net/null: bug fixes and improvements
` [PATCH v10 1/6] net/null: fix missing mbuf leakage in the copy transmit
` [PATCH v10 2/6] net/null: cleanup info response
` [PATCH v10 3/6] net/null: validate the numeric devargs
` [PATCH v10 4/6] net/null: remove redundant argument validation
` [PATCH v10 5/6] test: support larger packet sizes in burst generator
` [PATCH v10 6/6] test: add a test for null PMD
` [PATCH v11 0/7] net/null: bug fixes and improvements
` [PATCH v11 1/7] net/null: fix missing mbuf leakage in the copy transmit
` [PATCH v11 2/7] net/null: cleanup info response
` [PATCH v11 3/7] net/null: validate the numeric devargs
` [PATCH v11 4/7] net/null: remove redundant argument validation
` [PATCH v11 5/7] test: support larger packet sizes in burst generator
` [PATCH v11 6/7] test: add a test for null PMD
` [PATCH v11 7/7] net/null: add VLAN insert and strip offload support
[PATCH] doc/nfb: update release notes for nfb driver
2026-02-02 20:17 UTC (4+ messages)
` [PATCH v2] "
[RFC 0/4] net/af_packet: cleanups and optimizations
2026-02-02 20:12 UTC (13+ messages)
` [RFC 1/4] net/af_packet: remove volatile from statistics
` [RFC 4/4] net/af_packet: add VPP-style prefetching to receive path
[PATCH v10 0/6] flow_parser: add shared parser library
2026-02-02 20:03 UTC (8+ messages)
` [PATCH v10 1/6] cmdline: include stddef.h for MSVC compatibility
` [PATCH v10 2/6] ethdev: add RSS type helper APIs
` [PATCH v10 4/6] app/testpmd: use shared flow parser library
` [PATCH v10 5/6] examples/flow_parsing: add flow parser demo
` [PATCH v10 6/6] test: add flow parser library functional tests
` [PATCH v10 3/6] flow_parser: add shared parser library
[PATCH v2 0/5] net/zxdh: add support some new features
2026-02-02 19:45 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 1/5] net/zxdh: add support for modifying queue depth
` [PATCH v3 2/5] net/zxdh: optimize alloc queue resources
` [PATCH v3 3/5] net/zxdh: add link speed set and autoneg get support
` [PATCH v3 4/5] net/zxdh: add support for primary/secondary process
` [PATCH v3 5/5] net/zxdh: add support for GENEVE TSO and Rx outer checksum
[PATCH 0/6]
2026-02-02 19:33 UTC (12+ messages)
` [PATCH v2 0/6] net/nfb: code cleanup
` [PATCH v3 1/6] net/nfb: use constant values for max Rx/Tx queues count
` [PATCH v5 0/6] net/nfb: code cleanup
` [PATCH v5 1/6] net/nfb: use constant values for max Rx/Tx queues count
` [PATCH v5 2/6] net/nfb: fix bad pointer access in queue stats
` [PATCH v5 3/6] net/nfb: update timestamp calculation to meaningful value
` [PATCH v5 4/6] net/nfb: use process private variable for internal data
` [PATCH v5 5/6] net/nfb: release allocated resources correctly
` [PATCH v5 6/6] net/nfb: stop only started queues in fail path
[PATCH v2 0/4] af_packet correctness, performance, cksum
2026-02-02 18:53 UTC (13+ messages)
` [PATCH v3 "
` [PATCH v3 2/4] net/af_packet: RX/TX unlikely, bulk free, prefetch
` [PATCH v4 0/4] af_packet correctness, performance, cksum
` [PATCH v4 1/4] net/af_packet: fix thread safety and frame calculations
` [PATCH v4 2/4] net/af_packet: RX/TX bulk free, unlikely hint
` [PATCH v4 3/4] net/af_packet: tx poll control
` [PATCH v4 4/4] net/af_packet: add software checksum offload support
[PATCH 1/2] ethdev: support selective Rx data
2026-02-02 18:17 UTC (4+ messages)
` [PATCH 2/2] app/testpmd: "
[PATCH 0/8] net/nfb: rework to real multiport
2026-02-02 17:54 UTC (16+ messages)
` [PATCH v6 "
` [PATCH v6 1/8] net/nfb: prepare for indirect queue mapping scheme
` [PATCH v6 2/8] net/nfb: create one ethdev per ethernet port
` [PATCH v6 3/8] net/nfb: add vdev as alternative device probe method
` [PATCH v6 4/8] net/nfb: add device argument "port" to limit used ports
` [PATCH v6 5/8] net/nfb: init only MACs associated with device
` [PATCH v6 6/8] net/nfb: add compatible cards to driver PCI ID table
` [PATCH v6 7/8] net/nfb: report firmware version
` [PATCH v6 8/8] doc/nfb: cleanup and update guide
` [REVIEW] "
[PATCH 0/6] Add support for L2TPV2 over UDP to ICE PMD
2026-02-02 17:39 UTC (8+ messages)
` [PATCH 1/6] net/ice: add L2TPv2 and PPP data structures
` [PATCH 2/6] net/ice: add L2TPv2 tunnel type definition
` [PATCH 3/6] net/ice: add L2TPv2 protocol and field definitions
` [PATCH 4/6] net/ice: add L2TPv2 flow patterns and FDIR support
` [PATCH 5/6] net/ice: add L2TPv2 hardware packet generation
` [PATCH 6/6] net/ice: add L2TPv2 RSS hash support
` [REVIEW] "
[PATCH v2] dts: update testsuite named to be clear and consistent
2026-02-02 17:09 UTC (2+ messages)
[PATCH 0/9] net/sfc: SFN7xxx deprecation and Medford fixes
2026-02-02 17:06 UTC (8+ messages)
` [PATCH 1/9] doc: remove support for AMD Solarflare SFN7xxx family boards
[DPDK/DTS Bug 1874] dts: missing rst file for qinq test suite
2026-02-02 17:02 UTC (2+ messages)
[PATCH v3 4/4] net/af_packet: software checksum
2026-02-02 16:58 UTC (4+ messages)
` [REVIEW] "
[RFC PATCH 1/3] dts: add find float method to text parser
2026-02-02 16:46 UTC (10+ messages)
` [RFC PATCH 3/3] dts: add cryptodev testsuite
` [EXTERNAL] "
[PATCH v1 3/5] dts: add cryptodev throughput test suite
2026-02-02 15:51 UTC (3+ messages)
Technical board meeting minutes - 2025/10/29
2026-02-02 13:47 UTC
DPDK Tech Board meeting minutes 21-January-2025
2026-02-02 11:16 UTC
[RFC 1/2] config: add optimal burst size configuration
2026-02-02 9:57 UTC (6+ messages)
` [EXTERNAL] "
[PATCH v16 0/2] eal: RTE_PTR_ADD/SUB API improvements
2026-02-02 5:24 UTC (4+ 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 v13] eal: RTE_PTR_ADD/SUB API improvements
2026-02-02 5:17 UTC (3+ messages)
` [REVIEW] "
[PATCH v17 0/2] net: optimize __rte_raw_cksum
2026-02-02 4:48 UTC (8+ messages)
` [PATCH v18 "
` [PATCH v18 1/2] eal: add __rte_may_alias and __rte_aligned to unaligned typedefs
` [PATCH v19 0/2] net: optimize __rte_raw_cksum
` [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
[PATCH 0/7] hinic3 change for support new SPx NIC
2026-02-02 1:17 UTC (10+ messages)
` [PATCH 1/7] net/hinic3: add support for new SPx series NIC
` [PATCH 2/7] net/hinic3: add enhance cmdq "
` [PATCH 3/7] net/hinic3: use different callback func to split new/old cmdq operations
` [PATCH 4/7] net/hinic3: add fun init ops to support Compact CQE
` [PATCH 5/7] net/hinic3: add rx "
` [PATCH 6/7] net/hinic3: add tx "
` [PATCH 7/7] net/hinic3: use different callback func to support htn fdir
` [REVIEW] net/hinic3: use different callback func to support htnfdir
` 回复: "
[RFC] devtools: replace get-maintainer shell wrapper with Python script
2026-02-01 22:23 UTC (6+ messages)
` [RFC v2] devtools: replace checkpatches "
[PATCH v9 0/6] flow_parser: add shared parser library
2026-02-01 20:46 UTC (6+ messages)
` [PATCH v9 1/6] cmdline: include stddef.h for MSVC compatibility
` [PATCH v9 2/6] ethdev: add RSS type helper APIs
` [PATCH v9 4/6] app/testpmd: use shared flow parser library
` [PATCH v9 5/6] examples/flow_parsing: add flow parser demo
` [PATCH v9 6/6] test: add flow parser library functional tests
[PATCH v1 0/1] Address NBL Coverity issues
2026-02-01 20:29 UTC (4+ messages)
` [PATCH v3 1/1] net/nbl: fix issues reported by Coverity
[PATCH v2] node: lookup with RISC-V vector extension
2026-02-01 19:04 UTC (3+ messages)
[PATCH v8 0/6] flow_parser: add shared parser library
2026-01-31 21:24 UTC (2+ messages)
` [PATCH v8 3/6] "
[PATCH v3] acl: add RISC-V vector extension implementation
2026-02-01 16:11 UTC (2+ messages)
[RFC] devtools: replace checkpatches shell wrapper with Python script
2026-01-31 21:56 UTC
[REVIEW] vfio: introduce cdev mode
2026-01-31 20:28 UTC (2+ messages)
[PATCH 1/2] meson/mlx5: Suppress -Wunused-value diagnostic
2026-01-31 20:01 UTC (2+ messages)
[PATCH] devtools: download scripts from linux if not found
2026-01-31 19:59 UTC (2+ messages)
[PATCH v2] vhost: add notify reply ops to fix message deadlock
2026-01-31 19:53 UTC (7+ messages)
` [PATCH v3] "
` 回复: "
` 回复: "
[PATCH v7 0/4] devtools: add AI-assisted code review tools
2026-01-30 23:49 UTC (3+ messages)
` [PATCH v7 1/4] doc: add AGENTS.md for AI-powered "
[RFC 00/47] resolve issues with sys/queue.h
2026-01-30 20:21 UTC (9+ messages)
` [PATCH v5 0/7] Cuckoo hash optimization for small key sizes
` [PATCH v5 1/7] hash: move table of hash compare functions out of header
` [PATCH v5 2/7] hash: use static_assert
` [PATCH v5 3/7] hash: remove spurious warnings in CRC32 init
` [PATCH v5 4/7] hash: simplify key comparison across architectures
` [PATCH v5 5/7] hash: add support for common small key sizes
` [PATCH v5 6/7] app/test: convert hash test to use test suite runner
` [PATCH v5 7/7] test/hash: add test for key compare functions
[PATCH] eal/x86: fix TSC frequency query
2026-01-30 18:15 UTC (2+ messages)
[PATCH v3 36/36] net/idpf: enable simple Tx function
2026-01-30 17:56 UTC (2+ messages)
` [REVIEW] "
[RFC] doc: add AGENTS.md for AI-powered code review tools
2026-01-30 17:41 UTC (6+ messages)
` [PATCH v10 0/4] devtools: add AI-assisted code review infrastructure
` [PATCH v10 1/4] doc: add AGENTS.md for AI-powered code review tools
` [PATCH v10 2/4] devtools: add multi-provider AI patch review script
` [PATCH v10 3/4] devtools: add compare-reviews.sh for multi-provider analysis
` [PATCH v10 4/4] devtools: add multi-provider AI documentation review script
[PATCH v3] dts: add test case docstring checks to format script
2026-01-30 17:11 UTC (3+ messages)
` [PATCH v4 1/2] "
[DPDK/ethdev Bug 1876] enic: pthread mutex in shared memory missing PTHREAD_PROCESS_SHARED (
2026-01-30 16:36 UTC
[DPDK/ethdev Bug 1875] mlx5: pthread mutex in shared memory missing PTHREAD_PROCESS_SHARED
2026-01-30 16:33 UTC
[PATCH 1/2] net: ethernet address comparison optimizations
2026-01-30 16:31 UTC (4+ messages)
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