DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-31 16:11:29 to 2026-09-02 02:02:05 UTC [more...]

[PATCH v7 47/47] net/sxe2: fix VEC mode selection in mode set functions
 2026-09-02  2:01 UTC  (81+ messages)
` [PATCH v8 00/49] net/sxe2: re-align with reference and fix review findings
` [PATCH v8 01/49] common/sxe2: fix null pointer in class driver remove
` [PATCH v8 02/49] common/sxe2: allow munmap during kernel reset
` [PATCH v8 03/49] net/sxe2: fix VF PCI device ID
` [PATCH v8 04/49] net/sxe2: fix MSIX register width in PF map table
` [PATCH v8 05/49] net/sxe2: restore PF and port index caps assignment
` [PATCH v8 06/49] net/sxe2: fix VSI lifecycle management
` [PATCH v8 07/49] net/sxe2: initialize stats in representor device init
` [PATCH v8 08/49] net/sxe2: use base device name for representor naming
` [PATCH v8 09/49] net/sxe2: propagate LSC event to VF representors
` [PATCH v8 10/49] net/sxe2: clear security context pointer on uninit
` [PATCH v8 11/49] net/sxe2: rename representor VSI ID fields
` [PATCH v8 12/49] net/sxe2: clean up duplicate function declarations
` [PATCH v8 13/49] net/sxe2: fix null VSI dereference in device info
` [PATCH v8 14/49] net/sxe2: fill MAC addresses "
` [PATCH v8 15/49] net/sxe2: fix QinQ and RSS offload capability report
` [PATCH v8 16/49] net/sxe2: use regular write for mapped registers
` [PATCH v8 17/49] net/sxe2: move PCI register read macro to common header
` [PATCH v8 18/49] net/sxe2: validate PCI map resource type
` [PATCH v8 19/49] net/sxe2: guard PCI BAR unmap when not initialized
` [PATCH v8 20/49] net/sxe2: fix null dereference in dev uninit
` [PATCH v8 21/49] net/sxe2: fix duplicated cleanup in dev close
` [PATCH v8 22/49] net/sxe2: align dev init and cleanup order
` [PATCH v8 23/49] net/sxe2: simplify switchdev representor matching
` [PATCH v8 24/49] net/sxe2: rename fnav cid manager symbols to flow
` [PATCH v8 25/49] net/sxe2: move tunnel port helpers into flow module
` [PATCH v8 26/49] net/sxe2: add ACL engine event statistics support
` [PATCH v8 27/49] net/sxe2: enable FDIR on all Rx queues
` [PATCH v8 28/49] net/sxe2: refactor primary process MP message handling
` [PATCH v8 29/49] net/sxe2: refactor Tx queue reset operations
` [PATCH v8 30/49] net/sxe2: unify vectorized Tx buffer handling
` [PATCH v8 31/49] net/sxe2: optimize NEON Tx descriptor fill
` [PATCH v8 32/49] net/sxe2: fix NEON Rx ptype mapping and memory ordering
` [PATCH v8 33/49] net/sxe2: refine vectorized Tx/Rx mode setup
` [PATCH v8 34/49] net/sxe2: fix RSS action attribute validation
` [PATCH v8 35/49] net/sxe2: restore PF-only guard in UDP tunnel port add
` [PATCH v8 36/49] net/sxe2: refresh link state on link change events
` [PATCH v8 37/49] net/sxe2: validate representor ID against VF count
` [PATCH v8 38/49] net/sxe2: use primary VSI ID for representor VSI
` [PATCH v8 39/49] net/sxe2: wrap command params fill debug log in macro
` [PATCH v8 40/49] net/sxe2: restore Rx queue buffer split fill support
` [PATCH v8 41/49] net/sxe2: skip tunnel config fill on get failure
` [PATCH v8 42/49] net/sxe2: skip flow ID assignment on filter add failure
` [PATCH v8 43/49] net/sxe2: correct command channel log messages
` [PATCH v8 44/49] net/sxe2: align command structs with kernel layout
` [PATCH v8 45/49] common/sxe2: fix ioctl channel log and close handling
` [PATCH v8 46/49] doc/sxe2: remove drv-SW-stats parameter documentation
` [PATCH v8 47/49] net/sxe2: remove ineffective representor queue counts
` [PATCH v8 48/49] net/sxe2: fix VEC mode selection in mode set functions
` [PATCH v8 49/49] net/sxe2: fix devargs parse error check for representors
  ` [PATCH v9 00/48] net/sxe2: re-align with reference and fix review findings
  ` [PATCH v9 01/48] common/sxe2: fix null pointer in class driver remove
  ` [PATCH v9 02/48] common/sxe2: allow munmap during kernel reset
  ` [PATCH v9 03/48] net/sxe2: fix VF PCI device ID
  ` [PATCH v9 04/48] net/sxe2: fix MSIX register width in PF map table
  ` [PATCH v9 05/48] net/sxe2: restore PF and port index caps assignment
  ` [PATCH v9 06/48] net/sxe2: fix VSI lifecycle management
  ` [PATCH v9 07/48] net/sxe2: initialize stats in representor device init
  ` [PATCH v9 08/48] net/sxe2: use base device name for representor naming
  ` [PATCH v9 09/48] net/sxe2: propagate LSC event to VF representors
  ` [PATCH v9 10/48] net/sxe2: clear security context pointer on uninit
  ` [PATCH v9 11/48] net/sxe2: rename representor VSI ID fields
  ` [PATCH v9 12/48] net/sxe2: clean up duplicate function declarations
  ` [PATCH v9 13/48] net/sxe2: fix null VSI dereference in device info
  ` [PATCH v9 14/48] net/sxe2: fill MAC addresses "
  ` [PATCH v9 15/48] net/sxe2: fix QinQ and RSS offload capability report
  ` [PATCH v9 16/48] net/sxe2: use regular write for mapped registers
  ` [PATCH v9 17/48] net/sxe2: move PCI register read macro to common header
  ` [PATCH v9 18/48] net/sxe2: validate PCI map resource type
  ` [PATCH v9 19/48] net/sxe2: guard PCI BAR unmap when not initialized
  ` [PATCH v9 20/48] net/sxe2: fix duplicated cleanup in dev close
  ` [PATCH v9 21/48] net/sxe2: align dev init and cleanup order
  ` [PATCH v9 22/48] net/sxe2: simplify switchdev representor matching
  ` [PATCH v9 23/48] net/sxe2: rename fnav cid manager symbols to flow
  ` [PATCH v9 24/48] net/sxe2: move tunnel port helpers into flow module
  ` [PATCH v9 25/48] net/sxe2: add ACL engine event statistics support
  ` [PATCH v9 26/48] net/sxe2: enable FDIR on all Rx queues
  ` [PATCH v9 27/48] net/sxe2: refactor primary process MP message handling
  ` [PATCH v9 28/48] net/sxe2: refactor Tx queue reset operations

[PATCH 1/2] ethdev: remove deprecated flow copy API
 2026-09-01 23:10 UTC  (2+ messages)
` [PATCH 2/2] ethdev: remove deprecated shared flow action

