public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-01-28 19:11:53 to 2026-01-30 17:36:21 UTC [more...]

[PATCH 00/12] net/pcap: cleanups and test
 2026-01-30 17:33 UTC  (35+ messages)
` [PATCH v10 00/19] net/pcap: improvements and test suite
  ` [PATCH v10 01/19] maintainers: update for pcap driver
  ` [PATCH v10 02/19] doc: update features for PCAP PMD
  ` [PATCH v10 03/19] net/pcap: include used headers
  ` [PATCH v10 04/19] net/pcap: remove unnecessary casts
  ` [PATCH v10 05/19] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v10 06/19] net/pcap: use bulk free
  ` [PATCH v10 07/19] net/pcap: allocate Tx bounce buffer
  ` [PATCH v10 08/19] net/pcap: cleanup transmit buffer handling
  ` [PATCH v10 09/19] net/pcap: report multi-segment transmit capability
  ` [PATCH v10 10/19] net/pcap: consolidate boolean flag handling
  ` [PATCH v10 11/19] net/pcap: support VLAN insert and strip
  ` [PATCH v10 12/19] net/pcap: add link state and speed for interface mode
  ` [PATCH v10 13/19] net/pcap: support nanosecond timestamp precision
  ` [PATCH v10 14/19] net/pcap: reject non-Ethernet interfaces
  ` [PATCH v10 15/19] net/pcap: reduce scope of file-level variables
  ` [PATCH v10 16/19] net/pcap: avoid use of volatile
  ` [PATCH v10 17/19] net/pcap: clarify maximum received packet
  ` [PATCH v10 18/19] net/pcap: add snapshot length devarg
  ` [PATCH v10 19/19] test: add test for pcap PMD
` [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 v3] dts: add test case docstring checks to format script
 2026-01-30 17:11 UTC  (3+ messages)
` [PATCH v4 1/2] "

[PATCH] eal/x86: fix TSC frequency query
 2026-01-30 17:10 UTC 

[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  (14+ messages)
` [PATCH 2/2] [RFC] net: introduce fast ethernet address comparison function

[PATCH v1] dts: add missing rst file for QinQ test suite
 2026-01-30 15:47 UTC  (2+ messages)

[PATCH v8 0/6] flow_parser: add shared parser library
 2026-01-30 12:13 UTC  (10+ messages)
` [PATCH v8 1/6] cmdline: include stddef.h for MSVC compatibility
` [PATCH v8 2/6] ethdev: add RSS type helper APIs
` [PATCH v8 4/6] app/testpmd: use shared flow parser library
` [PATCH v8 5/6] examples/flow_parsing: add flow parser demo
` [PATCH v8 6/6] test: add flow parser library functional tests
  ` [PATCH v8 3/6] flow_parser: add shared parser library

[RFC PATCH 00/27] combine multiple Intel scalar Tx paths
 2026-01-30 11:42 UTC  (38+ messages)
` [PATCH v3 00/36] "
  ` [PATCH v3 01/36] net/intel: create common Tx descriptor structure
  ` [PATCH v3 02/36] net/intel: use common Tx ring structure
  ` [PATCH v3 03/36] net/intel: create common post-Tx cleanup function
  ` [PATCH v3 04/36] net/intel: consolidate definitions for Tx desc fields
  ` [PATCH v3 05/36] net/intel: create separate header for Tx scalar fns
  ` [PATCH v3 06/36] net/intel: add common fn to calculate needed descriptors
  ` [PATCH v3 07/36] net/ice: refactor context descriptor handling
  ` [PATCH v3 08/36] net/i40e: "
  ` [PATCH v3 09/36] net/idpf: "
  ` [PATCH v3 10/36] net/intel: consolidate checksum mask definition
  ` [PATCH v3 11/36] net/intel: create common checksum Tx offload function
  ` [PATCH v3 12/36] net/intel: create a common scalar Tx function
  ` [PATCH v3 13/36] net/i40e: use "
  ` [PATCH v3 14/36] net/intel: add IPsec hooks to common "
  ` [PATCH v3 15/36] net/intel: support configurable VLAN tag insertion on Tx
  ` [PATCH v3 16/36] net/iavf: use common scalar Tx function
  ` [PATCH v3 17/36] net/i40e: document requirement for QinQ support
  ` [PATCH v3 18/36] net/idpf: use common scalar Tx function
  ` [PATCH v3 19/36] net/intel: avoid writing the final pkt descriptor twice
  ` [PATCH v3 20/36] eal: add macro for marking assumed alignment
  ` [PATCH v3 21/36] net/intel: write descriptors using non-volatile pointers
  ` [PATCH v3 22/36] net/intel: remove unnecessary flag clearing
  ` [PATCH v3 23/36] net/intel: mark mid-burst ring cleanup as unlikely
  ` [PATCH v3 24/36] net/intel: add special handling for single desc packets
  ` [PATCH v3 25/36] net/intel: use separate array for desc status tracking
  ` [PATCH v3 26/36] net/ixgbe: "
  ` [PATCH v3 27/36] net/intel: drop unused Tx queue used count
  ` [PATCH v3 28/36] net/intel: remove index for tracking end of packet
  ` [PATCH v3 29/36] net/intel: merge ring writes in simple Tx for ice and i40e
  ` [PATCH v3 30/36] net/intel: consolidate ice and i40e buffer free function
  ` [PATCH v3 31/36] net/intel: complete merging simple Tx paths
  ` [PATCH v3 32/36] net/intel: use non-volatile stores in simple Tx function
  ` [PATCH v3 33/36] net/intel: align scalar simple Tx path with vector logic
  ` [PATCH v3 34/36] net/intel: use vector SW ring entry for simple path
  ` [PATCH v3 35/36] net/intel: use vector mbuf cleanup from simple scalar path
  ` [PATCH v3 36/36] net/idpf: enable simple Tx function

[PATCH 1/2] cryptodev: add support for 256-NxA4/5/6 algorithms
 2026-01-30 11:12 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/2] test/crypto: add tests "
    ` [EXTERNAL] "
