DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC 00/18] add hinic3 PMD driver
 2025-09-17 10:15 UTC  (12+ messages)
` [V10 00/17] add-hinic3-PMD-driver
  ` [V10 13/17] net/hinic3: add dev ops
` [V11 00/18] add-hinic3-PMD-driver
  ` [V11 01/18] doc: add hinic3 driver
  ` [V11 02/18] net/hinic3: add basic header files
  ` [V11 03/18] net/hinic3: add hardware interfaces of BAR operation
  ` [V11 04/18] net/hinic3: add support for cmdq mechanism
  ` [V11 05/18] net/hinic3: add NIC event module
  ` [V11 06/18] net/hinic3: add eq mechanism
  ` [V11 07/18] net/hinic3: add mgmt module function code

[PATCH 1/9] gpu/cuda: add NVIDIA GPU H100
 2025-09-17 10:06 UTC  (11+ messages)
` [PATCH 2/9] gpu/cuda: new RoyB A100T GPU ID
` [PATCH 3/9] [gpu/cuda] New NVIDIA GPU Hopper device ID on Grace
` [PATCH 4/9] gpu/cuda: add new Hopper GPU IDs
` [PATCH 5/9] gpu/cuda: add new gpu hopper 80gb device id
` [PATCH 6/9] gpu/cuda: more gpu ID for h100 and l40
` [PATCH 7/9] gpu/cuda: extend NVIDIA GPU device ID list
` [PATCH 8/9] "
` [PATCH 9/9] gpu/cuda: support CUDA 13 building

[PATCH 0/2] net/idpf: enable AVX2 for split queue Rx/Tx
 2025-09-17  9:51 UTC  (4+ messages)
` [PATCH 1/2] net/idpf: enable AVX2 for split queue Tx
` [PATCH 2/2] net/idpf: enable AVX2 for split queue Rx

[PATCH 0/4] idpf and cpfl rx path selection simplification
 2025-09-17  9:24 UTC  (10+ messages)
` [PATCH 2/4] net/idpf: use the common Rx path selection infrastructure
` [PATCH v2 0/5] idpf and cpfl rx path selection simplification
  ` [PATCH v2 1/5] net/intel: add AVX512DQ flag to AVX-512 checks
  ` [PATCH v2 2/5] net/idpf: use the new common vector capability function
  ` [PATCH v2 3/5] net/idpf: use the common Rx path selection infrastructure
  ` [PATCH v2 4/5] net/cpfl: use the new common vector capability function
  ` [PATCH v2 5/5] net/cpfl: use the common Rx path selection infrastructure

[PATCH] config/arm: support crypto in cortex-a78ae mcpu
 2025-09-17  8:56 UTC  (3+ messages)

[PATCH] eal: fix DMA mask validation inconsistency in IOVA VA
 2025-09-17  8:49 UTC  (3+ messages)

[PATCH v2 1/2] examples/flow_filtering: add match port affinity snippet
 2025-09-17  8:45 UTC  (3+ messages)
` [PATCH v3 0/2] Add jump flow support and queue menegment with new snippets

[PATCH v3 00/16] NBL PMD for Nebulamatrix NICs
 2025-09-17  8:08 UTC  (39+ messages)
` [PATCH v8 00/17] "
  ` [PATCH v8 01/17] net/nbl: add doc and minimum nbl build framework
  ` [PATCH v8 02/17] net/nbl: add simple probe/remove and log module
  ` [PATCH v8 03/17] net/nbl: add HW layer definitions and implementation
  ` [PATCH v8 04/17] net/nbl: add Channel "
  ` [PATCH v8 05/17] net/nbl: add Resource "
  ` [PATCH v8 06/17] net/nbl: add Dispatch "
  ` [PATCH v8 07/17] net/nbl: add Dev "
  ` [PATCH v8 08/17] net/nbl: add complete device init and uninit functionality
  ` [PATCH v8 09/17] net/nbl: add UIO and VFIO mode for nbl
  ` [PATCH v8 10/17] net/nbl: add nbl coexistence "
  ` [PATCH v8 11/17] net/nbl: add nbl ethdev configuration
  ` [PATCH v8 12/17] net/nbl: add nbl device rxtx queue setup and release ops
  ` [PATCH v8 13/17] net/nbl: add nbl device start and stop ops
  ` [PATCH v8 14/17] net/nbl: add nbl device Tx and Rx burst
  ` [PATCH v8 15/17] net/nbl: add nbl ethdev infos get
  ` [PATCH v8 16/17] net/nbl: add nbl device xstats and stats
  ` [PATCH v8 17/17] net/nbl: add nbl device set MTU and promisc