[PATCH 00/22] ethdev: convert experimental symbols etc
 2026-09-01 20:23 UTC  (23+ messages)
` [PATCH 01/22] ethdev: promote meter API to stable
` [PATCH 02/22] ethdev: promote module EEPROM "
` [PATCH 03/22] ethdev: promote rte_flow_conv "
` [PATCH 04/22] ethdev: promote hairpin API "
` [PATCH 05/22] ethdev: promote read clock and flow dump "
` [PATCH 06/22] ethdev: promote FEC API "
` [PATCH 07/22] ethdev: promote link speed helpers "
` [PATCH 08/22] ethdev: promote flow tunnel offload API "
` [PATCH 09/22] ethdev: promote aged flow query "
` [PATCH 10/22] ethdev: promote indirect action API "
` [PATCH 11/22] ethdev: promote asynchronous flow "
` [PATCH 12/22] ethdev: promote flex item "
` [PATCH 13/22] ethdev: promote remaining aged flow helpers "
` [PATCH 14/22] ethdev: promote congestion management API "
` [PATCH 15/22] ethdev: promote IP reassembly offload "
` [PATCH 16/22] ethdev: promote per-queue priority flow control "
` [PATCH 17/22] ethdev: promote device info and dump helpers "
` [PATCH 18/22] ethdev: promote speed lanes API "
` [PATCH 19/22] ethdev: promote queue helpers and aggregated ports "
` [PATCH 20/22] ethdev: promote remaining aged symbols "
` [PATCH 21/22] ethdev: promote fast path inline helpers "
` [PATCH 22/22] ethdev: promote experimental structures "