` [PATCH v7 1/2] cryptodev: add support "
  ` [PATCH v7 2/2] test/crypto: add tests "
    ` [EXTERNAL] "

[RFC 0/6] Fix pthread mutexes for multi-process support
 2026-01-30  5:17 UTC  (7+ messages)
` [RFC 1/6] ethdev: fix flow_ops_mutex for multi-process
` [RFC 2/6] net/failsafe: fix hotplug_mutex "
` [RFC 3/6] net/atlantic: fix mbox_mutex "
` [RFC 4/6] net/axgbe: fix mutexes "
` [RFC 5/6] net/bnxt: "
` [RFC 6/6] net/hinic: "

[PATCH] lib: remove extra characters ending comment blocks
 2026-01-30  1:22 UTC  (4+ messages)

[PATCH v1] dts: update testuite names to be consistent
 2026-01-29 22:19 UTC  (3+ messages)
` [PATCH v2] dts: update testsuite named to be clear and consistent

[RFC] doc: add AGENTS.md for AI-powered code review tools
 2026-01-29 20:38 UTC  (6+ messages)
` [PATCH v9 0/4] devtools: add AI-assisted "
  ` [PATCH v9 1/4] doc: add AGENTS.md for AI-powered "
  ` [PATCH v9 2/4] devtools: add multi-provider AI patch review script
  ` [PATCH v9 3/4] devtools: add compare-reviews.sh for multi-provider analysis
  ` [PATCH v9 4/4] devtools: add multi-provider AI documentation review script

[PATCH] test: add a test for null PMD
 2026-01-29 20:25 UTC  (7+ messages)
` [PATCH v9 0/5] net/null: improvements and bug fixes
  ` [PATCH v9 1/5] net/null: cleanup info response
  ` [PATCH v9 2/5] net/null: validate the numeric devargs
  ` [PATCH v9 3/5] net/null: remove redundant argument validation
  ` [PATCH v9 4/5] test: support larger packet sizes in burst generator
  ` [PATCH v9 5/5] test: add a test for null PMD

[PATCH] net/null: fix Tx statistics accumulation
 2026-01-29 20:17 UTC  (2+ messages)

[RFC PATCH] dts: add PVVP case to virtio suite
 2026-01-29 19:59 UTC  (2+ messages)

[DPDK/DTS Bug 1874] dts: missing rst file for qinq test suite
 2026-01-29 17:58 UTC 

[PATCH] vhost: fix use-after-free race during cleanup
 2026-01-29 17:21 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[v2] crypto/openssl: Add support for SHA3 algorithms
 2026-01-29 14:42 UTC  (2+ messages)

[PATCH] eal/linux: handle epoll error conditions
 2026-01-29 12:51 UTC  (2+ messages)

[PATCH] net/ice: ensure correct vector flag after reconfiguration
 2026-01-29 11:56 UTC  (3+ messages)

[PATCH] net/intel: improve Rx descriptor ring size checks
 2026-01-29 11:42 UTC  (4+ messages)
` [PATCH v2] "

[RFC 0/4] net/af_packet: cleanups and optimizations
 2026-01-29  9:00 UTC  (10+ messages)
` [RFC 1/4] net/af_packet: remove volatile from statistics
` [RFC 2/4] test: add test for af_packet
` [RFC 4/4] net/af_packet: add VPP-style prefetching to receive path

[PATCH] net/null: fix Tx statistics accumulation
 2026-01-29  8:51 UTC 

[PATCH v17 0/2] net: optimize __rte_raw_cksum
 2026-01-29  8:31 UTC  (6+ messages)
` [PATCH v18 "
  ` [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] net/mlx5: update stored Rx queue MTU when port MTU changes
 2026-01-29  8:13 UTC  (2+ messages)
` [PATCH v2] net/mlx5: allow MTU mismatch for running shared Rx queues

[PATCH v1] doc: add missing rst file
 2026-01-29  5:12 UTC  (2+ messages)

[PATCH 0/2] support dmabuf
 2026-01-29  1:51 UTC  (6+ messages)
` [PATCH 1/2] eal: "
` [PATCH 2/2] common/mlx5: "

[RFC 0/8] first steps in fixing buffer overflow
 2026-01-29  1:41 UTC  (19+ 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
  ` [PATCH v14 10/17] eal: limit maximum runtime directory and socket paths
  ` [PATCH v14 11/17] eal: check for hugefile path overflow
  ` [PATCH v14 12/17] eal: check tailq length
  ` [PATCH v14 13/17] eal: handle long shared library path
  ` [PATCH v14 14/17] ethdev: avoid possible overflow in xstat names
  ` [PATCH v14 15/17] vhost: check for overflow in xstat name
  ` [PATCH v14 16/17] cfgfile: add length checks and increase line buffer
  ` [PATCH v14 17/17] lib: enable format overflow warnings

[dpdk-dev] [PATCH] devtools: test different build types
 2026-01-29  1:35 UTC  (4+ messages)
` [PATCH v4 0/4] more build tests
  ` [PATCH v4 2/4] argparse: fix minsize build

[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 v2 0/4] af_packet correctness, performance, cksum
 2026-01-29  1:07 UTC  (8+ messages)
` [PATCH v3 "
  ` [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] "

[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


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