dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-08-11 17:59:47 to 2026-08-13 13:01:18 UTC [more...]

[PATCH 0/5] net/iavf: harden reset recovery and data path on link flap
 2026-08-13 13:01 UTC  (10+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] net/iavf: discard empty AdminQ descriptors on reset
  ` [PATCH v2 2/7] net/iavf: defer device start when PF VSI not ready
  ` [PATCH v2 3/7] net/iavf: drain in-flight Tx before reset
  ` [PATCH v2 4/7] net/iavf: change no_poll flag to atomic
  ` [PATCH v2 5/7] net/iavf: improve VF reset detection on fast ARQ flip
  ` [PATCH v2 6/7] net/iavf: keep watchdog armed for the whole reset window
  ` [PATCH v2 7/7] net/iavf: skip flow flush during PF-initiated reset

[PATCH] mempool: optimizations
 2026-08-13 12:56 UTC  (4+ messages)
` [RFC PATCH v2] "

[RFC 0/7] Complete removal of queue stats mapping
 2026-08-13 12:26 UTC  (5+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 5/9] net/e1000: remove "

[PATCH v7 00/14] net/enetc: add new features for ENETC4 on i.MX95
 2026-08-13 12:13 UTC  (32+ messages)
` [PATCH v8 "
  ` [PATCH v8 01/14] net/enetc: add keep-CRC Rx offload for ENETC4
  ` [PATCH v8 02/14] net/enetc: add TSO support for ENETC4 VF
  ` [PATCH v8 03/14] net/enetc: add RSC (hardware LRO) support for ENETC4
  ` [PATCH v8 04/14] net/enetc: extend PF-VF link speed field to 8 bits
  ` [PATCH v8 05/14] net/enetc: support firmware version get for VF
  ` [PATCH v8 06/14] net/enetc: support registers dump
  ` [PATCH v8 07/14] net/enetc: support ethtool ring parameters
  ` [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
  ` [PATCH v9-1 00/14] net/enetc: add new features for ENETC4 on i.MX95
    ` [PATCH v9-1 01/14] net/enetc: add keep-CRC Rx offload for ENETC4
    ` [PATCH v9-1 02/14] net/enetc: add TSO support for ENETC4 VF
    ` [PATCH v9-1 03/14] net/enetc: add RSC (hardware LRO) support for ENETC4
    ` [PATCH v9-1 04/14] net/enetc: extend PF-VF link speed field to 8 bits
    ` [PATCH v9-1 05/14] net/enetc: support firmware version get for VF
    ` [PATCH v9-1 06/14] net/enetc: support registers dump
    ` [PATCH v9-1 07/14] net/enetc: support ethtool ring parameters
    ` [PATCH v9-1 08/14] net/enetc: refresh link speed on VF link-up interrupt
    ` [PATCH v9-1 09/14] net/enetc: support stats reset for VF
    ` [PATCH v9-1 10/14] net/enetc4: add per-queue Rx interrupt support "
    ` [PATCH v9-1 11/14] net/enetc4: add SI-based port VLAN insertion and removal
    ` [PATCH v9-1 12/14] net/enetc4: update VF link status to bitmask encoding
    ` [PATCH v9-1 13/14] net/enetc4: enable Tx PAUSE via VF Rx congestion mode
    ` [PATCH v9-1 14/14] net/enetc4: add WRR Tx scheduler devarg for VF rings

[PATCH 1/2] net/sxe2: replace memcpy with structure assignment
 2026-08-13 11:58 UTC  (3+ messages)
` [PATCH 2/2] net/ixgbe: "

[PATCH] stack: introduce pile
 2026-08-13 11:50 UTC  (6+ messages)

ice driver compiler warning
 2026-08-13 11:48 UTC  (3+ messages)
` [PATCH] net/ice/base: allow array bounds warnings

[RFC v3 1/3] doc: add fastmem programming guide
 2026-08-13 11:32 UTC  (6+ messages)
` [RFC v4 0/3] lib/fastmem: fast small-object allocator
  ` [RFC v4 2/3] lib: add fastmem library

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

[RFC 00/32] remove rte_smp barrier functions
 2026-08-13 10:38 UTC  (5+ messages)
` [RFC 08/32] net/intel: replace rte_smp_rmb
` [RFC 15/32] event/sw: fix unlinks in progress counter races

[PATCH] lib: fix mempool name prefixes
 2026-08-13  7:46 UTC  (4+ messages)
` [PATCH v2] fib, rib: fix "

[PATCH] graph: add optional profiling stats
 2026-08-13  6:56 UTC  (3+ messages)
` [PATCH v9] "

[PATCH 0/3] net/sfc: miscellaneous bug fixes
 2026-08-13  4:10 UTC  (8+ 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-13  3:37 UTC  (19+ 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] net/af_xdp: add Rx metadata and dynamic timestamping support
 2026-08-13  2:56 UTC  (5+ messages)
` [PATCH v5 0/2] net/af_xdp: add Rx timestamping and read_clock support
  ` [PATCH v5 1/2] net/af_xdp: add af_xdp rx metadata and dynamic timestamping support
  ` [PATCH v5 2/2] net/af_xdp: add read_clock support to AF_XDP PMD

[PATCH] net/af_xdp: fix default device plugin path
 2026-08-13  2:04 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] eal: introduce division round up macro
 2026-08-13  1:29 UTC  (2+ messages)

[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 0/6] common/sfc_efx/base: add Medford4 VF support
 2026-08-12 17:11 UTC  (9+ 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  (6+ 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] 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 PATCH v2] mempool: optimizations
 2026-08-12 12:08 UTC  (2+ messages)

[PATCH v5 0/6] power: uncore power improvements and auto-detection
 2026-08-12  9:49 UTC  (7+ messages)
` [PATCH v5 1/6] examples/l3fwd-power: fix uncore deinit for non-legacy
` [PATCH v5 2/6] examples/l3fwd-power: enable power QoS for all modes
` [PATCH v5 3/6] examples/l3fwd-power: fix uncore help and log info
` [PATCH v5 4/6] examples/l3fwd-power: relocate uncore initialization
` [PATCH v5 5/6] power: support automatic detection of uncore driver
` [PATCH v5 6/6] power: remove unused auto-detection uncore

[PATCH v3 0/5] dma/imx_edma5: introduce NXP i.MX95 eDMA5 driver
 2026-08-12  9:29 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] bus/platform: match device by devicetree compatible string
  ` [PATCH v4 2/5] dma/imx_edma5: introduce eDMA5 dmadev skeleton
  ` [PATCH v4 3/5] dma/imx_edma5: add device configuration
  ` [PATCH v4 4/5] dma/imx_edma5: add data path
  ` [PATCH v4 5/5] dma/imx_edma5: add statistics and dump

[DPDK/core Bug 1984] Increase memzone name size
 2026-08-12  8:27 UTC 

[PATCH] net/vhost: support queue info query
 2026-08-12  5:41 UTC  (2+ messages)

[PATCH] doc: fix typo in CNXK guide
 2026-08-12  5:05 UTC  (2+ messages)

[PATCH v1] nics: add E2200 to the NIC guide
 2026-08-12  2:09 UTC 

[RFC 00/11] Device unplug and bus cleanup refactoring for NXP
 2026-08-11 20:09 UTC  (2+ messages)

[RFC PATCH] NEW: pile stack and mempool driver
 2026-08-11 19:16 UTC  (4+ messages)
` [RFC PATCH v11] "

[RFC PATCH] dts: resolve trex driver binding issue
 2026-08-11 18:55 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).