DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 0/5] bpf enhancements
 2025-11-10 17:08 UTC  (27+ messages)
` [PATCH v4 0/5] BPF enhancements
  ` [PATCH v4 1/5] bpf: add allocation annotations to functions
  ` [PATCH v4 2/5] bpf: use bulk free on filtered packets
  ` [PATCH v4 3/5] bpf: add a test for BPF ELF load
  ` [PATCH v4 4/5] bpf: add test for Rx and Tx filtering
  ` [PATCH v4 5/5] bpf: replace use of VLA
` [PATCH v5 0/5] BPF cleanup and tests
  ` [PATCH v5 1/5] bpf: add allocation annotations to functions
  ` [PATCH v5 2/5] bpf: use bulk free on filtered packets
  ` [PATCH v5 3/5] bpf: add a test for BPF ELF load
  ` [PATCH v5 4/5] bpf: add test for Rx and Tx filtering
  ` [PATCH v5 5/5] bpf: replace use of VLA

[PATCH] crypto/qat: fix CCM request descriptor hash_state_sz field
 2025-11-10 17:01 UTC  (3+ messages)
  ` [v2] "

[PATCH 0/3] bpf: simple tests and fixes
 2025-11-10 16:46 UTC  (6+ messages)
` [PATCH 1/3] bpf: fix signed shift overflows in ARM JIT
` [PATCH 2/3] bpf: disallow empty program
` [PATCH 3/3] bpf: make add/subtract one program validate

[PATCH] lib/gro: use hash function for flow lookup
 2025-11-10 16:29 UTC  (3+ messages)

[PATCH] gro : improve GRO performance based on hash table
 2025-11-10 16:23 UTC 

[PATCH v1 1/1] net/ixgbe: fix PF link state request mailbox size
 2025-11-10 13:55 UTC 

[PATCH] net/ice: set pkt prepare to dummy instead of NULL
 2025-11-10 12:24 UTC 

[PATCH 0/5] net/mlx5: support count and age actions on root group
 2025-11-10 12:21 UTC  (3+ messages)
` [PATCH v2 "

Question: Why doesn’t rte_ring use double-mapped VMA to eliminate wraparound logic?
 2025-11-10 12:07 UTC  (3+ messages)

[PATCH v2 0/1] ring: correct ordering issue in head/tail update
 2025-11-10 10:25 UTC  (8+ messages)
` [PATCH v2 1/1] ring: safe partial ordering for "
` [PATCH v3 0/1] ring: correct ordering issue in "
  ` [PATCH v3 1/1] ring: fix unsafe ordering for "

[PATCH 0/2] L4 protocol retrieval from L3 header
 2025-11-10  9:56 UTC  (3+ messages)
` [PATCH 1/2] app/testpmd: revert "

[PATCH 0/3] testpmd support stop specify lcore
 2025-11-10  9:43 UTC  (7+ messages)
` [PATCH v5 0/2] two enhance for testpmd DCB test
  ` [PATCH v5 1/2] app/testpmd: support specify TCs when DCB forward
  ` [PATCH v5 2/2] app/testpmd: support multi-cores process one TC
` [PATCH v6 0/2] two enhance for testpmd DCB test
  ` [PATCH v6 1/2] app/testpmd: support specify TCs when DCB forward
  ` [PATCH v6 2/2] app/testpmd: support multi-cores process one TC

[PATCH] devtools: add RISC-V vector in meson build test
 2025-11-10  9:39 UTC  (3+ messages)

[PATCH v5 0/6] DPAA specific changes
 2025-11-10  9:31 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 4/6] bus/dpaa: disable qman Invalid Enqueue State interrupt

[PATCH 00/19] Wangxun Fixes
 2025-11-10  9:29 UTC  (3+ messages)
` [PATCH 08/19] net/txgbe: add device arguments for FDIR

[PATCH] net/mlx5: fix spurious CPU wakeups caused by invalid CQE
 2025-11-10  9:29 UTC  (3+ messages)

[RFC] ethdev: fix UAF in rte_eth_tx_burst with filtering
 2025-11-10  9:02 UTC  (4+ messages)

[RFC PATCH 00/19] Fix building much of DPDK with -Wshadow
 2025-11-10  8:58 UTC  (48+ messages)
