DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-11 08:35:56 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  (5+ messages)
` [PATCH v1 4/6] net/r8169: remove RTL9151 CSI (DBI) channel support
` [PATCH v1 5/6] net/r8169: update hardware configurations for 8125
` [PATCH v1 6/6] net/r8169: fix segmentation fault during RTL8168 initialization

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

[PATCH] bus/fslmc: fix shadowed variables in queue storage macros
 2026-06-11 14:11 UTC  (4+ messages)

[PATCH v2 0/2] dpaa2: fix error propagation in remove path
 2026-06-11 13:52 UTC  (2+ messages)

[PATCH 0/3] Cleanup rte_dpaa_device
 2026-06-11 13:07 UTC  (4+ messages)
` [PATCH 1/3] crypto/dpaa_sec: remove cryptodev pointer from bus device
` [PATCH 2/3] dma/dpaa: remove dmadev "
` [PATCH 3/3] net/dpaa: remove ethdev "

[PATCH] net/iavf: fix to consolidate link change event handling
 2026-06-11 12:27 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] net/iavf: fix duplicate VF reset during PF reset recovery
 2026-06-11 10:18 UTC  (4+ messages)
` [PATCH v6] "

[PATCH] eal: fix core_index for non-EAL registered threads
 2026-06-11 10:13 UTC  (5+ messages)

[PATCH 00/13] Bus cleanup infrastructure and fixes
 2026-06-11 10:09 UTC  (15+ messages)
` [PATCH 01/13] bus: fix reference to plug callback
` [PATCH 02/13] dma/idxd: remove next pointer in bus specific device
` [PATCH 03/13] bus/vdev: remove driver setting in probe
` [PATCH 04/13] drivers/bus: cleanup device freeing in NXP bus
` [PATCH 05/13] drivers/bus: allocate interrupt during probing "
` [PATCH 06/13] bus/pci: fix mapping leak in bus cleanup
` [PATCH 07/13] bus/vmbus: fix interrupt leak in cleanup
` [PATCH 08/13] bus/vmbus: allocate interrupt during probing
` [PATCH 09/13] bus: align unplug with device probe
` [PATCH 10/13] bus: implement cleanup in EAL
` [PATCH 11/13] bus/dpaa: support unplug
` [PATCH 12/13] bus/vmbus: store name in bus specific device
` [PATCH 13/13] bus/vmbus: support unplug

[PATCH] net/iavf: reject oversized frames in prep callback
 2026-06-11  9:46 UTC  (2+ messages)

Technical board meeting minutes for June 10th 2026
 2026-06-11  9:30 UTC 

[PATCH] net/mlx5: fix counter TAILQ race between free and query callback
 2026-06-11  7:51 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] gpu/metax: add new driver for Metax GPU
 2026-06-11  9:17 UTC  (4+ messages)
` 回复:[PATCH] "
  ` 回复:回复:[PATCH] "

[PATCH v3 00/10] power: centralize lcore ID verification in cpufreq framework
 2026-06-11  9:10 UTC  (4+ messages)
` [PATCH v3 01/10] eal: add interface to check if lcore is EAL managed

[DPDK/core Bug 1954] [dpdk26.07-rc1] DPDK build failed with EXTRA_CFLAGS='-O1' on Redhat9.6 and Ubuntu26.04
 2026-06-11  9:09 UTC 

[v1] crypto/qat: require IPsec MB for HMAC precomputes
 2026-06-11  8:52 UTC 


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