DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-20 05:26:10 to 2026-08-20 16:23:08 UTC [more...]

[PATCH 00/61] reduce use of rte_memcpy
 2026-08-20 16:22 UTC  (42+ messages)
` [PATCH 03/61] test: use memcpy instead "
` [PATCH 26/61] net/enic: replace use "
` [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: "
` [PATCH 45/61] net/zxdh: "
` [PATCH 46/61] net/memif: use memcpy for fixed size data
` [PATCH 47/61] net/ice: "
` [PATCH 48/61] test-bbdev: remove unnecessary include rte_memcpy.h
` [PATCH 49/61] drivers/mempool: use memcpy for fixed size data
` [PATCH 50/61] ml/cnxk: "
` [PATCH 51/61] drivers/event: "
` [PATCH 52/61] baseband/la12xx: "
` [PATCH 53/61] baseband/acc: replace use of rte_memcpy
` [PATCH 54/61] drivers/*/qat: use memcpy for fixed size data
` [PATCH 55/61] hash: replace use of rte_memcpy
` [PATCH 56/61] rib: remove rte_memcpy include
` [PATCH 57/61] pcapng: replace use of rte_memcpy
` [PATCH 58/61] efd: "
` [PATCH 59/61] net/xsc: "
` [PATCH 60/61] net/pcap: "
` [PATCH 61/61] power: "

[PATCH v4] net/af_xdp: fix shared UMEM refcount corruption
 2026-08-20 23:05 UTC 

[dpdk-dev v1] net/sxe2: replace private mempool cache bypass with rte_mbuf_raw_free_bulk
 2026-08-20 15:50 UTC 

[dpdk-dev v1] mempool: double cache max size using ABI-neutral struct compaction
 2026-08-20 15:45 UTC 

[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

[PATCH v1 00/21] Building a better rte_flow parser
 2026-08-20 14:01 UTC  (22+ 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

[PATCH 0/2] net/sfc: fix and extend secondary process support
 2026-08-20 13:03 UTC  (3+ 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] mempool: optimizations
 2026-08-20 12:56 UTC  (2+ messages)

[PATCH v1] dts: fix TRex packet stream handling for line rate testing
 2026-08-20 12:53 UTC  (2+ messages)

[DPDK/meson Bug 1985] chkincs fails to build with stdatomic
 2026-08-20 12:33 UTC 

Windows 10/11 x64 signed NetUIO and virt2phys packages - listed Microsoft contact is no longer valid
 2026-08-20 10:49 UTC  (2+ messages)
` Windows 10/11 x64 signed NetUIO and virt2phys packages

[RFC] increase name sizes and reorder structures
 2026-08-20 10:00 UTC  (2+ messages)

Minutes of DPDK Technical Board Meeting, 2026-07-08
 2026-08-20  9:52 UTC 

25.11.3 patches review and test
 2026-08-20  9:06 UTC  (3+ messages)

[PATCH] net/cpfl: remove unused macro definition
 2026-08-20  8:05 UTC 

[PATCH] net/sxe2: fix build when optional libraries are disabled
 2026-08-20  7:53 UTC  (2+ messages)

[PATCH v10 00/14] net/enetc: add new features for ENETC4 on i.MX95
 2026-08-20  5:37 UTC  (3+ messages)
` [PATCH v11 00/15] "


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