DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-20 13:03:40 to 2026-08-24 02:43:08 UTC [more...]

[PATCH 00/61] reduce use of rte_memcpy
 2026-08-24  2:42 UTC  (86+ messages)
` [PATCH 03/61] test: use memcpy instead "
` [PATCH 28/61] net/gve: replace use "
` [PATCH v2 00/68] reduce "
  ` [PATCH v2 01/68] devtools/cocci: add script to replace fixed size rte_memcpy
  ` [PATCH v2 02/68] lib: add missing include of rte_memcpy.h
  ` [PATCH v2 03/68] net: "
  ` [PATCH v2 04/68] crypto: "
  ` [PATCH v2 05/68] drivers: "
  ` [PATCH v2 06/68] app: "
  ` [PATCH v2 07/68] examples: "
  ` [PATCH v2 08/68] eal: document when to use rte_memcpy
  ` [PATCH v2 09/68] app/testpmd: replace rte_memcpy with memcpy
  ` [PATCH v2 10/68] test: use memcpy instead of rte_memcpy
  ` [PATCH v2 11/68] app/graph: replace rte_memcpy with memcpy
  ` [PATCH v2 12/68] lpm: remove unnecessary include of rte_memcpy.h
  ` [PATCH v2 13/68] acl: "
  ` [PATCH v2 14/68] drivers/bus: "
  ` [PATCH v2 15/68] security: replace fixed size rte_memcpy
  ` [PATCH v2 16/68] ethdev: replace use of rte_memcpy
  ` [PATCH v2 17/68] net: "
  ` [PATCH v2 18/68] pdcp: "
  ` [PATCH v2 19/68] eventdev: replace fixed size rte_memcpy
  ` [PATCH v2 20/68] eal: replace rte_memcpy of cpuset
  ` [PATCH v2 21/68] cryptodev: replace use of rte_memcpy
  ` [PATCH v2 22/68] drivers/raw: use memcpy for fixed size data
  ` [PATCH v2 23/68] test-pipeline: replace use of rte_memcpy
  ` [PATCH v2 24/68] net/af_xdp: "
  ` [PATCH v2 25/68] net/avp: "
  ` [PATCH v2 26/68] net/axgbe: "
  ` [PATCH v2 27/68] net/bnx2x: "
  ` [PATCH v2 28/68] net/bnxt: "
  ` [PATCH v2 29/68] net/bonding: "
  ` [PATCH v2 30/68] net/cnxk: "
  ` [PATCH v2 31/68] net/cxgbe: "
  ` [PATCH v2 32/68] net/dpaa2: "
  ` [PATCH v2 33/68] net/enic: "
  ` [PATCH v2 34/68] net/failsafe: "
  ` [PATCH v2 35/68] net/gve: "
  ` [PATCH v2 36/68] net/hinic: "
  ` [PATCH v2 37/68] net/hns3: "
  ` [PATCH v2 38/68] net/mlx5: "
  ` [PATCH v2 39/68] net/mvpp2: "
  ` [PATCH v2 40/68] net/netvsc: "
    ` [EXTERNAL] "
  ` [PATCH v2 41/68] net/nfp: "
  ` [PATCH v2 42/68] net/ngbe: "
  ` [PATCH v2 43/68] net/ntnic: "
  ` [PATCH v2 44/68] net/null: "
  ` [PATCH v2 45/68] net/qede: "
  ` [PATCH v2 46/68] net/ring: "
  ` [PATCH v2 47/68] net/sfc: "
  ` [PATCH v2 48/68] net/txgbe: "
  ` [PATCH v2 49/68] net/vhost: "
  ` [PATCH v2 50/68] net/virtio: "
  ` [PATCH v2 51/68] net/sxe2: "
  ` [PATCH v2 52/68] net/zxdh: "
  ` [PATCH v2 53/68] net/memif: use memcpy for fixed size data
  ` [PATCH v2 54/68] net/ice: "
  ` [PATCH v2 55/68] test-bbdev: remove unnecessary include rte_memcpy.h
  ` [PATCH v2 56/68] drivers/mempool: use memcpy for fixed size data
  ` [PATCH v2 57/68] ml/cnxk: "
  ` [PATCH v2 58/68] drivers/event: "
  ` [PATCH v2 59/68] baseband/la12xx: "
  ` [PATCH v2 60/68] baseband/acc: replace use of rte_memcpy
  ` [PATCH v2 61/68] drivers/*/qat: use memcpy for fixed size data
  ` [PATCH v2 62/68] hash: replace use of rte_memcpy
  ` [PATCH v2 63/68] rib: remove rte_memcpy include
  ` [PATCH v2 64/68] pcapng: replace use of rte_memcpy
  ` [PATCH v2 65/68] efd: "
  ` [PATCH v2 66/68] net/xsc: "
  ` [PATCH v2 67/68] net/pcap: "
  ` [PATCH v2 68/68] power: "

[RFC PATCH] net/bonding: reject control operations in secondary
 2026-08-24  2:39 UTC  (4+ messages)