` [PATCH v9 00/17] NBL PMD for Nebulamatrix NICs
  ` [PATCH v9 01/17] net/nbl: add doc and minimum nbl build framework
  ` [PATCH v9 02/17] net/nbl: add simple probe/remove and log module
  ` [PATCH v9 03/17] net/nbl: add HW layer definitions and implementation
  ` [PATCH v9 04/17] net/nbl: add Channel "
  ` [PATCH v9 05/17] net/nbl: add Resource "
  ` [PATCH v9 06/17] net/nbl: add Dispatch "
  ` [PATCH v9 07/17] net/nbl: add Dev "
  ` [PATCH v9 08/17] net/nbl: add complete device init and uninit functionality
  ` [PATCH v9 09/17] net/nbl: add UIO and VFIO mode for nbl
  ` [PATCH v9 10/17] net/nbl: add nbl coexistence "
  ` [PATCH v9 11/17] net/nbl: add nbl ethdev configuration
  ` [PATCH v9 12/17] net/nbl: add nbl device rxtx queue setup and release ops
  ` [PATCH v9 13/17] net/nbl: add nbl device start and stop ops
  ` [PATCH v9 14/17] net/nbl: add nbl device Tx and Rx burst
  ` [PATCH v9 15/17] net/nbl: add nbl ethdev infos get
  ` [PATCH v9 16/17] net/nbl: add nbl device xstats and stats
  ` [PATCH v9 17/17] net/nbl: add nbl device set MTU and promisc

[PATCH 0/1] ring: correct ordering issue in head/tail update
 2025-09-17  7:58 UTC  (8+ messages)
` [PATCH 1/1] ring: safe partial ordering for "

[PATCH 0/9] bugfix and refactor of dma-perf
 2025-09-17  3:33 UTC  (14+ messages)
` [PATCH 00/10] "
  ` [EXTERNAL] "
` [PATCH v2 "
  ` [PATCH v2 01/10] app/dma-perf: fix use-after-free
  ` [PATCH v2 02/10] app/dma-perf: add global section for config file
  ` [PATCH v2 03/10] app/dma-perf: use argparse lib to parse argument
  ` [PATCH v2 04/10] app/dma-perf: refactor output csv
  ` [PATCH v2 05/10] app/dma-perf: support list DMA devices
  ` [PATCH v2 06/10] app/dma-perf: add more global config
  ` [PATCH v2 07/10] app/dma-perf: remove invalid or redundant field
  ` [PATCH v2 08/10] app/dma-perf: refactor load config function
  ` [PATCH v2 09/10] app/dma-perf: refactor benchmark function
  ` [PATCH v2 10/10] app/dma-perf: support specific error info

[RFC PATCH 0/5] Introduce mempool object new debug capabilities
 2025-09-17  1:22 UTC  (11+ messages)
` [PATCH v2 0/4] add mbuf "
  ` [PATCH v2 1/4] mbuf: record mbuf operations history
  ` [PATCH v2 2/4] net/mlx5: mark an operation in mbuf's history
  ` [PATCH v2 3/4] app/testpmd: add testpmd command to dump mbuf history
  ` [PATCH v2 4/4] usertool: add a script to parse mbuf history dump

[PATCH v1 1/2] dts: add start Tx first method to testpmd shell
 2025-09-16 20:04 UTC  (2+ messages)
` [PATCH v1 2/2] dts: add virtio forwarding test suite

[PATCH] examples/symmetric_mp: log/ignore promiscuous fail
 2025-09-16 18:51 UTC  (5+ messages)
` [PATCH 0/2] "
  ` [PATCH 1/2] examples/symmetric-mp: ignore promisc enable failure
  ` [PATCH 2/2] examples/mp_server: warn on "
  ` [PATCH v3 1/1] "

[PATCH] maintainers: update for hns3 driver
 2025-09-16 15:30 UTC  (2+ messages)

[PATCH] maintainers: update service cores and event/sw pmd
 2025-09-16 15:24 UTC  (2+ messages)

[PATCH v4 0/4] Cuckoo hash optimization for small sizes
 2025-09-16 15:00 UTC  (5+ messages)
  ` [PATCH v4 1/4] hash: move table of hash compare functions out of header
  ` [PATCH v4 2/4] hash: use static_assert
  ` [PATCH v4 3/4] hash: reduce architecture special cases
  ` [PATCH v4 4/4] hash: add support for common small key sizes

[PATCH] maintainers: update for packet buffer library
 2025-09-16 14:46 UTC  (2+ messages)

[PATCH] maintainers: update for DTS
 2025-09-16 14:42 UTC  (2+ messages)

[PATCH] net/intel: remove unused Tx struct member
 2025-09-16 14:25 UTC  (2+ messages)

[PATCH 0/8] Fixes for ice and iavf docs
 2025-09-16 14:21 UTC  (9+ messages)
` [PATCH 1/8] net/ice: document support for free Tx mbuf on demand
` [PATCH 2/8] net/ice: fix documentation of support for TSO
` [PATCH 3/8] net/iavf: fix documentation for speed capabilities
` [PATCH 4/8] net/iavf: document support for fast mbuf free
` [PATCH 5/8] net/iavf: document support for free Tx mbuf on demand
` [PATCH 6/8] net/iavf: document support for burst mode info
` [PATCH 7/8] net/iavf: fix documentation of support for TSO
` [PATCH 8/8] net/iavf: document support for extended statistics

a bug in r8169_rxtx.c in dpdk 25.07 version
 2025-09-16 13:47 UTC  (2+ messages)

DTS WG Meeting Minutes - September 11, 2025
 2025-09-16 13:47 UTC 

Community CI Meeting Minutes - September 4, 2025
 2025-09-16 13:47 UTC 

DTS WG Meeting Minutes - August 28, 2025
 2025-09-16 13:47 UTC 

[DPDK/DTS Bug 1788] Review all testsuite imports
 2025-09-16 13:44 UTC 

[PATCH 0/3] fix build with MinGW 13
 2025-09-16 13:14 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] bbdev: "

