DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-31 02:43:34 to 2026-09-01 16:17:07 UTC [more...]

[PATCH v15 00/25] Support VFIO cdev API in DPDK
 2026-09-01 16:15 UTC  (12+ 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

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

[RFC] mbuf: add configurable base private size for pktmbuf pools
 2026-09-01 16:03 UTC  (7+ messages)

[PATCH v6 45/45] net/sxe2: remove ineffective queue counts in representor info
 2026-09-01 15:23 UTC  (79+ messages)
` [PATCH v7 00/47] net/sxe2: re-align with reference and fix review findings
` [PATCH v7 24/47] net/sxe2: rename fnav cid manager symbols to flow
` [PATCH v7 25/47] net/sxe2: move tunnel port helpers into flow module
` [PATCH v7 26/47] net/sxe2: add ACL engine event statistics support
` [PATCH v7 27/47] net/sxe2: refactor primary process MP message handling
` [PATCH v7 28/47] net/sxe2: refactor Tx queue reset operations
` [PATCH v7 29/47] net/sxe2: unify vectorized Tx buffer handling
` [PATCH v7 30/47] net/sxe2: optimize NEON Tx descriptor fill
` [PATCH v7 31/47] net/sxe2: fix NEON Rx ptype mapping and memory ordering
` [PATCH v7 32/47] net/sxe2: refine vectorized Tx/Rx mode setup
` [PATCH v7 33/47] net/sxe2: fix RSS action attribute validation
` [PATCH v7 34/47] net/sxe2: restore PF-only guard in UDP tunnel port add
` [PATCH v7 35/47] net/sxe2: restore link update call in status query
` [PATCH v7 36/47] net/sxe2: validate representor ID against VF count
` [PATCH v7 37/47] net/sxe2: use primary VSI ID for representor VSI
` [PATCH v7 38/47] net/sxe2: wrap command params fill debug log in macro
` [PATCH v7 39/47] net/sxe2: restore Rx queue buffer split fill support
` [PATCH v7 40/47] net/sxe2: skip tunnel config fill on get failure
` [PATCH v7 41/47] net/sxe2: skip flow ID assignment on filter add failure
` [PATCH v7 42/47] net/sxe2: correct command channel log messages
` [PATCH v7 43/47] net/sxe2: align command structs with kernel layout
` [PATCH v7 44/47] common/sxe2: fix ioctl channel log and close handling
` [PATCH v7 45/47] doc/sxe2: remove drv-SW-stats parameter documentation
` [PATCH v7 46/47] net/sxe2: remove ineffective representor queue counts
` [PATCH v7 47/47] net/sxe2: fix VEC mode selection in mode set functions
  ` [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] 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  (12+ 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)

[RFC PATCH] net/bonding: reject control operations in secondary
 2026-08-31 16:06 UTC  (10+ messages)
` [PATCH v2 0/8] net/bonding: fixes and per-member stats
  ` [PATCH v2 1/8] net/bonding: fix TLB member ordering with unusable member
  ` [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

[PATCH] test/bpf: use unit test suite
 2026-08-31 15:47 UTC  (4+ messages)

[PATCH] net/dpaa: fix Rx queue shutdown before init
 2026-08-31 15:46 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] doc/mlx5: document modify field limitation on group 0
 2026-08-31 15:41 UTC  (2+ messages)

[PATCH 1/2] net/mlx5: fix promiscuous inconsistency on port start
 2026-08-31 15:40 UTC  (2+ messages)

[PATCH v1] net/mlx5: fix aggr affinity pattern create failures
 2026-08-31 15:26 UTC  (2+ messages)

[PATCH 00/10] cryptodev: add RSA-OAEP and RSA-PSS padding support
 2026-08-31 12:11 UTC  (12+ messages)
` [PATCH 01/10] crypto: add RSA-specific capability parameters
` [PATCH 02/10] crypto/virtio: advertise RSA padding and hash capabilities
` [PATCH 03/10] crypto/octeontx: advertise RSA PKCS#1 v1.5 padding support
` [PATCH 04/10] crypto/cnxk: "
` [PATCH 05/10] crypto/qat: advertise RSA padding capabilities
` [PATCH 06/10] crypto/openssl: advertise RSA padding and hash capabilities
` [PATCH 07/10] crypto/openssl: add RSA-OAEP support for OpenSSL PMD
` [PATCH 08/10] app/test: add RSA OAEP asymmetric test cases
` [PATCH 09/10] crypto/openssl: add RSA-PSS support for RSA operations
` [PATCH 10/10] app/test: add RSA-PSS sign and verify test cases

[PATCH 0/7] VLAN and QinQ fixes for iavf
 2026-08-31 11:01 UTC  (10+ messages)
` [PATCH 1/7] net/iavf: disable broken QinQ strip on Rx
` [PATCH 2/7] net/iavf: fix VLAN tag placement logic
` [PATCH 3/7] net/iavf: fix VLAN outer TPID setting on Tx
` [PATCH 4/7] net/intel: fix unclear enum names
` [PATCH 5/7] net/intel: fix VLAN and QinQ tag position logic
` [PATCH 6/7] net/iavf: fix missing outer QinQ tag for tunnelled packets
` [PATCH 7/7] net/iavf: remove undocumented conditional macros

[PATCH 0/4] net/ice: support outer checksum in vector Tx
 2026-08-31 10:47 UTC  (9+ messages)
` [PATCH 3/4] net/ice: add AVX2 context descriptor Tx path
` [PATCH v2 0/4] net/ice: support outer checksum in vector Tx
  ` [PATCH v2 1/4] net/common: share Tx context descriptor flag
  ` [PATCH v2 2/4] net/ice: add vector tunnel context encoding
  ` [PATCH v2 3/4] net/ice: add AVX2 context descriptor Tx path
  ` [PATCH v2 4/4] net/ice: add AVX-512 "

[PATCH] bus/dpaa: defer bus initialization to probe
 2026-08-31  9:33 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/4] fix unused-but-set-global warnings
 2026-08-31  8:27 UTC  (3+ messages)
` [PATCH v2 0/4] fix clang 23 unused but set warnings

[PATCH] graph: copy nb_xstats during node clone
 2026-08-31  8:18 UTC 

[PATCH] eal/x86: fix LZCNT CPU feature bit
 2026-08-31  8:02 UTC  (3+ messages)


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