public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-01-11 15:18:04 to 2026-01-13 23:01:20 UTC [more...]

[PATCH 0/9] reowrd in prog guide
 2026-01-13 22:51 UTC  (4+ messages)
` [PATCH v3 00/11] doc: programmers guide corrections
  ` [PATCH v3 01/11] doc: correct grammar and punctuation errors in ethdev guide
  ` [PATCH v3 02/11] doc: correct grammar and typos in argparse library guide

[v2 0/3] L3fwd changes
 2026-01-13 21:10 UTC  (3+ messages)
` [v3 "

[RFC 0/8] first steps in fixing buffer overflow
 2026-01-13 20:21 UTC  (20+ messages)
` [PATCH v10 00/18] fix format overflow warnings in libraries
  ` [PATCH v10 01/18] lpm: restrict name size
  ` [PATCH v10 02/18] hash: add checks for hash name length
  ` [PATCH v10 03/18] graph: avoid overflowing comment buffer
  ` [PATCH v10 04/18] latencystats: add check for string overflow
  ` [PATCH v10 05/18] telemetry: check for path overflow
  ` [PATCH v10 06/18] efd: handle possible name truncation
  ` [PATCH v10 07/18] eal: use C library to parse filesystem table
  ` [PATCH v10 08/18] eal: warn if thread name is truncated
  ` [PATCH v10 09/18] eal: avoid format overflow when handling addresses
  ` [PATCH v10 10/18] eal: add check for sysfs path overflow
  ` [PATCH v10 11/18] eal: limit maximum runtime directory and socket paths
  ` [PATCH v10 12/18] eal: check for hugefile path overflow
  ` [PATCH v10 13/18] eal: check tailq length
  ` [PATCH v10 14/18] eal: handle long shared library path
  ` [PATCH v10 15/18] ethdev: avoid possible overflow in xstat names
  ` [PATCH v10 16/18] vhost: check for overflow in xstat name
  ` [PATCH v10 17/18] cfgfile: add length checks and increase line buffer
  ` [PATCH v10 18/18] lib: enable format overflow warnings

[PATCH 0/3] fix uninitialized variable
 2026-01-13 20:04 UTC  (3+ messages)
` [PATCH 3/3] eventdev: "

[RFC PATCH 0/6] ethdev: refactor and extend DCB configuration API
 2026-01-13 19:52 UTC  (3+ messages)
` [RFC PATCH 1/6] ethdev: extend and refactor DCB configuration

[PATCH 00/12] net/pcap: cleanups and test
 2026-01-13 19:23 UTC  (13+ messages)
` [PATCH v2 0/9] pcap: cleanup pcap PMD and add test
` [PATCH v3 0/9] net/pcap: improvements and test coverage
  ` [PATCH v3 1/9] doc: update features for PCAP PMD
  ` [PATCH v3 2/9] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v3 3/9] net/pcap: support MTU set
  ` [PATCH v3 4/9] net/pcap: use bool for flags
  ` [PATCH v3 5/9] net/pcap: support Tx offloads
  ` [PATCH v3 6/9] net/pcap: support nanosecond timestamp precision
  ` [PATCH v3 7/9] net/pcap: remove global variables
  ` [PATCH v3 8/9] net/pcap: avoid use of volatile
  ` [PATCH v3 9/9] test: add test for pcap PMD

[PATCH 0/2] net/idpf: enable AVX2 for split queue Rx/Tx
 2026-01-13 18:13 UTC  (3+ messages)
` [PATCH v11 0/3] "

[RFC PATCH v2 0/7] flow_parser: add shared parser library
 2026-01-13 17:46 UTC  (2+ messages)

[PATCH 1/9] gpu/cuda: add NVIDIA GPU H100
 2026-01-13 17:36 UTC  (2+ messages)

[PATCH 00/21] replace strtok with strtok_r
 2026-01-13 17:27 UTC  (3+ messages)
` [PATCH v6 00/25] "

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

[PATCH v2] net/netvsc: fix race condition in RNDIS command execution
 2026-01-13 16:58 UTC  (4+ messages)
` [RFT 0/2] net/netvsc: fix race conditions
  ` [RFT 1/2] net/netvsc: fix RNDIS command concurrency issue
  ` [RFT 2/2] net/netvsc: fix link status "

[PATCH dpdk] iavf: fix reported max TX and RX queues in ethdev info
 2026-01-13 16:29 UTC  (3+ messages)

[PATCH] net/i40e: fix QinQ stripping
 2026-01-13 16:25 UTC  (5+ messages)

mbuf fast-free requirements analysis
 2026-01-13 16:07 UTC  (10+ messages)

[PATCH] net/iavf: support pre and post reset callbacks
 2026-01-13 15:51 UTC  (2+ messages)

22.11.11 patches review and test
 2026-01-13 15:45 UTC  (12+ messages)

[PATCH] net/gve: add reset path
 2026-01-13 15:38 UTC  (2+ messages)

[PATCH v1] net/zxdh: add pcie bar channel check
 2026-01-13 15:32 UTC  (3+ messages)
` [PATCH v1 0/2] fix bug

[RFC] doc: add AGENTS.md for AI-powered code review tools
 2026-01-13 15:28 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/9] net/sfc: SFN7xxx deprecation and Medford fixes
 2026-01-13 15:21 UTC  (2+ messages)

Techboard meeting minutes, 2025-Dec-10
 2026-01-13 15:03 UTC 

[PATCH v2] bus/pci: don't open uio device in secondary process
 2026-01-13 14:31 UTC  (8+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH] net/bnxt: fix the stat collection
 2026-01-13 14:59 UTC  (3+ messages)
` [PATCH v2] "

DPDK Release Status Meeting 2026-01-13
 2026-01-13 14:51 UTC 

[PATCH v3 00/16] NBL PMD for Nebulamatrix NICs
 2026-01-13 14:46 UTC  (4+ messages)
` [PATCH v1 0/1] Address NBL Coverity issues
  ` [PATCH v1 1/1] net/nbl: fix issues reported by Coverity

[DPDK/other Bug 1867] mlx5: enabling internal VF-to-VF communication causes performance to drop significantly
 2026-01-13 12:31 UTC 

[PATCH v2 2/2] net/netvsc: fix race condition in RNDIS command execution
 2026-01-13  9:52 UTC 

[PATCH] net/netvsc: Fix on race condition of multiple commands
 2026-01-13  9:38 UTC  (3+ messages)

[PATCH] buildtools: prepare symbol check for Windows
 2026-01-13  8:06 UTC  (2+ messages)
` [PATCH v2] buildtools: add symbol check to Windows

[PATCH] common/mlx5: skip ROCE disable for auxiliary SF devices
 2026-01-10 23:15 UTC 

[PATCH] doc: flow-perf: document the --query-rate option
 2026-01-13  2:57 UTC 

[PATCH 0/4] net/mlx5: future HW devargs defaults and fixes
 2026-01-13  1:20 UTC  (9+ messages)
` [PATCH 1/4] drivers: fix flow devarg handling for future HW
` [PATCH 2/4] net/mlx5: fix default memzone requirements in HWS
` [PATCH 3/4] net/mlx5: fix internal HWS pattern template creation
` [PATCH 4/4] net/mlx5: fix redundant control rules in promiscuous mode

[PATCH] app/testpmd: fix flow queue job leaks
 2026-01-13  1:09 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2 0/9] riscv: implement accelerated crc using zbc
 2026-01-13  1:07 UTC  (3+ messages)
` [PATCH v3 "

[RFC] pcapng: improve performance of timestamping
 2026-01-13  0:51 UTC  (17+ messages)
` [PATCH v3 0/7] pcapng: fixes and improvements
  ` [PATCH v3 1/7] pcapng: add length checks to string arguments
  ` [PATCH v3 2/7] pcapng: use malloc instead of fixed buffer size
  ` [PATCH v3 3/7] pcapng: add additional mbuf if space required on copy
  ` [PATCH v3 4/7] test: add more tests for comments in pcapng
  ` [PATCH v3 5/7] test: vary size of packets in pcapng test
  ` [PATCH v3 6/7] test: increase gap "
  ` [PATCH v3 7/7] pcapng: improve performance of timestamping
` [PATCH v4 0/7] pcapng: fixes and improvements
  ` [PATCH v4 1/7] pcapng: add length checks to string arguments
  ` [PATCH v4 2/7] pcapng: use malloc instead of fixed buffer size
  ` [PATCH v4 3/7] pcapng: add additional mbuf if space required on copy
  ` [PATCH v4 4/7] test: add more tests for comments in pcapng
  ` [PATCH v4 5/7] test: vary size of packets in pcapng test
  ` [PATCH v4 6/7] test: increase gap "
  ` [PATCH v4 7/7] pcapng: improve performance of timestamping

[PATCH] eal/x86: reduce memcpy code duplication
 2026-01-13  0:39 UTC  (9+ messages)
` [PATCH v5] eal/x86: optimize memcpy of small sizes
` [PATCH v6] "

[RFC PATCH 1/3] dts: add find float method to text parser
 2026-01-12 19:20 UTC  (6+ messages)
` [RFC PATCH 3/3] dts: add cryptodev testsuite
        ` [EXTERNAL] "

[PATCH] net/mlx5: fix offset handling in mlx5_aso_cnt_sq_enqueue_burst
 2026-01-12 17:26 UTC  (2+ messages)

[PATCH] net/mlx5: fix HW flow counter query
 2026-01-12 17:23 UTC 

[PATCH v5] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-12 16:43 UTC  (3+ messages)

[PATCH dpdk] telemetry: fix adding dicts in container arrays
 2026-01-12 16:10 UTC  (4+ messages)
` [PATCH dpdk v2] "

[PATCH] mailmap: add Scott Mitchell
 2026-01-12 16:03 UTC 

[PATCH v13] net: optimize __rte_raw_cksum and add tests
 2026-01-12 15:03 UTC  (3+ messages)

[PATCH v14 0/2] net: optimize __rte_raw_cksum
 2026-01-12 15:00 UTC  (5+ messages)
` [PATCH v14 1/2] eal: add __rte_may_alias to unaligned typedefs
` [PATCH v14 2/2] net: __rte_raw_cksum pointers enable compiler optimizations

[PATCH] net/af_xdp: fix external mbuf transmit
 2026-01-12 13:59 UTC  (4+ messages)

[PATCH] net/intel: update key_len when getting RSS key
 2026-01-12 13:53 UTC 

[PATCH 0/2] align crypto CPTR as per platform
 2026-01-12 12:23 UTC  (3+ messages)
` [PATCH 1/2] common/cnxk: set CPT cache line size "
` [PATCH 2/2] crypto/cnxk: align TLS CPTR to 256B

[PATCH 0/2] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-12 11:25 UTC  (7+ messages)
` [PATCH 1/2] "

[PATCH] mbuf: fix packet copy
 2026-01-12 10:58 UTC  (6+ messages)

[PATCH 1/2] net/nfb: remove unused flag
 2026-01-12  6:17 UTC  (5+ messages)
` [PATCH 2/2] net/af_packet: remove unused attribute

[PATCH] test: add a test for null PMD
 2026-01-12  0:56 UTC  (3+ messages)
` [PATCH v4 0/3] null pmd minor cleanup and add test

[PATCH v1 0/5] net/zxdh: add support some new features
 2026-01-12  0:32 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v3 0/2] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-12  0:06 UTC  (5+ messages)
` [PATCH v3 v3 1/2] "
` [PATCH v3 v3 2/2] mailmap: add Scott Mitchell

[PATCH v12 0/3] net: optimize raw checksum computation
 2026-01-11 20:24 UTC  (6+ messages)
` [PATCH v12 3/3] eal/net: add workaround for GCC optimization bug

[PATCH v4 0/2] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-11 16:06 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] mailmap: add Scott Mitchell

[PATCH] mbuf: optimize detach direct buffer
 2026-01-11 16:01 UTC  (2+ messages)

[PATCH v2 0/2] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-11 15:17 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mailmap: add Scott Mitchell


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