[PATCH v2 0/2] vhost: VDUSE startup workaround and fix
 2025-09-16 13:09 UTC  (4+ messages)
` [PATCH v2 1/2] vhost: add VDUSE virtqueue ready state polling workaround
` [PATCH v2 2/2] vhost: fix uninitialized VQ info in VDUSE vring setup

[PATCH 0/2] net/xsc: PMD improvements
 2025-09-16 10:08 UTC  (3+ messages)
` [PATCH 1/2] net/xsc: improve interrupt uninstall
` [PATCH 2/2] net/xsc: support compressed PCI BAR

[V2] net/qede: reduce the optimization level for gcc > 11
 2025-09-16  8:59 UTC  (6+ messages)
` [V3] "

[PATCH] vhost: add VDUSE virtqueue ready state polling workaround
 2025-09-16  8:47 UTC  (3+ messages)

[PATCH] app/testpmd: enable warnings for possibly invalid config
 2025-09-16  7:47 UTC  (3+ messages)

[PATCH] app/testpmd: fix L4 protocol retrieval from L3 header
 2025-09-16  6:34 UTC  (3+ messages)

[PATCH] app/testpmd: use table ID for jump to matcher action
 2025-09-15 18:05 UTC  (2+ messages)

[PATCH] ethdev: Reject conflicting TX offloads configuration
 2025-09-15 17:48 UTC  (4+ messages)
` [PATCH v3 1/3] testpmd: Do not enable mbuf fast release TX offload by default
  ` [PATCH v3 2/3] ethdev: Improve descriptions of RX and TX offloads

[PATCH v11 1/1] ethdev: add link connector type
 2025-09-15 16:32 UTC  (3+ messages)
` [PATCH v12 "

[PATCH v1 7/7] net/ntnic: cleanup using pthreads and rte_thread
 2025-09-15 15:46 UTC  (6+ messages)
` [PATCH v2 0/7] migrate threads to DPDK service framework
  ` [PATCH v2 1/7] net/ntnic: introduce service API for NTNIC PMD

[PATCH v7] app/testpmd: monitor state of primary process when using secondary
 2025-09-15 15:43 UTC  (6+ messages)
` [PATCH v3] app/testpmd: stop secondary process fwd_lcores during primary teardown

[PATCH 1/4] net/ark: add PCIe IDS for newly supported devices
 2025-09-15 15:36 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] net/ark: remove double mbuf frees
  ` [PATCH v3 3/4] net/ark: improve ring handling for segmented packets
  ` [PATCH v3 4/4] net/ark: improve Rx queue recovery after mbuf exhaustion

[PATCH 0/3] vhost_user: configure memory slots
 2025-09-15 15:22 UTC  (12+ messages)

[PATCH v1] event/dlb2: add support for stop and restart dlb device
 2025-09-15 12:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/mlx5: fix missing next proto in IPv4/6 encap hash calc
 2025-09-15 10:40 UTC 

[PATCH v3 00/15] net/intel: rx path selection simplification
 2025-09-15  9:39 UTC  (6+ messages)
` [PATCH v3 10/15] net/ice: remove unsupported Rx offload

[PATCH V3 2/2] net/mlx5: add support for flows targeting multicast MAC addresses
 2025-09-15  6:37 UTC  (3+ messages)
` [PATCH V4 0/2] resolve flow creation issue for "

[25.11 PATCH v2 0/5] Introduce DMA enqueue/dequeue operations
 2025-09-14 15:34 UTC  (5+ messages)
` [25.11 PATCH v3 "
    ` [EXTERNAL] "

[PATCH v2 1/4] net/ark: add PCIe IDS for newly supported devices
 2025-09-13 16:26 UTC  (3+ messages)
` [PATCH v2 4/4] net/ark: improve Rx queue recovery after mbuf exhaustion

[RFC] lib/cryptodev: update API documentation for aux_flags
 2025-09-12 17:08 UTC  (6+ messages)
` [EXTERNAL] "

[PATCH] net/af_packet: fix crash in secondary process
 2025-09-12 17:01 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v1] net/zxdh: add support compiling on riscv-64 systems
 2025-09-12 15:32 UTC  (2+ messages)

[DPDK/meson Bug 1787] ARM toolchin prefix changed in newest toolchain
 2025-09-12  9:28 UTC 

[DPDK/ethdev Bug 1786] dumpcap crashes with segmentation fault when capturing from af_packet
 2025-09-12  7:49 UTC 

[PATCH] app/testpmd: stop secondary process fwd_lcores during primary teardown
 2025-09-12  5:59 UTC  (9+ messages)
` [PATCH v2] "

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).