DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC 0/6] Packet capture fixes
 2025-11-04 18:07 UTC  (8+ messages)
` [PATCH v6 0/8] packet capture bugfixes and secondary support
  ` [PATCH v6 1/8] dumpcap: handle primary process exit
  ` [PATCH v6 2/8] pdump: "
  ` [PATCH v6 3/8] pdump: fix races in callbacks
  ` [PATCH v6 4/8] dumpcap: handle pdump requests from primary
  ` [PATCH v6 5/8] pdump: "
  ` [PATCH v6 6/8] pdump: forward callback enable to secondary

[PATCH 0/5] net/mlx5: support count and age actions on root group
 2025-11-04 17:46 UTC  (6+ messages)
` [PATCH 1/5] common/mlx5: detect DevX counters support in rdma-core
` [PATCH 2/5] net/mlx5/hws: support counter from DevX bulk on root
` [PATCH 3/5] net/mlx5: rework root group checks in table create
` [PATCH 4/5] net/mlx5: improve error reporting on masked indirect actions
` [PATCH 5/5] net/mlx5: support count and age on root group

[PATCH] net/ixgbe: add E610 NIC speed support
 2025-11-04 17:41 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/2] Fixes for iavf VLAN insertion offload
 2025-11-04 17:28 UTC  (7+ messages)
` [PATCH 1/2] net/iavf: fix AVX-512 double VLAN (QinQ) insertion
` [PATCH 2/2] net/iavf: fix single VLAN insertion positioning

[PATCH v1] dts: move artifact class to API
 2025-11-04 17:00 UTC  (2+ messages)

[PATCH 0/5] bpf enhancements
 2025-11-04 16:07 UTC  (12+ messages)
` [PATCH v3 0/5] BPF enhancements
  ` [PATCH v3 1/5] bpf: add allocation annotations to functions
  ` [PATCH v3 5/5] bpf: remove use of VLA
` [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 01/19] common/cnxk: add new TM tree for SDP interface
 2025-11-04 15:28 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 19/19] drivers: fix Klocwork issues

[DPDK/ethdev Bug 1822] net/intel/fm10k: warning with gcc-16
 2025-11-04 14:52 UTC  (3+ messages)
` [PATCH] net/fm10k: fix build with GCC 16

[PATCH] ci: switch testing to Fedora 42 in GHA
 2025-11-04 14:52 UTC  (2+ messages)

DPDK Release Status Meeting 2025-10-28
 2025-11-04 14:47 UTC 

[RFC 00/47] resolve issues with sys/queue.h
 2025-11-04 14:46 UTC  (50+ messages)
` [PATCH v3 00/44] introduce _SAFE variants of queue macros
  ` [PATCH v3 01/44] net/nfp: fix use after free
  ` [PATCH v3 02/44] eal: add BSD version of queue.h
  ` [PATCH v3 03/44] test: remove unnecessary inclusion of sys/queue.h
  ` [PATCH v3 04/44] test-pipeline: remove unnecessary use "
  ` [PATCH v3 05/44] test-eventdev: use rte_bsd_queue.h
  ` [PATCH v3 06/44] test-bbdev, test-cmdline, test-mldev: don't use sys/queue.h
  ` [PATCH v3 07/44] app/testpmd: use rte_bsd_queue.h
  ` [PATCH v3 08/44] apps: "
  ` [PATCH v3 09/44] examples: replace use of sys/queue.h
  ` [PATCH v3 10/44] ethdev: "
  ` [PATCH v3 11/44] lib: remove "
  ` [PATCH v3 12/44] drivers/bus: replace "
  ` [PATCH v3 13/44] net/nfp: use rte_bsd_queue.h
  ` [PATCH v3 14/44] net/qede: "
  ` [PATCH v3 15/44] net/bnxt: remove use of sys/queue.h
  ` [PATCH v3 16/44] net/intel: "
  ` [PATCH v3 17/44] net/mlx5: remove unnecessary include "
  ` [PATCH v3 18/44] net/mlx4: replace use "
  ` [PATCH v3 19/44] net/tap: remove unnecessary include "
  ` [PATCH v3 20/44] net/axgbe: replace use "
  ` [PATCH v3 21/44] net/bnx2x: "
  ` [PATCH v3 22/44] net/bonding: "
  ` [PATCH v3 23/44] net/cxgbe: "
  ` [PATCH v3 24/44] net/enic: "
  ` [PATCH v3 25/44] net/failsafe: "
  ` [PATCH v3 26/44] net/memif: "
  ` [PATCH v3 27/44] net/ngbe: "
  ` [PATCH v3 28/44] net/ntnic: "
  ` [PATCH v3 29/44] net/sfc: "
  ` [PATCH v3 30/44] net/softnic: "
  ` [PATCH v3 31/44] net/thunderx: "
  ` [PATCH v3 32/44] net/txgbe: "
  ` [PATCH v3 33/44] net/vdev_netvsc: "
  ` [PATCH v3 34/44] net/vmxnet3: "
  ` [PATCH v3 35/44] net/zxdh: "
  ` [PATCH v3 36/44] net/dpaa2: "
  ` [PATCH v3 37/44] net/mvpp2: replace local definition of FOREACH_SAFE
  ` [PATCH v3 38/44] raw/ifpga: replace with TAILQ_FOREACH_SAFE
  ` [PATCH v3 39/44] drivers/vdpa: replace use of sys/queue.h
  ` [PATCH v3 40/44] drivers/common: remove "
  ` [PATCH v3 41/44] drivers/crypto: remove use of sys_queue.h
  ` [PATCH v3 42/44] drivers/event: remove include of sys/queue.h
  ` [PATCH v3 43/44] eal: remove no longer used windows version "
  ` [PATCH v3 44/44] net/netvsc: use LIST_FOREACH_SAFE