` [RFC PATCH v2 00/33] build "
  ` [RFC PATCH v2 01/33] eal: add more min/max helpers
  ` [RFC PATCH v2 02/33] eal: fix variable shadowing
  ` [RFC PATCH v2 03/33] ethdev: fix variable shadowing issues
  ` [RFC PATCH v2 04/33] eventdev: "
  ` [RFC PATCH v2 05/33] net: remove shadowed variable
  ` [RFC PATCH v2 06/33] pipeline: fix variable shadowing
  ` [RFC PATCH v2 07/33] table: fix issues with "
  ` [RFC PATCH v2 08/33] power: rename variable to eliminate shadowing
  ` [RFC PATCH v2 09/33] pcapng: rename variable to fix shadowing
  ` [RFC PATCH v2 10/33] telemetry: make socket handler typedef private
  ` [RFC PATCH v2 11/33] bbdev: fix variable shadowing
  ` [RFC PATCH v2 12/33] bus/pci: remove shadowed variables
  ` [RFC PATCH v2 13/33] net/intel: rename function param to avoid shadow warnings
  ` [RFC PATCH v2 14/33] net/e1000: fix build with shadow warnings enabled
  ` [RFC PATCH v2 15/33] net/i40e: "
  ` [RFC PATCH v2 16/33] net/ice: "
  ` [RFC PATCH v2 17/33] net/cpfl: "
  ` [RFC PATCH v2 18/33] net/ixgbe: "
  ` [RFC PATCH v2 19/33] app/test-pmd: "
  ` [RFC PATCH v2 20/33] app/graph: "
  ` [RFC PATCH v2 21/33] app/pdump: fix warning about shadowed variable
  ` [RFC PATCH v2 22/33] app/test-bbdev: use RTE_MAX3 to remove variable shadowing
  ` [RFC PATCH v2 23/33] app/test-compress-perf: fix "
  ` [RFC PATCH v2 24/33] app/test-crypto-perf: fix shadowed variable
  ` [RFC PATCH v2 25/33] app/test-dma-perf: renamed "
  ` [RFC PATCH v2 26/33] app/test-eventdev: fix build with shadow warnings enabled
  ` [RFC PATCH v2 27/33] app/test-flow-perf: remove unneeded variable
  ` [RFC PATCH v2 28/33] app/test-security-perf: fix build with shadow warnings
  ` [RFC PATCH v2 29/33] app/test-pipeline: remove unnecessary variable
  ` [RFC PATCH v2 30/33] drivers: disable variable shadowing warnings for drivers
  ` [RFC PATCH v2 31/33] app/test: disable shadowing warnings for unit tests
  ` [RFC PATCH v2 32/33] examples: ignore variable shadowing warnings
  ` [RFC PATCH v2 33/33] build: enable shadowed variable warnings

[PATCH v1 0/4] NBL add new features
 2025-11-10  8:56 UTC  (10+ messages)
` [PATCH v1 1/4] net/nbl: change default Rx extension header size to 12 bytes
` [PATCH v1 2/4] net/nbl: add support for Tx and Rx VLAN offload
    ` 回复:[PATCH "
` [PATCH v1 3/4] net/nbl: add support for imissed stats
` [PATCH v1 4/4] net/nbl: update documentation and maintainers
    ` 回复:[PATCH "

RFCv1: DPDK RTE Flow Rule Parser
 2025-11-10  8:54 UTC  (4+ messages)

[PATCH dpdk] graph: fix use-after-free when updating edges with active graphs
 2025-11-10  8:50 UTC  (2+ messages)

[PATCH] net/ice: fix statistics read error
 2025-11-10  8:05 UTC  (3+ messages)
` [PATCH v2] "

[DPDK/other Bug 1825] The DPDK memif driver fails to connect a second zero-copy client port from the same process, logging an "mmap failed: No such device" error
 2025-11-10  6:50 UTC 

[PATCH] config/riscv: add rv64gcv cross compilation target
 2025-11-09 21:38 UTC  (5+ messages)
  `  "
    `  "

[PATCH] mempool: hide zero value items when dump cache
 2025-11-09 18:34 UTC  (3+ messages)

[PATCH 0/9] bugfix and refactor of dma-perf
 2025-11-09 18:30 UTC  (3+ messages)
` [PATCH v4 00/14] "

[RFC 00/47] resolve issues with sys/queue.h
 2025-11-09 14:50 UTC  (8+ messages)
` [PATCH v3 00/44] introduce _SAFE variants of queue macros
  ` [PATCH v3 10/44] ethdev: replace use of sys/queue.h
  ` [PATCH v3 11/44] lib: remove "
  ` [PATCH v3 29/44] net/sfc: replace "

[PATCH 1/2] ethdev: make representor parameter more explicit
 2025-11-09 14:42 UTC  (3+ messages)
` [PATCH v4 "

[PATCH] vhost: fix use-after-free race during cleanup
 2025-11-09 14:26 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/3] net/dpaa2: fix duplicate calling of dpaa2 dev close
 2025-11-08 15:35 UTC  (8+ messages)
` [PATCH 2/3] net/dpaa2: clear active VDQ state when freeing Rx queues

[PATCH 0/5] Cleanup rte_dpaa2_device
 2025-11-08 15:32 UTC  (6+ messages)
` [PATCH 1/5] crypto/dpaa2_sec: remove crypto device in bus device
` [PATCH 2/5] dma/dpaa2: remove DMA "
` [PATCH 3/5] net/dpaa2: remove dead code in loopback mode
` [PATCH 4/5] net/dpaa2: remove ethdev device in bus device
` [PATCH 5/5] bus/fslmc: remove raw "

[PATCH v2 1/1] net/e1000: use device timestamp for igc read_clock() operation
 2025-11-08  8:06 UTC 

[PATCH v1 1/1] net/e1000: use device timestamp for igc read_clock() operation
 2025-11-08  7:08 UTC  (3+ messages)

[PATCH 1/2] net/mlx5: improve socket file path
 2025-11-08  1:16 UTC  (6+ messages)
` [PATCH v2 1/2] net/mlx5: enhance "
  ` [PATCH v3 1/2] net/mlx5: improve socket file path handling
    ` [PATCH v3 2/2] net/mlx5: improve debug dump "

[PATCH v3 1/3] dts: add start Tx first method to testpmd shell
 2025-11-07 21:53 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/3] dts: add virtio forwarding test suite
    ` [PATCH v5 1/4] dts: add start Tx first method to testpmd shell
      ` [PATCH v5 2/4] dts: add methods for runtime interface config
      ` [PATCH v5 3/4] dts: add set portlist command to testpmd shell
      ` [PATCH v5 4/4] dts: add virtio forwarding test suite

