DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v3 00/16] NBL PMD for Nebulamatrix NICs
 2025-09-25  6:58 UTC  (19+ messages)
` [PATCH v10 00/17] "
  ` [PATCH v10 04/17] net/nbl: add Channel layer definitions and implementation
      ` 回复:[PATCH "
          ` 回复:回复:[PATCH "
  ` [PATCH v10 09/17] net/nbl: add UIO and VFIO mode for nbl
  ` [PATCH v10 10/17] net/nbl: add nbl coexistence "
  ` [PATCH v10 11/17] net/nbl: add nbl ethdev configuration
  ` [PATCH v10 12/17] net/nbl: add nbl device rxtx queue setup and release ops
  ` [PATCH v10 13/17] net/nbl: add nbl device start and stop ops
  ` [PATCH v10 14/17] net/nbl: add nbl device Tx and Rx burst
  ` [PATCH v10 15/17] net/nbl: add nbl ethdev infos get
  ` [PATCH v10 16/17] net/nbl: add nbl device xstats and stats
  ` [PATCH v10 17/17] net/nbl: add nbl device set MTU and promisc
` [PATCH v11 00/17] NBL PMD for Nebulamatrix NICs
  ` [PATCH v11 03/17] net/nbl: add HW layer definitions and implementation

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

[PATCH v1] net/zxdh: support multiple PF process flow table
 2025-09-25  2:45 UTC  (4+ messages)
` [PATCH v1] "

[RFC] lib/dma: introduce inter-process and inter-OS DMA
 2025-09-25  2:06 UTC  (6+ messages)
  ` [EXTERNAL] "

[RFC 0/6] get rid of pthread_cancel
 2025-09-25  1:20 UTC  (8+ messages)
` [RFC 1/6] eal: avoid using pthread_cancel
` [RFC 2/6] eventdev: avoid use of pthread_cancel
` [RFC 3/6] raw/ifpga: "
` [RFC 4/6] dma/skeleton: "
` [RFC 5/6] intel/ipn3ke: "
` [RFC 6/6] intel/iavf: remove "

[PATCH v1 0/3] dts: add tx_offload support in dts
 2025-09-24 20:53 UTC  (8+ messages)
` [PATCH v4 0/3] dts:add "
  ` [PATCH v4 1/3] dts: allow mbuf_fast_free to be set with testpmd shell
  ` [PATCH v4 2/3] dts: add TX offload capabilities to NIC capabilities
  ` [PATCH v4 3/3] dts: update tx_offload test from old dts

[dpdk-dev] [PATCH] examples/multi_process: remove l2fwd fork example
 2025-09-24 20:34 UTC 

[dpdk-dev] [PATCH] examples/multi_process: remove l2fwd fork example
 2025-09-24 20:33 UTC 

[PATCH v1 0/7] migrate threads to DPDK service framework
 2025-09-24 20:27 UTC  (3+ messages)
` [PATCH v1 1/7] net/ntnic: introduce service API for NTNIC PMD

[PATCH 1/3] compressdev: support for dictionaries and PDCP checksum
 2025-09-24 20:24 UTC  (4+ messages)
` [PATCH 2/3] compress/zlib: "
` [PATCH 3/3] app/compress-perf: "

[PATCH] net/zxdh: remove unnecessary null free check
 2025-09-24 20:22 UTC 

[RFC 0/6] Add a stricter headers check
 2025-09-24 17:25 UTC  (9+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] baseband/acc: fix exported header
  ` [PATCH v3 2/7] drivers: drop export of driver headers
  ` [PATCH v3 3/7] eventdev: do not include driver header in DMA adapter
  ` [PATCH v3 4/7] gpudev: fix driver header for Windows
  ` [PATCH v3 5/7] drivers: fix some exported headers
  ` [PATCH v3 6/7] buildtools/chkincs: use a staging directory for headers
  ` [PATCH v3 7/7] power: separate public and driver headers

[PATCH 0/3] lib: fix AVX2 checks and macro exposure
 2025-09-24 16:50 UTC  (6+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] efd: fix AVX2 support
  ` [PATCH v3 2/2] member: hide internal macro

[PATCH] hash: fix build error due to missing include
 2025-09-24 16:22 UTC  (4+ messages)

[PATCH] build: remove deprecated kmods option
 2025-09-24 15:50 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] eal/x86: remove useless include from spinlock header
 2025-09-24 15:07 UTC  (3+ messages)

[PATCH] lib: fix include guards
 2025-09-24 15:01 UTC  (2+ messages)

[PATCH] net/crc: reduce usage of static arrays in net_crc_sse.c
 2025-09-24 14:58 UTC  (2+ messages)

[PATCH] trace: force 8 byte alignment when --no-huge is used
 2025-09-24 14:54 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH v2 1/7] net/ntnic: introduce service API for NTNIC PMD
 2025-09-24 14:41 UTC  (26+ messages)
` [PATCH v1 00/24] Migrate threads to the DPDK service framework and refactor naming for exported symbols
  ` [PATCH v1 01/24] net/ntnic: introduce service API for NTNIC PMD
  ` [PATCH v1 02/24] net/ntnic: migrate flm update thread to service
  ` [PATCH v1 03/24] net/ntnic: migrate statistic "
  ` [PATCH v1 04/24] net/ntnic: migrate port event "
  ` [PATCH v1 05/24] net/ntnic: migrate adapter mon "
  ` [PATCH v1 06/24] net/ntnic: add warning about service cores
  ` [PATCH v1 07/24] net/ntnic: avoid using thread API
  ` [PATCH v1 08/24] net/ntnic: fix potential format overflow
  ` [PATCH v1 09/24] net/ntnic: single file function as static
  ` [PATCH v1 10/24] net/ntnic: remove unused functions
  ` [PATCH v1 11/24] net/ntnic: move nthw to prefix part
  ` [PATCH v1 12/24] net/ntnic: change prefix hw to prefix nthw
  ` [PATCH v1 13/24] net/ntnic: modify prefix flow with "
  ` [PATCH v1 14/24] net/ntnic: change prefix flm to "
  ` [PATCH v1 15/24] net/ntnic: change prefix nt "
  ` [PATCH v1 16/24] net/ntnic: change prefix ntlog "
  ` [PATCH v1 17/24] net/ntnic: change prefix km "
  ` [PATCH v1 18/24] net/ntnic: change prefix set "
  ` [PATCH v1 19/24] net/ntnic: rename common hash and flow functions
  ` [PATCH v1 20/24] net/ntnic: rename register ops function
  ` [PATCH v1 21/24] net/ntnic: rename get ops functions
  ` [PATCH v1 22/24] net/ntnic: rename ops init functions
  ` [PATCH v1 23/24] net/ntnic: rename nim agx setup function
  ` [PATCH v1 24/24] net/ntnic: rename table ID functions

[PATCH] net: fix incorrect L2 length for GRE tunneling packet
 2025-09-24 14:41 UTC  (2+ messages)

[PATCH v1] net/idpf: add IDPF PCI class ID support
 2025-09-24 14:34 UTC  (6+ messages)
` [PATCH v2] net/intel: "

[PATCH v2] raw/ntb: immediate return if no doorbells
 2025-09-24 14:34 UTC  (2+ messages)

[PATCH 0/2] graph: dispatch mode improvements
 2025-09-24 14:30 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH 0/4] idpf and cpfl rx path selection simplification
 2025-09-24 14:18 UTC  (4+ messages)
` [PATCH v2 0/5] "

[PATCH] config/arm: add Microsoft Azure Cobalt-100 SoC
 2025-09-24 14:06 UTC  (2+ messages)

[PATCH 0/8] Fixes for ice and iavf docs
 2025-09-24 13:57 UTC  (11+ messages)
` [PATCH 1/8] net/ice: document support for free Tx mbuf on demand
` [PATCH 3/8] net/iavf: fix documentation for speed capabilities
` [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 8/8] net/iavf: document support for extended statistics

[PATCH 0/2] avoid using mempool fns directly
 2025-09-24 13:45 UTC  (2+ messages)

[PATCH 1/2] build: add backward compatibility for nested drivers
 2025-09-24 13:06 UTC  (12+ messages)
` [PATCH 2/2] build: add backwards compatibility for wildcarding "
` [PATCH v2 0/2] build: add backward compatibility for "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] build: add backward compatibility for wildcarding "

[PATCH] net/intel: remove unused Tx struct member
 2025-09-24 11:26 UTC  (3+ messages)

[PATCH] examples/l2fwd-cat: check compatibility of dependency lib
 2025-09-24 10:54 UTC  (2+ messages)
` [PATCH v2] build: validate libraries returned from meson find function

[RFC 00/18] add hinic3 PMD driver
 2025-09-24  7:52 UTC  (23+ messages)
` [V12 00/18] add-hinic3-PMD-driver
    ` 回复: "
` [V13 "
  ` [V13 01/18] doc: add hinic3 driver
  ` [V13 02/18] net/hinic3: add basic header files
  ` [V13 03/18] net/hinic3: add hardware interfaces of BAR operation
  ` [V13 04/18] net/hinic3: add support for cmdq mechanism
  ` [V13 05/18] net/hinic3: add NIC event module
  ` [V13 06/18] net/hinic3: add eq mechanism
  ` [V13 07/18] net/hinic3: add mgmt module function code
  ` [V13 08/18] net/hinic3: add module about hardware operation
  ` [V13 09/18] net/hinic3: add a NIC business configuration module
  ` [V13 10/18] net/hinic3: add context and work queue support
  ` [V13 11/18] net/hinic3: add a mailbox communication module
  ` [V13 12/18] net/hinic3: add futions for initialization
  ` [V13 13/18] net/hinic3: add dev ops
  ` [V13 14/18] net/hinic3: add device initialization
  ` [V13 15/18] net/hinic3: add Rx/Tx functions
  ` [V13 16/18] net/hinic3: add RSS promiscuous ops
  ` [V13 17/18] net/hinic3: add flow control and FDIR module
  ` [V13 18/18] drivers/net: add hinic3 PMD build and doc files

[RFC PATCH 0/6] remove deprecated queue stats
 2025-09-24  7:42 UTC  (13+ messages)
` [RFC PATCH 1/6] net/ice: don't report empty queue xstats
` [RFC PATCH 2/6] net/ipn3ke: drop unsupported per-queue xstats
` [RFC PATCH 3/6] ethdev: remove queue stats from ethdev stats structure
` [RFC PATCH 4/6] drivers/net: update to remove queue stats from eth stats
` [RFC PATCH 5/6] app: "
` [RFC PATCH 6/6] doc: update docs for ethdev changes

[PATCH] rawdev: fix device ID retrieval function prototype
 2025-09-24  5:56 UTC 

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

[DPDK/other Bug 1792] fpga rawdev using printf not logging
 2025-09-23 17:37 UTC 

[PATCH 1/3] compressdev: support for dictionaries and PDCP checksum
 2025-09-23 16:31 UTC  (3+ messages)
` [PATCH 2/3] compress/zlib: "
` [PATCH 3/3] app/compress-perf: "

[PATCH v1 00/16] refactoring naming the for exported symbols
 2025-09-23 16:02 UTC  (2+ messages)

[PATCH] config/riscv: add rv64gcv cross compilation target
 2025-09-23 15:07 UTC 

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

[PATCH v1 7/7] net/ntnic: cleanup using pthreads and rte_thread
 2025-09-23 14:47 UTC  (3+ messages)
` [PATCH v2 0/7] migrate threads to DPDK service framework

[PATCH] telemetry: remove deprecated functions
 2025-09-23 14:32 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] test/crypto: fix for mbuf sanity check failure
 2025-09-23 14:22 UTC 

