DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-17 06:36:41 to 2026-08-18 16:14:19 UTC [more...]

[PATCH v1 0/6] IXGBE IPsec fixes
 2026-08-18 16:14 UTC  (8+ messages)
` [PATCH v1 1/6] net/ixgbe: add key length check in IPsec
` [PATCH v1 2/6] net/ixgbe: remove unnecessary dev pointer
` [PATCH v1 3/6] net/ixgbe: harmonize return values in IPsec
` [PATCH v1 4/6] net/ixgbe: get rid of unnecessary malloc "
` [PATCH v1 5/6] net/ixgbe: fix missing HW write "
` [PATCH v1 6/6] net/ixgbe: refactor IPsec code

25.11.3 patches review and test
 2026-08-18 15:23 UTC  (3+ messages)

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

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

[PATCH v1 00/13] net/sxe2: fix bugs
 2026-08-18 14:22 UTC  (15+ messages)
` [PATCH v1 01/13] net/sxe2: add Rx queue buffer split fill support
` [PATCH v1 02/13] net/sxe2: update switchdev repr VSI ID display format
` [PATCH v1 03/13] net/sxe2: add ACL engine event statistics support
` [PATCH v1 04/13] net/sxe2: enhance device cap and res management
` [PATCH v1 05/13] net/sxe2: improve representor device initialization
` [PATCH v1 06/13] net/sxe2: refactor flow tunnel port handling
` [PATCH v1 07/13] net/sxe2: validate IPsec key length against maximum limit
` [PATCH v1 08/13] net/sxe2: enhance repr event handling and MP code
` [PATCH v1 09/13] net/sxe2: optimize vectorized Tx/Rx path
` [PATCH v1 10/13] common/sxe2: allow munmap during kernel reset
` [PATCH v1 11/13] net/sxe2: clean up duplicate function declarations
` [PATCH v1 12/13] net/sxe2: clean up structure definitions
` [PATCH v1 13/13] doc/sxe2: add acl-stat-type parameter documentation

[PATCH v2] net/af_xdp: fix shared UMEM refcount corruption
 2026-08-18 14:07 UTC  (3+ messages)
` [PATCH v3] "

[RFC PATCH 00/44] Allow intitializing EAL without argc/argv
 2026-08-18 13:41 UTC  (47+ messages)
` [PATCH 00/39] Rework EAL configuration
  ` [PATCH 03/39] eal: define new functionally distinct config structs
` [PATCH v2 00/39] Rework EAL configuration
  ` [PATCH v2 01/39] telemetry: make cpuset init parameter const
  ` [PATCH v2 02/39] argparse: check for range overflow in CPU lists
  ` [PATCH v2 03/39] eal: define new functionally distinct config structs
  ` [PATCH v2 04/39] eal: move memory request fields to user config
  ` [PATCH v2 05/39] eal: move NUMA "
  ` [PATCH v2 06/39] eal: move hugepage policy "
  ` [PATCH v2 07/39] eal: move process "
  ` [PATCH v2 08/39] eal: move hugepage limit fields to new config structs
  ` [PATCH v2 09/39] eal: move advanced user config options to user cfg struct
  ` [PATCH v2 10/39] eal: move hugepage size info to platform info struct
  ` [PATCH v2 11/39] eal: move runtime state to appropriate structure
  ` [PATCH v2 12/39] eal: record details of all cpus in platform info
  ` [PATCH v2 13/39] eal: use platform info for lcore lookups
  ` [PATCH v2 14/39] eal: add macro for lowest set CPU bit in a set
  ` [PATCH v2 15/39] eal: store lcore configuration in runtime data
  ` [PATCH v2 16/39] eal: move core indices bitset to runtime state
  ` [PATCH v2 17/39] eal: cleanup CPU init function
  ` [PATCH v2 18/39] eal: move NUMA node information to platform info struct
  ` [PATCH v2 19/39] eal: move lcore role and count to runtime state
  ` [PATCH v2 20/39] eal: make lcore role a field in lcore config struct
  ` [PATCH v2 21/39] eal: move main lcore setting to runtime "
  ` [PATCH v2 22/39] eal: move IOVA mode and process type to runtime cfg
  ` [PATCH v2 23/39] eal: move memory config pointer to runtime state struct
  ` [PATCH v2 24/39] eal: remove rte_config structure
  ` [PATCH v2 25/39] eal: separate runtime state update from arg parsing
  ` [PATCH v2 26/39] eal: move device options staging list into user cfg
  ` [PATCH v2 27/39] eal: separate plugin paths from loaded plugin objects
  ` [PATCH v2 28/39] eal: simplify internal driver path iteration APIs
  ` [PATCH v2 29/39] eal: move trace config into user config struct
  ` [PATCH v2 30/39] eal: record service cores in "
  ` [PATCH v2 31/39] eal: store user-provided lcore info "
  ` [PATCH v2 32/39] eal: clarify docs on params taking lcore IDs
  ` [PATCH v2 33/39] eal: remove internal config reset function
  ` [PATCH v2 34/39] eal: move functions setting runtime state
  ` [PATCH v2 35/39] eal: initialize platform info on first use
  ` [PATCH v2 36/39] eal: remove duplicated scan of sysfs for hugepage details
  ` [PATCH v2 37/39] eal: add utilities for working with user config struct
  ` [PATCH v2 38/39] eal: split EAL init into two stages
  ` [PATCH v2 39/39] eal: provide hooks for init with externally supplied config

