DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-11 14:20:52 to 2026-06-11 21:23:07 UTC [more...]

[PATCH v2] doc: reword sample application guides
 2026-06-11 21:18 UTC  (17+ messages)
` [PATCH 00/15] doc: clean up "
  ` [PATCH 01/15] doc: cleanups to bbdev sample application
  ` [PATCH 02/15] doc: cleanup cmd_line example documentation
  ` [PATCH 03/15] doc: cleanup the distribution sample application guide
  ` [PATCH 04/15] doc: improve structure and clarity of compiling guide
  ` [PATCH 05/15] doc: improve clarity and consistency in DMA sample app guide
  ` [PATCH 06/15] doc: correct capitalization and formatting in ethtool guide
  ` [PATCH 07/15] doc: improve clarity in eventdev, FIPS, and flow filtering
  ` [PATCH 08/15] doc: enhance hello_world, intro, IP frag and pipeline
  ` [PATCH 09/15] doc: improve IP reassembly, IPsec, multicast, and keep-alive
  ` [PATCH 10/15] doc: enhance L2 forwarding sample application guides
  ` [PATCH 11/15] doc: enhance multi-process, NTB, ordering, and PTP guides
  ` [PATCH 12/15] doc: improve QoS, callbacks, EFD, and service cores guides
  ` [PATCH 13/15] doc: enhance skeleton, pipeline, timer, and vhost guides
  ` [PATCH 14/15] doc: improve vhost, VM power, and VMDq sample guides
  ` [PATCH 15/15] doc: correct grammar and punctuation consistency issues

[PATCH] dts: avoid Scapy MAC resolution in Rx split test
 2026-06-11 18:54 UTC  (2+ messages)

[PATCH 0/9] net/dpaa2: NAPI-style Rx queue interrupts
 2026-06-11 18:39 UTC  (16+ messages)
` [PATCH 1/9] net/dpaa2: implement RSS RETA query and update
` [PATCH 2/9] eal/interrupts: keep real errno on epoll error
` [PATCH 3/9] bus/fslmc: move DPCON management from event driver to bus
` [PATCH 4/9] bus/fslmc/dpio: make the portal DQRI epoll optional
` [PATCH 5/9] net/dpaa2: support Rx queue interrupts
` [PATCH 6/9] bus/fslmc/dpio: tune DQRI interrupt coalescing holdoff
` [PATCH 7/9] net/dpaa2: fix Rx queue count for primary process
` [PATCH 8/9] ethdev: keep fast-path ops valid after port stop
` [PATCH 9/9] net/dpaa2: drop the fake software VLAN strip offload

[PATCH v2 0/2] ethdev: fix out-of-bounds writes in rte_flow_conv()
 2026-06-11 18:15 UTC  (2+ messages)

[PATCH v1 0/1] fix NBL PMD multicast reception in promiscuous mode
 2026-06-11 18:04 UTC  (3+ messages)
` [PATCH v1 1/1] net/nbl: fix "

[PATCH v8 00/18] Support VFIO cdev API in DPDK
 2026-06-11 17:49 UTC  (20+ messages)
  ` [PATCH v8 01/18] uapi: update to v6.17 and add iommufd.h
  ` [PATCH v8 02/18] vfio: make all functions internal
  ` [PATCH v8 03/18] vfio: split get device info from setup
  ` [PATCH v8 04/18] vfio: add container device assignment API
  ` [PATCH v8 05/18] net/nbl: do not use VFIO group bind API
  ` [PATCH v8 06/18] net/ntnic: use container device assignment API
  ` [PATCH v8 07/18] vdpa/ifc: "
  ` [PATCH v8 08/18] vdpa/nfp: "
  ` [PATCH v8 09/18] vdpa/sfc: "
  ` [PATCH v8 10/18] vhost: remove group-related API from drivers
  ` [PATCH v8 11/18] vfio: remove group-based API
  ` [PATCH v8 12/18] vfio: cleanup and refactor
  ` [PATCH v8 13/18] bus/pci: use the new VFIO mode API
  ` [PATCH v8 14/18] bus/fslmc: "
  ` [PATCH v8 15/18] net/hinic3: "
  ` [PATCH v8 16/18] net/ntnic: "
  ` [PATCH v8 17/18] vfio: remove no-IOMMU check API
  ` [PATCH v8 18/18] vfio: introduce cdev mode

[PATCH 01/17] net/cnxk: update mbuf next field for multi segment
 2026-06-11 17:23 UTC  (25+ messages)
` [PATCH v2 01/22] "
  ` [PATCH v2 02/22] common/cnxk: add API of SA valid for cn20k platform
  ` [PATCH v2 03/22] common/cnxk: additional NIX SQ ctx fields prints
  ` [PATCH v2 04/22] common/cnxk: update NIX irq handler
  ` [PATCH v2 05/22] common/cnxk: configure LSO mask for single segments
  ` [PATCH v2 06/22] net/cnxk: reserve memory for lookup mem at probe
  ` [PATCH v2 07/22] drivers: add support for devargs skip size
  ` [PATCH v2 08/22] net/cnxk: update inbound SA pkind for "
  ` [PATCH v2 09/22] common/cnxk: fix cnxk xstats names
  ` [PATCH v2 10/22] common/cnxk: fix event type for soft expiry
  ` [PATCH v2 11/22] net/cnxk: enable CPT CQ by default for inline IPsec
  ` [PATCH v2 12/22] net/cnxk: fix unsigned integer underflow in LSO calculation
  ` [PATCH v2 13/22] net/cnxk: derive ethdev from SA for inbound CPT CQ events
  ` [PATCH v2 14/22] net/cnxk: fix bitwise operand size mismatch in link mode
  ` [PATCH v2 15/22] common/cnxk: add cipher key length check in key set
  ` [PATCH v2 16/22] common/cnxk: fix Klocwork static analysis issues
  ` [PATCH v2 17/22] common/cnxk: add auth key len check in inbound SA
  ` [PATCH v2 18/22] common/cnxk: add FEC configuration support
  ` [PATCH v2 19/22] net/cnxk: add FEC get set and capability ops
  ` [PATCH v2 20/22] event/cnxk: fix Klocwork static analysis issues
  ` [PATCH v2 21/22] crypto/cnxk: enforce DES/3DES cipher key length
  ` [PATCH v2 22/22] common/cnxk: fix TM link config selection in debug dump

[PATCH] net/crc: add 4x folding loop for x86 SSE implementation
 2026-06-11 17:06 UTC  (2+ messages)

[PATCH v1 0/6] net/r8169: hardware updates, optimizations, and a bug fix
 2026-06-11 16:46 UTC  (2+ messages)

DTS code coverage question
 2026-06-11 14:29 UTC 


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