DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-18 11:18:52 to 2026-08-20 05:27:19 UTC [more...]

[PATCH 00/61] reduce use of rte_memcpy
 2026-08-20  5:12 UTC  (45+ messages)
` [PATCH 01/61] devtools/cocci: add script to replace fixed size rte_memcpy
` [PATCH 02/61] app/testpmd: replace rte_memcpy with memcpy
` [PATCH 03/61] test: use memcpy instead of rte_memcpy
` [PATCH 04/61] app/graph: replace rte_memcpy with memcpy
` [PATCH 05/61] lpm: remove unnecessary include of rte_memcpy.h
` [PATCH 06/61] acl: "
` [PATCH 07/61] drivers/bus: "
` [PATCH 08/61] security: replace fixed size rte_memcpy
` [PATCH 09/61] ethdev: replace use of rte_memcpy
` [PATCH 10/61] net: "
` [PATCH 11/61] pdcp: "
` [PATCH 12/61] eventdev: replace fixed size rte_memcpy
` [PATCH 13/61] eal: replace rte_memcpy of cpuset
` [PATCH 14/61] cryptodev: replace use of rte_memcpy
` [PATCH 15/61] drivers/raw: use memcpy for fixed size data
` [PATCH 16/61] test-pipeline: replace use of rte_memcpy
` [PATCH 17/61] net/af_xdp: "
` [PATCH 18/61] net/avp: "
` [PATCH 19/61] net/axgbe: "
` [PATCH 20/61] net/bnx2x: "
` [PATCH 21/61] net/bnxt: "
` [PATCH 22/61] net/bonding: "
` [PATCH 23/61] net/cnxk: "
` [PATCH 24/61] net/cxgbe: "
` [PATCH 25/61] net/dpaa2: "
` [PATCH 26/61] net/enic: "
` [PATCH 27/61] net/failsafe: "
` [PATCH 28/61] net/gve: "
` [PATCH 29/61] net/hinic: "
` [PATCH 30/61] net/hns3: "
` [PATCH 31/61] net/mlx5: "
` [PATCH 32/61] net/mvpp2: "
` [PATCH 33/61] net/netvsc: "
` [PATCH 34/61] net/nfp: "
` [PATCH 35/61] net/ngbe: "
` [PATCH 36/61] net/ntnic: "
` [PATCH 37/61] net/null: "
` [PATCH 38/61] net/qede: "
` [PATCH 39/61] net/ring: "
` [PATCH 40/61] net/sfc: "
` [PATCH 41/61] net/txgbe: "
` [PATCH 42/61] net/vhost: "
` [PATCH 43/61] net/virtio: "
` [PATCH 44/61] net/sxe2: "

[RFC 0/1] ethdev: per-packet Tx timestamp slot management
 2026-08-20  4:51 UTC  (4+ messages)
` [RFC 1/1] ethdev: add per-packet Tx timestamp slot APIs

[PATCH v4] eal/linux: harden uevent recv error handling
 2026-08-20  1:41 UTC  (10+ messages)
` [PATCH v5 0/4] eal: uevent overrun mitigation
  ` [PATCH v5 1/4] eal/linux: filter uevent Netlink in kernel
    ` [EXTERNAL] "
  ` [PATCH v5 2/4] eal/linux: increase uevent socket buffer
    ` [EXTERNAL] "
  ` [PATCH v5 3/4] eal/linux: report uevent socket overrun
    ` [EXTERNAL] "
  ` [PATCH v5 4/4] doc: add warning about control threads
  ` [EXTERNAL] [PATCH v5 0/4] eal: uevent overrun mitigation

[PATCH] net/bonding: fix the log MAC address restore failure
 2026-08-19 23:23 UTC  (2+ messages)

[PATCH v10 0/4] net/zxdh: optimize Rx/Tx path performance
 2026-08-19 21:04 UTC  (7+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/4] net/zxdh: fix queue enable intr issues
  ` [PATCH v11 2/4] net/zxdh: optimize queue structure to improve performance
  ` [PATCH v11 3/4] net/zxdh: optimize Rx recv pkts performance
  ` [PATCH v11 4/4] net/zxdh: optimize Tx xmit "

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

[PATCH] net/af_xdp: add Rx metadata and dynamic timestamping support
 2026-08-19 20:20 UTC  (3+ messages)
` [PATCH v7 0/2] net/af_xdp: add Rx timestamping and read_clock support

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

[PATCH v1 0/2] I40E refactors
 2026-08-19 14:23 UTC  (3+ messages)
` [PATCH v1 1/2] net/i40e: do not use flow RSS conf struct
` [PATCH v1 2/2] net/i40e: move mutable fields out of RSS config

[PATCH] net/ice/base: add missing devices to supported products
 2026-08-19 18:41 UTC  (2+ messages)

[PATCH v1 0/6] IXGBE IPsec fixes
 2026-08-19 14:04 UTC  (18+ 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
` [PATCH v2 0/7] IXGBE IPsec fixes
  ` [PATCH v2 1/7] net/ixgbe: add key length check in IPsec
  ` [PATCH v2 2/7] net/ixgbe: remove unnecessary dev pointer
  ` [PATCH v2 3/7] net/ixgbe: harmonize return values in IPsec
  ` [PATCH v2 4/7] net/ixgbe: get rid of unnecessary malloc "
  ` [PATCH v2 5/7] net/ixgbe: use correct index variable "
  ` [PATCH v2 6/7] net/ixgbe: fix missing HW write "
  ` [PATCH v2 7/7] net/ixgbe: refactor IPsec code

[RFC PATCH] crypto: add RSA-specific capability parameters
 2026-08-19  7:16 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] app/test: lpm6 perf autotest fix lpm delete total time
 2026-08-19  2:28 UTC 

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  (3+ messages)
` [PATCH v4 0/7] "

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

[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)


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