public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-01-13 15:19:33 to 2026-01-14 22:28:28 UTC [more...]

[PATCH 0/9] reowrd in prog guide
 2026-01-14 22:26 UTC  (14+ 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
  ` [PATCH v3 03/11] doc: correct grammar and typos in design guide
  ` [PATCH v3 04/11] doc: correct errors in Linux system requirements guide
  ` [PATCH v3 05/11] doc: correct grammar in service cores guide
  ` [PATCH v3 06/11] doc: correct grammar and errors in trace library guide
  ` [PATCH v3 07/11] doc: correct typos in log "
  ` [PATCH v3 08/11] doc: correct errors in command-line "
  ` [PATCH v3 09/11] doc: correct errors in trace "
  ` [PATCH v3 10/11] doc: correct errors in stack "
  ` [PATCH v3 11/11] doc: correct errors in RCU "
` [PATCH v4 00/11] doc: programmers guide corrections

[PATCH 00/29] doc/guides: sample application documentation improvements
 2026-01-14 22:22 UTC  (30+ messages)
` [PATCH 01/29] examples/timer: correct documentation errors
` [PATCH 02/29] examples/packet_ordering: "
` [PATCH 03/29] examples/service_cores: "
` [PATCH 04/29] examples/rxtx_callbacks: "
` [PATCH 05/29] examples/ip_fragmentation: "
` [PATCH 06/29] examples/eventdev_pipeline: "
` [PATCH 07/29] doc/guides: improve VMDq sample application documentation
` [PATCH 08/29] examples/distributor: correct documentation errors
` [PATCH 09/29] examples/ipv4_multicast: correct documentation typo
` [PATCH 10/29] examples/test_pipeline: correct documentation errors
` [PATCH 11/29] examples/qos: improve sample application documentation
` [PATCH 12/29] examples/vhost: "
` [PATCH 13/29] examples/ptpclient: "
` [PATCH 14/29] doc/guides: improve vDPA sample application guide
` [PATCH 15/29] doc/guides: improve command line sample app guide
` [PATCH 16/29] doc/guides: improve DMA "
` [PATCH 17/29] doc/guides: improve FIPS validation "
` [PATCH 18/29] doc/guides: improve Hello World "
` [PATCH 19/29] doc/guides: improve sample applications introduction
` [PATCH 20/29] doc/guides: improve IP pipeline sample app guide
` [PATCH 21/29] doc/guides: improve IP reassembly "
` [PATCH 22/29] doc/guides: improve IPsec security gateway guide
` [PATCH 23/29] doc/guides: improve link status interrupt sample app guide
` [PATCH 24/29] doc/guides: improve multi-process "
` [PATCH 25/29] doc/guides: improve pipeline "
` [PATCH 26/29] doc/guides: improve VM power management "
` [PATCH 27/29] doc/guides: improve keep alive "
` [PATCH 28/29] fix ipsec gw
` [PATCH 29/29] fix pipeline

[PATCH v6] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-14 21:56 UTC  (2+ messages)
` [PATCH v7] "

[PATCH v2 0/5] bpf: simple tests and fixes
 2026-01-14 19:50 UTC  (3+ messages)
` [PATCH v3 0/6] "

[PATCH] bpf: fix x86 call stack alignment, add tests
 2026-01-14 19:43 UTC  (3+ messages)

[PATCH v1 0/4] ring: some fixes and improvements
 2026-01-14 19:42 UTC  (2+ messages)

[PATCH] net: fix parsing of frames with arbitrary VLAN stacks
 2026-01-14 19:33 UTC  (2+ messages)

[PATCH v1 0/1] Rewrite devbind
 2026-01-14 19:24 UTC  (3+ messages)
` [PATCH v3 0/2] "

[PATCH] lpm: add new LPM v6 implementation (lpm6c)
 2026-01-14 18:58 UTC  (4+ messages)

[PATCH] test: add a test for null PMD
 2026-01-14 18:30 UTC  (5+ messages)
` [PATCH v5 0/3] test: add null PMD test suite
  ` [PATCH v5 1/3] net/null: cleanup info_get
  ` [PATCH v5 2/3] test: generate larger packet bursts
  ` [PATCH v5 3/3] test: add a test for null PMD

mbuf fast-free requirements analysis
 2026-01-14 18:05 UTC  (17+ messages)

[PATCH] cmdline: update clear screen behavior
 2026-01-14 18:00 UTC  (2+ messages)

[PATCH v2 0/3] vhost: VDUSE-related fixes
 2026-01-14 17:53 UTC  (5+ messages)
` [PATCH v2 1/3] vhost: fix virtqueue array size for control queue
` [PATCH v2 2/3] vhost: fix descriptor chain bounds check in "
` [PATCH v2 3/3] vhost: fix mmap error check in VDUSE IOTLB miss handler

[PATCH] config/arm: fix 32-bit cross compile with latest GCC
 2026-01-14 17:37 UTC  (2+ messages)

[PATCH 0/4] net/mlx5: future HW devargs defaults and fixes
 2026-01-14 17:31 UTC  (2+ messages)

[PATCH v1 0/1] fix hardware stats interrupt nesting issue
 2026-01-14 17:23 UTC  (3+ messages)
` [PATCH v1 1/1] net/nbl: "

[PATCH v1 0/1] Address NBL Coverity issues
 2026-01-14 17:13 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] net/nbl: fix issues reported by Coverity