[PATCH v2 1/2] dts: add QinQ strip and VLAN extend to testpmd shell
 2025-11-07 20:14 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] dts: add QinQ test suite

[RFC PATCH] doc: clarify VLAN and QinQ stripping behaviour
 2025-11-07 19:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/mlx5: fix transceiver warning when not exist
 2025-11-07 18:15 UTC  (7+ messages)

[PATCH 1/2] app/pdump: remove hard-coded memory channels EAL arg
 2025-11-07 16:14 UTC  (4+ messages)
` [PATCH 2/2] app/pdump: improve cmdline argument handling

[PATCH v7 6/6] net/cnxk: report link mode
 2025-11-07 15:59 UTC  (9+ messages)
` [PATCH v8 1/6] common/cnxk: support link mode configuration
  ` [PATCH v8 2/6] common/cnxk: provide port type from fwdata
  ` [PATCH v8 3/6] net/cnxk: get speed capability from firmware
  ` [PATCH v8 4/6] net/cnxk: support link mode configuration
  ` [PATCH v8 5/6] net/cnxk: report link type and status
  ` [PATCH v8 6/6] net/cnxk: report link mode

[PATCH] mbuf: improve mbuf comments
 2025-11-07 14:39 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v11 0/9] lib/pmu: cleanups and trace integration
 2025-11-07 14:33 UTC  (2+ messages)

[PATCH 01/19] common/cnxk: add new TM tree for SDP interface
 2025-11-07 10:47 UTC  (24+ messages)
` [PATCH v4 01/23] "
  ` [PATCH v4 02/23] net/cnxk: new "
  ` [PATCH v4 03/23] net/cnxk: disable CQ when SQ stopped
  ` [PATCH v4 04/23] net/cnxk: update scatter check as warning for SDP
  ` [PATCH v4 05/23] common/cnxk: fix inline device API
  ` [PATCH v4 06/23] common/cnxk: add new mailbox to configure LSO alt flags
  ` [PATCH v4 07/23] common/cnxk: add IPv4 fragmentation offload
  ` [PATCH v4 08/23] common/cnxk: update DF flag in IPv4 fragments
  ` [PATCH v4 09/23] common/cnxk: add support for per packet SQ count update
  ` [PATCH v4 10/23] common/cnxk: feature fn to check 16B alignment
  ` [PATCH v4 11/23] common/cnxk: add API to configure backpressure on pool
  ` [PATCH v4 12/23] common/cnxk: fix max number of SQB bufs in clean up
  ` [PATCH v4 13/23] common/cnxk: add support for SQ resize
  ` [PATCH v4 14/23] common/cnxk: increase Tx schedular count
  ` [PATCH v4 15/23] common/cnxk: resolve klocwork issues
  ` [PATCH v4 16/23] common/cnxk: fix null SQ access
  ` [PATCH v4 17/23] common/cnxk: change in aura field width
  ` [PATCH v4 18/23] common/cnxk: fix error handling on inline inbound setup
  ` [PATCH v4 19/23] common/cnxk: fix format specifier for bandwidth profile ID
  ` [PATCH v4 20/23] common/cnxk: fix CPT res address config for inline
  ` [PATCH v4 21/23] common/cnxk: fix NIX Rx inject enable logic
  ` [PATCH v4 22/23] net/cnxk: fix illegal access of Rx inject LF
  ` [PATCH v4 23/23] net/cnxk: check for invalid default pre color

[PATCH] telemetry: make socket handler typedef private
 2025-11-07  9:32 UTC 

DPDK release candidate 25.11-rc1
 2025-11-07  9:29 UTC  (2+ messages)

Virtio-PMD in Windows
 2025-11-07  5:55 UTC  (8+ messages)

[PATCH v4 0/2] dts: add RSS functions and test suite
 2025-11-07  4:18 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] dts: add PMD RSS testsuite

[PATCH 1/1] eal: correct memory ordering in MCS lock
 2025-11-06 14:10 UTC  (10+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).