[PATCH] net/netvsc: fix use after free in cache list cleanup
 2025-11-04 14:45 UTC  (2+ messages)

[PATCH v3 00/16] NBL PMD for Nebulamatrix NICs
 2025-11-04 14:44 UTC  (4+ messages)
` [PATCH v2 0/1] NBL use hardware MAC addr instead of random one
  ` [PATCH v2 1/1] net/nbl: use hardware MAC address "

[PATCH] vhost: fix use-after-free race during cleanup
 2025-11-04 14:31 UTC  (3+ messages)

[PATCH] eventdev: fix build with clang 21
 2025-11-04 14:23 UTC  (2+ messages)

[PATCH] doc: add NVIDIA SuperNIC devices
 2025-11-04 14:10 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] app/compress-perf: fix coverity issue
 2025-11-04 14:09 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] compressdev: fix coverity issue
 2025-11-04 14:07 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] mbuf: dump Tx offload metadata
 2025-11-04 13:58 UTC  (8+ messages)
` [PATCH v2] "

[DPDK/core Bug 1818] pmdinfogen warnings on Fedora 43
 2025-11-04 13:36 UTC  (2+ messages)

[PATCH v2] doc: update documentation for ICE DCB and PFC features
 2025-11-04 13:32 UTC  (4+ messages)
` [PATCH v3] "

[dpdk-dev] [PATCH v1 1/3] app/test-eventdev: fix issues with clang 21.1.4
 2025-11-04 13:16 UTC  (4+ messages)
` [dpdk-dev] [PATCH v1 3/3] app/test: "

[PATCH] trace: fix build with clang 21
 2025-11-04 13:15 UTC  (2+ messages)

[PATCH dpdk] pmdinfogen: fix warning with python 3.14
 2025-11-04 13:14 UTC  (2+ messages)

[PATCH] rawdev: fix build with clang 21
 2025-11-04 13:08 UTC 

[PATCH v0 1/1] dmadev: add domain_id field to access group join API
 2025-11-04 11:53 UTC  (6+ messages)
  ` [EXTERNAL] "
` [PATCH v2 "
    ` [EXTERNAL] "

[PATCH v1 0/3] Update TxPP feature
 2025-11-04 11:41 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] net/ice: restrict ice PMD to scalar path for TxPP
  ` [PATCH v2 2/3] net/ice: fix PTP clock corruption with TxPP
  ` [PATCH v2 3/3] doc: update TxPP documentation

[DPDK/other Bug 1814] dmadev build fails if debug enabled
 2025-11-04 10:45 UTC  (2+ messages)

Virtio-PMD in Windows
 2025-11-04 10:22 UTC  (5+ messages)

[PATCH v1 1/2] bus/cdx: fix empty device string in error message
 2025-11-04 10:20 UTC  (4+ messages)
` [PATCH v1 2/2] bus/cdx: fix incorrect device release on error

[PATCH] dmadev: fix build if RTE_DMADEV_DEBUG enabled
 2025-11-04 10:13 UTC  (2+ messages)

[PATCH] app/procinfo: fix warning of deprecated coremask
 2025-11-04 10:07 UTC  (2+ messages)

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

[PATCH v3 0/5] Support add/remove memory region & get-max-slots
 2025-11-04  8:12 UTC  (11+ messages)
` [PATCH v3 1/5] vhost: add user to mailmap and define to vhost hdr
` [PATCH v3 2/5] vhost_user: header defines for add/rem mem region
` [PATCH v3 3/5] vhost_user: Function defs for add/rem mem regions
` [PATCH v3 4/5] vhost_user: support function defines for back-end
` [PATCH v3 5/5] vhost_user: Increase number of memory regions

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

