DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-12 11:34:12 to 2026-08-12 20:57:12 UTC [more...]

[PATCH v1] net/af_xdp: fix shared UMEM refcount corruption
 2026-08-12 22:08 UTC  (2+ messages)

[RFC PATCH] dts: restore unbinded ports to initial state
 2026-08-12 19:44 UTC 

[PATCH] app/test: rewrite telemetry test in python
 2026-08-12 19:01 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/sxe2: fix build when optional libraries are disabled
 2026-08-12 17:55 UTC 

[PATCH] net/sxe2: fix build when optional libraries are disabled
 2026-08-12 17:47 UTC 

[PATCH v8 00/26] DPAA driver fixes and improvements
 2026-08-12 17:46 UTC  (28+ messages)
` [PATCH v9 00/25] "
  ` [PATCH v9 01/25] net/dpaa: fix device remove
  ` [PATCH v9 02/25] bus/dpaa: refine fman naming and fix global scope
  ` [PATCH v9 03/25] bus/dpaa: scan max BPID from DTS
  ` [PATCH v9 04/25] drivers: add process-type guards for secondary process
  ` [PATCH v9 05/25] drivers: shutdown DPAA FQ by fq descriptor
  ` [PATCH v9 06/25] bus/dpaa: improve FQ shutdown with channel validation
  ` [PATCH v9 07/25] bus/dpaa: add DPAA cgrid cleanup support
  ` [PATCH v9 08/25] drivers: add BMI Tx statistics
  ` [PATCH v9 09/25] net/dpaa: optimize FM deconfig
  ` [PATCH v9 10/25] net/dpaa: optimize FMC MAC type parsing
  ` [PATCH v9 11/25] drivers: release DPAA bpid on driver destructor
  ` [PATCH v9 12/25] dma/dpaa: add SG data validation and ERR050757
  ` [PATCH v9 13/25] net/dpaa: support Rx/Tx taildrop threshold devarg
  ` [PATCH v9 14/25] net/dpaa: add Tx rate limiting API
  ` [PATCH v9 15/25] bus/dpaa: orp queue create and burst enqueue
  ` [PATCH v9 16/25] net/dpaa: support fmcless rxq number as devargs
  ` [PATCH v9 17/25] net/dpaa: support non fmX-macY type of shared Ethernet name
  ` [PATCH v9 18/25] bus/dpaa: optimize DPAA multi-entry buffer pool operations
  ` [PATCH v9 19/25] bus/dpaa: improve log macro and fix bus detection
  ` [PATCH v9 20/25] drivers: improve shutdown fq with channel
  ` [PATCH v9 21/25] net/dpaa: enhance VSP port support
  ` [PATCH v9 22/25] drivers: add offline (O/H) port device support
  ` [PATCH v9 23/25] drivers: improve crypto fq resource handling
  ` [PATCH v9 24/25] common/dpaax: add dpaax_enter_destructor() to gate EAL memory frees
  ` [PATCH v9 24/25] drivers: add dpaax destructor "
  ` [PATCH v9 25/25] doc: add 26.11 release notes for NXP DPAA new features

[PATCH 0/6] common/sfc_efx/base: add Medford4 VF support
 2026-08-12 17:11 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] common/sfc_efx/base: let Medford4 PF manage VFs
  ` [PATCH v2 2/6] common/sfc_efx/base: indicate dummy netport properties on VF
  ` [PATCH v2 3/6] common/sfc_efx/base: skip netport event subscriptions on VFs
  ` [PATCH v2 4/6] common/sfc_efx/base: deny tuning FCS and flow control to VFs
  ` [PATCH v2 5/6] common/sfc_efx/base: deny periodic MAC stats delivery "
  ` [PATCH v2 6/6] doc: announce VF support of AMD Solarflare X45xx family NICs

[PATCH 0/3] common/sfc_efx/base: add VADAPTER statistics for Medford4
 2026-08-12 17:10 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] common/sfc_efx/base: update MCDI headers
  ` [PATCH v2 2/3] common/sfc_efx/base: add support for VADAPTER statistics IDs
  ` [PATCH v2 3/3] common/sfc_efx/base: switch netport stats to use EVB port ID