` [RFC PATCH v2] net/bonding: restrict secondary control operations

[PATCH 1/2] net/atlantic: fix Rx descriptor completion race
 2026-08-23 18:47 UTC  (2+ messages)
  ` [PATCH 2/2] net/atlantic: fix Tx cleanup descriptor read race

[PATCH] graph: add optional profiling stats
 2026-08-23 15:01 UTC  (12+ messages)
` [PATCH v9] "
` [PATCH v10] "
` [PATCH v11] "
` [PATCH v12] "
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "

[PATCH v1 0/3] raw/ntb: add AMD NTB support
 2026-08-23 14:06 UTC  (4+ messages)
` [PATCH v1 1/3] raw/ntb: generalize framework for multiple vendors
` [PATCH v1 2/3] raw/ntb: add AMD NTB support
` [PATCH v1 3/3] doc: "

[PATCH 0/2] net/sfc: fix and extend secondary process support
 2026-08-22  0:06 UTC  (11+ messages)
` [PATCH 1/2] net/sfc: fix shared adapter pointer set in secondary process
` [PATCH 2/2] net/sfc: provide cached dev info to use "
` [PATCH v2 0/2] net/sfc: fix and extend secondary process support
  ` [PATCH v2 1/2] net/sfc: fix shared adapter pointer set in secondary process
  ` [PATCH v2 2/2] net/sfc: provide cached dev info to use "
` [PATCH v3 0/2] net/sfc: fix and extend secondary process support
  ` [PATCH v3 1/2] net/sfc: fix shared adapter pointer set in secondary process
  ` [PATCH v3 2/2] net/sfc: provide cached dev info to use "

[PATCH v4] net/af_xdp: fix shared UMEM refcount corruption
 2026-08-21 18:10 UTC  (4+ messages)
` [PATCH v5] "
  ` [PATCH v6] "

[dpdk-dev v1] net/sxe2: replace private mempool cache bypass with rte_mbuf_raw_free_bulk
 2026-08-21 18:03 UTC  (2+ messages)

[PATCH v1 0/2] I40E refactors
 2026-08-21 16:36 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] net/i40e: do not use flow RSS conf struct
  ` [PATCH v2 2/2] net/i40e: move mutable fields out of RSS config

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

[PATCH v1 00/21] Building a better rte_flow parser
 2026-08-21 15:27 UTC  (23+ messages)
` [PATCH v1 01/21] ethdev: add flow graph API
` [PATCH v1 02/21] net/intel/common: add flow engines infrastructure
` [PATCH v1 03/21] net/intel/common: add utility functions
` [PATCH v1 04/21] net/ixgbe: add support for common flow parsing
` [PATCH v1 05/21] net/ixgbe: reimplement ethertype parser
` [PATCH v1 06/21] net/ixgbe: reimplement syn parser
` [PATCH v1 07/21] net/ixgbe: reimplement L2 tunnel parser
` [PATCH v1 08/21] net/ixgbe: reimplement ntuple parser
` [PATCH v1 09/21] net/ixgbe: reimplement security parser
` [PATCH v1 10/21] net/ixgbe: reimplement FDIR parser
` [PATCH v1 11/21] net/ixgbe: reimplement hash parser
` [PATCH v1 12/21] net/i40e: add support for common flow parsing
` [PATCH v1 13/21] net/i40e: reimplement ethertype parser
` [PATCH v1 14/21] net/i40e: reimplement FDIR parser
` [PATCH v1 15/21] net/i40e: reimplement tunnel QinQ parser
` [PATCH v1 16/21] net/i40e: reimplement VXLAN parser
` [PATCH v1 17/21] net/i40e: reimplement NVGRE parser
` [PATCH v1 18/21] net/i40e: reimplement MPLS parser
` [PATCH v1 19/21] net/i40e: reimplement gtp parser
` [PATCH v1 20/21] net/i40e: reimplement L4 cloud parser
` [PATCH v1 21/21] net/i40e: reimplement hash parser

[dpdk-dev v1] mempool: double cache max size using ABI-neutral struct compaction
 2026-08-21  6:31 UTC  (3+ messages)

[PATCH v2] net/mlx5: fallback to verbs for Tx memory allocation if devx unsupported
 2026-08-20 16:48 UTC  (3+ messages)
    ` [External] : "

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

[RFC PATCH 0/3] add standalone mempool perf testing app
 2026-08-20 14:24 UTC  (4+ messages)
` [RFC PATCH 1/3] app/test-mempool-perf: skeleton of new test app
` [RFC PATCH 2/3] app/test-mempool-perf: add perf test logic
` [RFC PATCH 3/3] app/test-mempool-perf: add testing in pipeline model

[PATCH v5 0/7] dts: remove imports from framework in test suites
 2026-08-20 14:04 UTC  (17+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/7] dts: move exception module from framework to API
  ` [PATCH v7 2/7] dts: move utils "
  ` [PATCH v7 3/7] dts: move context "
  ` [PATCH v7 4/7] dts: move testbed model "
  ` [PATCH v7 5/7] dts: move test suite module "
  ` [PATCH v7 6/7] dts: move params directory "
  ` [PATCH v7 7/7] dts: separate Linux session into interface and logic


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