[DPDK/ethdev Bug 1810] net/mlx: possible misuse of comma operator
 2025-11-04  6:52 UTC  (2+ messages)

[PATCH] net/nfp: fix use after free
 2025-11-04  5:29 UTC 

[DPDK/ethdev Bug 1823] mlx5: warnings when built with gcc-16
 2025-11-04  5:19 UTC 

[DPDK/ethdev Bug 1821] bnxt: warnings when building with gcc-16
 2025-11-04  5:17 UTC 

[DPDK/core Bug 1820] pcapng: compile warning with gcc-16
 2025-11-04  5:16 UTC 

[DPDK/ethdev Bug 1819] axgbe: set not used warning from gcc-16
 2025-11-04  5:10 UTC 

[PATCH v2 0/6] Add/Remove memory regions & support funcs
 2025-11-04  4:27 UTC  (7+ messages)
` [PATCH v2 1/6] vhost: add define for configure mem slot
` [PATCH v2 3/6] vhost: hdr file changes for add/remove mem regions

[PATCH 0/3] testpmd support stop specify lcore
 2025-11-04  4:09 UTC  (4+ messages)
` [PATCH 1/3] app/testpmd: fix invalid txp when setup DCB forward
` [PATCH 2/3] app/testpmd: fix wrong Rx queues "
` [PATCH 3/3] app/testpmd: support stop specify lcore

Community CI Meeting Minutes - October 30, 2025
 2025-11-04  3:35 UTC 

DTS WG Meeting Minutes - October 23, 2025
 2025-11-04  3:34 UTC 

Community CI Meeting Minutes - October 16, 2025
 2025-11-04  3:34 UTC 

DTS WG Meeting Minutes - October 9, 2025
 2025-11-04  3:34 UTC 

[PATCH 0/2] app/test-pipeline: cleanup and add ring/help options
 2025-11-04  2:49 UTC  (3+ messages)
` [PATCH 1/2] app/test-pipeline: cleanup and add help
` [PATCH 2/2] app/test-pipeline: add ring size options

Disable SPDK testing again?
 2025-11-03 21:17 UTC  (8+ messages)

[PATCH] doc: update FreeBSD python version
 2025-11-03 19:57 UTC  (2+ messages)

[PATCH] app/compress-perf: fix coverity issue
 2025-11-03 17:33 UTC  (3+ messages)

[PATCH] app/testpmd: fix inner header parsing for tunnel TSO
 2025-11-03 16:40 UTC 

[PATCH v2 0/4] Enable PTP feature for MEV
 2025-11-03 16:06 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] net/idpf: add a new API for PTP support
  ` [PATCH v3 2/4] net/idpf: add PTP virtchnl2 support
  ` [PATCH v3 3/4] net/intel: add support for Precision Time Protocol
  ` [PATCH v3 4/4] doc: add PTP IDPF documentation

[PATCH] doc: update documentation for ICE DCB and PFC features
 2025-11-03 15:53 UTC  (4+ messages)

[PATCH] net: fix parsing of frames with arbitrary VLAN stacks
 2025-11-03 15:41 UTC 

[PATCH] vhost: fix external buffer in VDUSE
 2025-11-03 14:41 UTC  (2+ messages)

[PATCH] lpm: add new LPM v6 implementation (lpm6c)
 2025-11-03 13:24 UTC 

[PATCH 1/1] doc: fix note in FreeBSD guide
 2025-11-03  9:43 UTC  (3+ messages)

[PATCH] net: fix incorrect L2 length for GRE tunneling packet
 2025-11-03  2:40 UTC  (3+ messages)

[PATCH] fix after-code Doxygen comments
 2025-11-02 22:14 UTC 

[PATCH] maintainers: remove some inactives
 2025-11-02 16:14 UTC 

[PATCH 0/5] mlx5: remove useless constants
 2025-11-02 15:53 UTC  (5+ messages)
` [PATCH 2/5] crypto/mlx5: remove unused constants
` [PATCH 3/5] regex/mlx5: remove useless constants
` [PATCH 4/5] common/mlx5: "
` [PATCH 5/5] net/mlx5: "

[PATCH] lib/net: Add ICMP support to rte_net_get_ptype()
 2025-10-31 12:32 UTC  (3+ 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).