[PATCH 0/3] net/sfc: miscellaneous bug fixes
 2026-08-12 17:10 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] net/sfc: set Rx queue type flags from scratch on queue setup
  ` [PATCH v2 2/3] net/sfc: drop wrong static qualifier from iterator variable
  ` [PATCH v2 3/3] common/sfc_efx/base: fix reading advertised autoneg ability

[PATCH 00/14] common/sfc_efx/base: fix code analysis issues
 2026-08-12 17:08 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/14] common/sfc_efx/base: reduce stack in RSS context table write
  ` [PATCH v2 02/14] common/sfc_efx/base: reduce stack in get addr regions MCDI
  ` [PATCH v2 03/14] common/sfc_efx/base: reduce stack in set "
  ` [PATCH v2 04/14] common/sfc_efx/base: reduce stack in netport stat describe
  ` [PATCH v2 05/14] common/sfc_efx/base: fix filter saved spec handling
  ` [PATCH v2 06/14] common/sfc_efx/base: fix annotations in client MAC addr get
  ` [PATCH v2 07/14] common/sfc_efx/base: fix annotations in HW-SW mask converter
  ` [PATCH v2 08/14] common/sfc_efx/base: fix annotations in get fixed port props
  ` [PATCH v2 09/14] common/sfc_efx/base: fix annotations in SW-HW enum converter
  ` [PATCH v2 10/14] common/sfc_efx/base: fix annotation in netport stat describe
  ` [PATCH v2 11/14] common/sfc_efx/base: fix flex array "
  ` [PATCH v2 12/14] common/sfc_efx/base: fix filter in SW-HW mask converter
  ` [PATCH v2 13/14] common/sfc_efx/base: rework SW mask to HW enum converter
  ` [PATCH v2 14/14] common/sfc_efx/base: cleanup wider type comparisons in loops

[PATCH] stack: introduce pile
 2026-08-12 16:28 UTC  (5+ messages)

[PATCH] examples/skeleton: fix typo in initialization comment
 2026-08-12 15:25 UTC 

mempool cache change
 2026-08-12 15:01 UTC  (12+ messages)

[PATCH 1/2] net/i40e: preserve RSS RETA across port stop and start
 2026-08-12 14:38 UTC  (2+ messages)
` [PATCH 2/2] net/i40e: program default RSS RETA at port configure

[RFC PATCH] pile stack and mempool driver (resend)
 2026-08-12 14:18 UTC  (2+ messages)

[PATCH] mempool: introduce pile driver
 2026-08-12 14:15 UTC 

[RFC v3 1/3] doc: add fastmem programming guide
 2026-08-12 12:35 UTC  (4+ messages)
` [RFC v4 0/3] lib/fastmem: fast small-object allocator

[RFC PATCH v2] mempool: optimizations
 2026-08-12 12:08 UTC  (2+ messages)

[PATCH] mempool: optimizations
 2026-08-12 12:06 UTC  (2+ messages)
` [RFC PATCH v2] "

[PATCH] lib: fix mempool name prefixes
 2026-08-12 11:43 UTC  (3+ messages)

[PATCH v7 00/14] net/enetc: add new features for ENETC4 on i.MX95
 2026-08-12 11:33 UTC  (9+ messages)
` [PATCH v8 "
  ` [PATCH v8 08/14] net/enetc: refresh link speed on VF link-up interrupt
  ` [PATCH v8 09/14] net/enetc: support stats reset for VF
  ` [PATCH v8 10/14] net/enetc4: add per-queue Rx interrupt support "
  ` [PATCH v8 11/14] net/enetc4: add SI-based port VLAN insertion and removal
  ` [PATCH v8 12/14] net/enetc4: update VF link status to bitmask encoding
  ` [PATCH v8 13/14] net/enetc4: enable Tx PAUSE via VF Rx congestion mode
  ` [PATCH v8 14/14] net/enetc4: add WRR Tx scheduler devarg for VF rings


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