[PATCH] net/vhost: preserve Tx ownership on VLAN failure
 2026-08-18 13:19 UTC  (2+ messages)

[PATCH] eal/x86: optimize memcpy of small 64-byte blocks
 2026-08-18  9:12 UTC  (15+ messages)

[RFC 0/3] Drop vhost async (DMA-accelerated) datapath
 2026-08-18  9:10 UTC  (2+ messages)

[PATCH v2] net/virtio-user: fix eventfd sharing in secondary process
 2026-08-18  9:03 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] stack: introduce pile
 2026-08-18  8:50 UTC  (4+ messages)

[PATCH] net/af_xdp: add Rx metadata and dynamic timestamping support
 2026-08-18  6:49 UTC  (4+ messages)
` [PATCH v7 0/2] net/af_xdp: add Rx timestamping and read_clock support
  ` [PATCH v7 1/2] net/af_xdp: add af_xdp rx metadata and dynamic timestamping support
  ` [PATCH v7 2/2] net/af_xdp: add read_clock support to AF_XDP PMD

[PATCH v8 00/14] net/enetc: add new features for ENETC4 on i.MX95
 2026-08-18  2:28 UTC  (6+ messages)
` [PATCH v9-1 "
  ` [PATCH v10 "

[RFC 0/1] ethdev: per-packet Tx timestamp slot management
 2026-08-18  2:23 UTC  (3+ messages)
` [RFC 1/1] ethdev: add per-packet Tx timestamp slot APIs

[PATCH] net: fix cksum calculation for odd-sized segment
 2026-08-18  2:16 UTC  (2+ messages)

[PATCH] eal/linux: harden uevent recv error handling
 2026-08-18  2:15 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH v1 00/13] fix bugs
 2026-08-18  2:09 UTC  (2+ messages)

[RFC 1/1] ethdev: add per-packet Tx timestamp slot APIs
 2026-08-17 19:21 UTC 

[PATCH 26.11 0/4] extra unit tests for cfgfile library
 2026-08-17 14:57 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] test/cfgfile: improve coverage for listing APIs
  ` [PATCH v2 2/4] test/cfgfile: validate config creation APIs
  ` [PATCH v2 3/4] test/cfgfile: verify file modification API
  ` [PATCH v2 4/4] test/cfgfile: test for long lines in file

[PATCH 00/17] drivers: replace strncpy with strlcpy
 2026-08-17 14:47 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/3] lib: remove use of strncpy
 2026-08-17 13:42 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] ethdev: "
  ` [PATCH v2 2/3] eventdev: improve bounds checks for names in adapter create
  ` [PATCH v2 3/3] vhost: remove use of strncpy

[PATCH] crypto/ipsec_mb: require minimum version 2.0 for IPsec MB
 2026-08-17 12:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/vhost: support queue info query
 2026-08-17  9:29 UTC  (2+ messages)

[PATCH] net/iavf: add clock read support
 2026-08-17  9:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/cpfl: add timesync and clock read support
 2026-08-17  9:18 UTC  (2+ messages)
  ` [PATCH v2] net/cpfl: add timesync support

[RFC 0/7] Complete removal of queue stats mapping
 2026-08-17  8:01 UTC  (6+ messages)
` [PATCH v4 00/16] per-queue statistics changes
  ` [PATCH v4 06/16] net/e1000: remove queue stats mapping
  ` [PATCH v4 07/16] net/ixgbe: "


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