[DPDK/ethdev Bug 1791] cnxk driver reference past requested xstat array
 2025-09-23 14:05 UTC 

DPDK Release Status Meeting 2025-09-23
 2025-09-23 14:05 UTC 

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

[PATCH v2 1/4] net/intel: add vCPF PMD support
 2025-09-23 12:54 UTC  (6+ messages)
` [PATCH v3 0/4] add vcpf pmd support
  ` [PATCH v3 1/4] net/intel: add vCPF PMD support
  ` [PATCH v3 2/4] net/idpf: add splitq jumbo packet handling
  ` [PATCH v3 3/4] net/intel: add config queue support to vCPF
  ` [PATCH v3 4/4] net/cpfl: add cpchnl get vport info support

[PATCH v1 0/3] dts: add tx_offload support in dts
 2025-09-23 12:26 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] dts: allow mbuf_fast_free to be set with testpmd shell
  ` [PATCH v3 2/3] dts: add TX offload capabilities to NIC capabilities
  ` [PATCH v3 3/3] dts: update tx_offload test from old dts

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

[PATCH v1 0/2] Move TestSuite methods to API modules
 2025-09-23 10:37 UTC  (3+ messages)
` [PATCH v1 1/2] dts: add packet handling and test utilities to API
` [PATCH v1 2/2] dts: adjust all tests to use the new API calls

[PATCH 1/2] net/cnxk: fix overrun when processing tail drop arg
 2025-09-23  9:28 UTC  (3+ messages)
` [PATCH 2/2] net/cnxk: fix overrun in dis_xqe_drop

[DPDK/ethdev Bug 1790] warnings in CNXK when built with LTO
 2025-09-23  4:23 UTC 

[PATCH] net/tap: fix build with LTO
 2025-09-23  3:57 UTC  (2+ 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).