[RFC] mbuf: add configurable base private size for pktmbuf pools
 2026-09-01 20:00 UTC  (12+ messages)

[RFC PATCH] dts: add pvp multi paths vhost performance testsuite
 2026-09-01 18:59 UTC 

[RFC PATCH] dts: add pvp multi paths virtio performance testsuite
 2026-09-01 18:37 UTC 

[PATCH v15 00/25] Support VFIO cdev API in DPDK
 2026-09-01 16:15 UTC  (26+ messages)
  ` [PATCH v15 01/25] uapi: update to v6.17 and add iommufd.h
  ` [PATCH v15 02/25] vfio: make all functions internal
  ` [PATCH v15 03/25] bus/fslmc: decouple from EAL VFIO
  ` [PATCH v15 04/25] vfio: decouple EAL from VFIO internals
  ` [PATCH v15 05/25] vfio: do proper teardown on VFIO cleanup
  ` [PATCH v15 06/25] vfio: remove modname parameter from init
  ` [PATCH v15 07/25] vfio: rename API to reflect internal status
  ` [PATCH v15 08/25] bus/pci: rename mismatching error labels
  ` [PATCH v15 09/25] vfio: split get device info from setup
  ` [PATCH v15 10/25] vfio: add container device assignment API
  ` [PATCH v15 11/25] net/nbl: do not use VFIO group bind API
  ` [PATCH v15 12/25] net/ntnic: use container device assignment API
  ` [PATCH v15 13/25] vdpa/ifc: "
  ` [PATCH v15 14/25] vdpa/nfp: "
  ` [PATCH v15 15/25] vdpa/sfc: "
  ` [PATCH v15 16/25] vdpa/mlx5: remove group-related API
  ` [PATCH v15 17/25] vhost: remove group-related API from driver
  ` [PATCH v15 18/25] vfio: remove group-based API
  ` [PATCH v15 19/25] vfio: cleanup and refactor
  ` [PATCH v15 20/25] bus/pci: use the new VFIO IOMMU mode API
  ` [PATCH v15 21/25] bus/fslmc: "
  ` [PATCH v15 22/25] net/hinic3: "
  ` [PATCH v15 23/25] net/ntnic: "
  ` [PATCH v15 24/25] vfio: remove no-IOMMU check API
  ` [PATCH v15 25/25] vfio: introduce cdev mode

DPDK Release Status Meeting 2026-09-01
 2026-09-01 16:09 UTC 

[PATCH] net/ice: support link flow control
 2026-09-01 15:12 UTC 

[PATCH v1 1/4] app/test: extend mlkem support
 2026-09-01 14:23 UTC  (5+ messages)
` [PATCH v1 2/4] app/test: extend mldsa support
` [PATCH v1 3/4] app/test: extend mlkem keygen support
` [PATCH v1 4/4] app/test: extend mldsa "

[PATCH v13 00/25] NXP DPAA driver enhancements and fixes
 2026-09-01 10:25 UTC  (28+ messages)