[RFC PATCH 00/19] Fix building much of DPDK with -Wshadow
 2026-01-14 17:02 UTC  (37+ messages)
` [PATCH v3 00/31] build DPDK with Wshadow flag
  ` [PATCH v3 31/31] build: enable shadowed variable warnings
` [PATCH v4 00/31] build DPDK with Wshadow flag
  ` [PATCH v4 01/31] eal: add more min/max helpers
  ` [PATCH v4 02/31] eal: fix variable shadowing
  ` [PATCH v4 03/31] ethdev: fix variable shadowing issues
  ` [PATCH v4 04/31] eventdev: "
  ` [PATCH v4 05/31] net: remove shadowed variable
  ` [PATCH v4 06/31] pipeline: fix variable shadowing
  ` [PATCH v4 07/31] table: fix issues with "
  ` [PATCH v4 08/31] power: rename variable to eliminate shadowing
  ` [PATCH v4 09/31] pcapng: rename variable to fix shadowing
  ` [PATCH v4 10/31] bbdev: fix variable shadowing
  ` [PATCH v4 11/31] bus/pci: remove shadowed variables
  ` [PATCH v4 12/31] net/intel: rename function param to avoid shadow warnings
  ` [PATCH v4 13/31] net/e1000: fix build with shadow warnings enabled
  ` [PATCH v4 14/31] net/i40e: "
  ` [PATCH v4 15/31] net/ice: "
  ` [PATCH v4 16/31] net/cpfl: "
  ` [PATCH v4 17/31] net/ixgbe: "
  ` [PATCH v4 18/31] app/testpmd: "
  ` [PATCH v4 19/31] app/graph: "
  ` [PATCH v4 20/31] app/pdump: fix warning about shadowed variable
  ` [PATCH v4 21/31] app/test-bbdev: remove shadow warning from next max calls
  ` [PATCH v4 22/31] app/test-compress-perf: rename local vars to fix shadowing
  ` [PATCH v4 23/31] app/test-crypto-perf: "
  ` [PATCH v4 24/31] app/test-eventdev: fix build with shadow warnings enabled
  ` [PATCH v4 25/31] app/test-flow-perf: remove unneeded variable
  ` [PATCH v4 26/31] app/test-security-perf: fix build with shadow warnings
  ` [PATCH v4 27/31] app/test-pipeline: remove unnecessary variable
  ` [PATCH v4 28/31] drivers: disable variable shadowing warnings for drivers
  ` [PATCH v4 29/31] app/test: disable shadowing warnings for unit tests
  ` [PATCH v4 30/31] examples: ignore variable shadowing warnings
  ` [PATCH v4 31/31] build: enable shadowed variable warnings

