DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-20 17:45:22 to 2026-07-21 19:37:25 UTC [more...]

[PATCH 0/6] doc/rel_notes: updates to 26.07 doc
 2026-07-21 19:37 UTC  (9+ messages)
` [PATCH 1/6] doc/rel_notes: remove bullets for single items
` [PATCH 2/6] doc/rel_notes: move mempool change to first item
` [PATCH 3/6] doc/rel_notes: keep library updates together
` [PATCH 4/6] doc/rel_notes: fix driver ordering
` [PATCH 5/6] doc/rel_notes: fix style of API changes section
` [PATCH 6/6] doc/rel_notes: minor style fixes

[PATCH] app/testpmd: fix segfault in flow rule parser
 2026-07-21 19:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/8] doc: build for all public headers
 2026-07-21 14:58 UTC  (9+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 1/7] doc: detect ignored "
  ` [PATCH v4 2/7] doc: fix typos in rte_avp_common.h
  ` [PATCH v4 3/7] doc: fix typos in rte_bus_pci.h
  ` [PATCH v4 4/7] doc: fix typos in rte_bus_vmbus.h
  ` [PATCH v4 5/7] doc: add missing globs to doxy-api.conf.in
  ` [PATCH v4 6/7] doc: add missing drivers "
  ` [PATCH v4 7/7] doc: add missing headers to doxy-api-index.md

[PATCH 0/3] lib: remove use of strncpy
 2026-07-21 13:26 UTC  (3+ messages)
` [PATCH 1/3] ethdev: "

[PATCH] test/event_eth_tx_adapter: skip tests if no eventdev
 2026-07-21 13:23 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] doc: drop recommendation against bool in structures
 2026-07-21 13:17 UTC  (2+ messages)

[RFC 0/2] iavf post-reset state restoration updates
 2026-07-21 13:08 UTC  (3+ messages)
` [RFC 1/2] net/iavf: remove auto reconfig devarg
` [RFC 2/2] net/iavf: restore promiscuous mode only after VF reset

[RFC PATCH] net/dpaa2: fix RSS at inner level for non-tunnelled traffic
 2026-07-21 12:55 UTC  (4+ messages)
` [PATCH v1 1/2] net/dpaa2: revert inner RSS level support

[PATCH] common/mlx5: fix overlapping memory ranges
 2026-07-21 12:13 UTC 

[PATCH] net/af_xdp: add Rx metadata and dynamic timestamping support
 2026-07-21 12:11 UTC  (4+ messages)
` [PATCH v3 0/2] net/af_xdp: add Rx timestamping and read_clock support
  ` [PATCH v3 1/2] net/af_xdp: add af_xdp rx metadata and dynamic timestamping support
  ` [PATCH v3 2/2] net/af_xdp: add read_clock support to AF_XDP PMD

[PATCH dpdk] doc: announce rte_graph ABI changes for 26.11
 2026-07-21 11:51 UTC  (4+ messages)

[PATCH] net/bonding: fix the log MAC address restore failure
 2026-07-21 10:37 UTC  (2+ messages)

[PATCH] doc: add deprecation notice about upcoming change to ethdev API
 2026-07-21 10:25 UTC  (4+ messages)

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

mempool cache change
 2026-07-21  9:18 UTC  (15+ messages)

[PATCH v3] eal: fix core_index for non-EAL registered threads
 2026-07-21  8:28 UTC  (2+ messages)

[PATCH] doc: Power11 platform results for release notes
 2026-07-21  5:38 UTC 

DPDK release candidate 26.07-rc4
 2026-07-21  5:01 UTC 

[PATCH v2] net/enic: check notify set return value during init
 2026-07-20 22:56 UTC  (3+ messages)
` [PATCH v3] "

please help backporting some patches to stable release 24.11.7
 2026-07-20 17:45 UTC 


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