` [PATCH v14 00/23] "
  ` [PATCH v15 "
    ` [PATCH v15 01/23] net/dpaa: fix device remove
    ` [PATCH v15 02/23] net/dpaa: fix free port resources on close
    ` [PATCH v15 03/23] bus/dpaa: fix FQD dest wq channel decoding
    ` [PATCH v15 04/23] bus/dpaa: refine fman naming
    ` [PATCH v15 05/23] bus/dpaa: scan max BPID from DTS
    ` [PATCH v15 06/23] drivers: add process-type guards for secondary process
    ` [PATCH v15 07/23] drivers: shutdown DPAA FQ by fq descriptor
    ` [PATCH v15 08/23] drivers: add DPAA cgrid cleanup support
    ` [PATCH v15 09/23] bus/dpaa: improve FQ shutdown with channel validation
    ` [PATCH v15 10/23] drivers: add BMI Tx statistics
    ` [PATCH v15 11/23] net/dpaa: optimize FM deconfig
    ` [PATCH v15 12/23] net/dpaa: optimize FMC MAC type parsing
    ` [PATCH v15 13/23] drivers: release DPAA bpid on driver destructor
    ` [PATCH v15 14/23] dma/dpaa: add devargs for SG and errata workaround
    ` [PATCH v15 15/23] net/dpaa: support Rx/Tx taildrop threshold devarg
    ` [PATCH v15 16/23] net/dpaa: support fmcless rxq number as devargs
    ` [PATCH v15 17/23] net/dpaa: support non fmX-macY type of shared Ethernet name
    ` [PATCH v15 18/23] bus/dpaa: optimize DPAA multi-entry buffer pool operations
    ` [PATCH v15 19/23] bus/dpaa: improve log macro usages
    ` [PATCH v15 20/23] net/dpaa: enhance VSP port support
    ` [PATCH v15 21/23] drivers: add offline (O/H) port device support
    ` [PATCH v15 22/23] crypto/dpaa_sec: improve crypto fq resource handling
    ` [PATCH v15 23/23] doc: update release notes with NXP DPAA changes

[PATCH] common/cnxk: fix mailbox message size underflow
 2026-09-01  9:53 UTC 

[PATCH] vhost: remove dependency on PCI library
 2026-09-01  8:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1 1/4] app/crypto-perf: support mldsa Sign-Iteration
 2026-08-31  8:49 UTC  (4+ messages)
` [PATCH v1 2/4] app/crypto-perf: extend mlkem support
` [PATCH v1 3/4] app/crypto-perf: extend mldsa support
` [PATCH v1 4/4] app/crypto-perf: extend support for mldsa Sign

[PATCH] stack: introduce pile
 2026-09-01  6:43 UTC  (8+ messages)
` [PATCH v3 0/2] introduce pile stack and mempool driver
  ` [PATCH v3 1/2] stack: introduce pile
` [PATCH v4 0/2] introduce pile stack and mempool driver
  ` [PATCH v4 1/2] stack: introduce pile
  ` [PATCH v4 2/2] mempool: introduce pile driver

[RFC] ethdev: simplify representor info get API
 2026-08-31 16:46 UTC  (2+ messages)

[PATCH v6 45/45] net/sxe2: remove ineffective queue counts in representor info
 2026-08-31 16:18 UTC  (3+ messages)
` [PATCH v7 00/47] net/sxe2: re-align with reference and fix review findings

[RFC PATCH] net/bonding: reject control operations in secondary
 2026-08-31 16:06 UTC  (9+ messages)
` [PATCH v2 0/8] net/bonding: fixes and per-member stats
  ` [PATCH v2 2/8] net/bonding: skip unavailable member stats
  ` [PATCH v2 3/8] net/bonding: skip unavailable members in device info
  ` [PATCH v2 4/8] net/bonding: use atomic link status accessors
  ` [PATCH v2 5/8] net/bonding: restrict control ops in secondary process
  ` [PATCH v2 6/8] net/bonding: add extended statistics
  ` [PATCH v2 7/8] test/bonding: add extended statistics test
  ` [PATCH v2 8/8] doc: add bonding features matrix


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