[PATCH 0/3] vhost: VDUSE-related fixes
 2026-01-14 15:09 UTC  (4+ messages)
` [PATCH 2/3] vhost: fix descriptor chain bounds check in control queue

[PATCH] net/intel: cache mbuf fast release mempool
 2026-01-14 14:45 UTC  (3+ messages)

Technical board meeting minutes - 2026/01/07
 2026-01-14 13:39 UTC 

[PATCH] net/iavf: support pre and post reset callbacks
 2026-01-14 13:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/3] EAL memory fixes
 2026-01-14 10:04 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] eal/freebsd: do not use prev_ms_idx for hole detection
  ` [PATCH v3 2/3] eal/freebsd: avoid claiming memseg holes
  ` [PATCH v3 3/3] eal/linux: check hugepage access permissions
    ` [PATCH v4] "

[PATCH 1/2] common/cnxk: add support for halos
 2026-01-14  7:52 UTC  (4+ messages)
` [PATCH v2 0/2] cnxk: add HALO support for CN20K mempool

[PATCH] examples/ip_reassembly: remove conflicting Tx offload
 2026-01-14  7:35 UTC  (3+ messages)

[PATCH v4 1/1] examples/l2fwd-jobstats: fix lock availability
 2026-01-14  6:24 UTC  (3+ messages)
` [PATCH v5 "

[PATCH] examples/symmetric_mp: log/ignore promiscuous fail
 2026-01-14  6:13 UTC  (3+ messages)
` [PATCH v3 1/1] examples/mp_server: warn on promisc enable failure

[PATCH] license: standardize SPDX tag for 3-Clause BSD
 2026-01-14  6:00 UTC  (5+ messages)

[PATCH] eal/linux: redefine the name for rte_fbarray_init()
 2026-01-14  5:54 UTC  (4+ messages)
` [PATCH v3] eal/linux: fix fbarray name with multiple secondary processes
  ` [PATCH v4] Subject: eal/linux: fix fbarray name collision in containers

[PATCH v5] devtools: add .clang-format file
 2026-01-14  5:13 UTC  (3+ messages)
` [PATCH v6] "

[PATCH RESEND] malloc: fix allocation for a specific case with ASan
 2026-01-14  5:07 UTC  (2+ messages)

[RFC PATCH 0/7] Add script for real-time telemetry monitoring
 2026-01-14  2:00 UTC  (3+ messages)
` [PATCH v2 "

[RFC 0/3] common/cnxk: remove dependence on VLA
 2026-01-14  1:50 UTC  (5+ messages)
` [PATCH v2 0/3] common/cnxk: remove variable length arrays
  ` [PATCH v2 1/3] common/cnxk: replace variable length state array
  ` [PATCH v2 2/3] common/cnxk: replace variable length array
  ` [PATCH v2 3/3] common/cnxk: re-enable vla warnings

[PATCH] build: output a dependency log in build directory
 2026-01-14  1:26 UTC  (3+ messages)
` [PATCH v3 0/8] record and rework component dependencies

[PATCH v4 00/11] devtools, lib, test, net, common: remove unused rte_bitmap_free() and plt_bitmap_free()
 2026-01-14  1:17 UTC  (2+ messages)

[PATCH] eal/x86: reduce memcpy code duplication
 2026-01-13 23:19 UTC  (3+ messages)
` [PATCH v6] eal/x86: optimize memcpy of small sizes

[PATCH v1 0/8] Support VFIO cdev API in DPDK
 2026-01-13 23:16 UTC  (3+ messages)
` [PATCH v6 00/18] "

[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  (11+ messages)
` [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  (10+ messages)
` [PATCH v2 00/36] "
  ` [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)

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)


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