DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-27 02:40:39 to 2026-04-29 18:48:09 UTC [more...]

[PATCH 0/6] fix pthread mutexes for multi-process
 2026-04-29 18:46 UTC  (6+ messages)
` [PATCH v3 0/7] fix use of pthread mutex between processes
  ` [PATCH v3 1/7] eal: add helper to initialize process-shared mutex
  ` [PATCH v3 2/7] ethdev: fix flow_ops_mutex for multi-process
  ` [PATCH v3 3/7] net/failsafe: fix hotplug_mutex "
  ` [PATCH v3 4/7] net/atlantic: fix mbox_mutex "

[PATCH 1/2] net/af_packet: fix indentation
 2026-04-29 18:19 UTC  (8+ messages)
` [PATCH v5 0/2] af_packet: cleanup and add test
  ` [PATCH v5 1/2] net/af_packet: fix indentation
  ` [PATCH v5 2/2] test: add test for af_packet
` [PATCH v6 0/3] af_packet: cleanup and add test
  ` [PATCH v6 1/3] maintainers: nominate myself for af_packet
  ` [PATCH v6 2/3] net/af_packet: fix indentation
  ` [PATCH v6 3/3] test: add test for af_packet

23.11.7 patches review and test
 2026-04-29 17:57 UTC  (2+ messages)

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

[PATCH] mbuf: fix mbuf operations history recording
 2026-04-29 16:35 UTC  (2+ messages)

[PATCH] maintainers: fix app/test attributions
 2026-04-29 16:29 UTC 

[PATCH] devtools: fix SPDX tag check
 2026-04-29 16:17 UTC  (4+ messages)

[PATCH v3 0/2] few improvemnts for SORING lib
 2026-04-29 15:57 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] ring: make soring to always finalize its own stage
  ` [PATCH v4 2/2] ring: introduce peek API for soring

[RFC v1 0/4] introduce PTP protocol library and software relay example
 2026-04-29 15:37 UTC  (17+ messages)
` [RFC v1 1/4] ptp: introduce PTP protocol library
` [RFC v1 2/4] doc: add PTP library programmer's guide
` [RFC v1 3/4] examples/ptp_tap_relay_sw: add software PTP relay example
` [RFC v1 4/4] doc: add PTP software relay sample app guide
` [RFC v2 0/6] introduce PTP protocol library and software relay
  ` [RFC v2 1/6] ptp: introduce PTP protocol library
  ` [RFC v2 2/6] doc: add PTP library programmer's guide
  ` [RFC v2 3/6] examples/ptp_tap_relay_sw: add software PTP relay example
  ` [RFC v2 4/6] doc: add PTP software relay sample app guide
  ` [RFC v2 5/6] app/test: add PTP library unit tests
  ` [RFC v2 6/6] examples/ptpclient: use shared PTP library definitions

[PATCH 00/12] net/pcap: cleanups and test
 2026-04-29 15:27 UTC  (4+ messages)
` [PATCH v13 00/16] net/pcap: improvements and test suite
  ` [PATCH v13 16/16] test: add test for pcap PMD

[PATCH 00/18] Wangxun Fixes
 2026-04-29 15:12 UTC  (25+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 01/20] net/txgbe: remove duplicate xstats counters
  ` [PATCH v2 02/20] net/ngbe: "
  ` [PATCH v2 03/20] net/ngbe: add missing CDR config for YT PHY
  ` [PATCH v2 04/20] net/ngbe: fix VF promiscuous and allmulticast
  ` [PATCH v2 05/20] net/txgbe: fix inaccuracy in TX rate limiting
  ` [PATCH v2 06/20] net/txgbe: fix link status check condition
  ` [PATCH v2 07/20] net/txgbe: fix Tx desc free logic
  ` [PATCH v2 08/20] net/txgbe: fix link flow control registers for Amber-Lite
  ` [PATCH v2 09/20] net/txgbe: fix link flow control config for Sapphire
  ` [PATCH v2 10/20] net/txgbe: fix a mass of unknown interrupts
  ` [PATCH v2 11/20] net/txgbe: fix traffic class priority configuration
  ` [PATCH v2 12/20] net/txgbe: fix link stability for 25G NIC
  ` [PATCH v2 13/20] net/txgbe: fix link stability for 40G NIC
  ` [PATCH v2 14/20] net/txgbe: fix link stability for Amber-Lite backplane mode
  ` [PATCH v2 15/20] net/txgbe: fix FEC mode configuration on 25G NIC
  ` [PATCH v2 16/20] net/txgbe: fix SFP module identification
  ` [PATCH v2 17/20] net/txgbe: fix get module info operation
  ` [PATCH v2 18/20] net/txgbe: fix get eeprom operation
  ` [PATCH v2 19/20] net/txgbe: fix to reset Tx write-back pointer
  ` [PATCH v2 20/20] net/txgbe: fix to enable Tx desc check

[PATCH 0/7] Get fast-test suite to run on FreeBSD
 2026-04-29 14:56 UTC  (3+ messages)
` [PATCH v4 0/2] "

[PATCH 0/2] net/mana: add device reset support for service events
 2026-04-29 14:56 UTC  (4+ messages)
` [PATCH 1/2] net/mana: add device reset support
` [PATCH 2/2] net/netvsc: handle VF recovery events for service reset

[PATCH] test: parenthesize assertion macro parameters
 2026-04-29 14:42 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH 0/2] test: clean up assertion macros
  ` [PATCH 1/2] test: use inline helpers in buffer comparison macros
  ` [PATCH 2/2] test: parenthesize assertion macro parameters

[PATCH] maintainers: prune unreachable contacts
 2026-04-29 14:28 UTC  (2+ messages)

[PATCH 0/4] Remove limitations coming from legacy VMDq
 2026-04-29 14:22 UTC  (6+ messages)
` [PATCH 2/4] ethdev: announce VMDq capability

[PATCH 00/23] Consolidate bus driver infrastructure
 2026-04-29 11:59 UTC  (25+ messages)
` [PATCH 01/23] bus/ifpga: remove unused AFU lookup helper
` [PATCH 02/23] crypto/octeontx: remove check on driver in remove
  ` [EXTERNAL] "
` [PATCH 03/23] bus: remove device and driver checks in DMA map/unmap
` [PATCH 04/23] drivers/bus: remove device and driver checks in unplug
` [PATCH 05/23] drivers/bus: remove device and driver checks in plug
` [PATCH 06/23] bus: add bus conversion macros
` [PATCH 07/23] bus: factorize driver list
` [PATCH 08/23] bus: factorize device list
` [PATCH 09/23] bus: consolidate device lookup
` [PATCH 10/23] bus: consolidate device iteration
` [PATCH 11/23] bus: factorize driver lookup
` [PATCH 12/23] bus: refactor device probe
` [PATCH 13/23] bus: support multiple probe
` [PATCH 14/23] drivers/bus: initialize NXP bus specifics in scan
` [PATCH 15/23] bus: implement probe in EAL
` [PATCH 16/23] bus: factorize driver reference
` [PATCH 17/23] drivers: rely on generic driver
` [PATCH 18/23] drivers/bus: remove bus-specific driver references
` [PATCH 19/23] dma/idxd: remove specific bus type
` [PATCH 20/23] drivers/bus: separate specific bus metadata for NXP drivers
` [PATCH 21/23] drivers/bus: remove specific bus types
` [PATCH 22/23] eventdev: rename dev field to device
` [PATCH 23/23] bus: add class device conversion macro

Intel IAVF base driver structure definition is wrong
 2026-04-29 11:48 UTC 

[PATCH] eal/x86: reduce memcpy code duplication
 2026-04-29 11:24 UTC  (4+ messages)
` [PATCH v8] eal/x86: optimize memcpy of small sizes
` [PATCH v9] "

[PATCH 0/2] net/cxgbe: fix packed Rx handling and flow port scoping
 2026-04-28  7:05 UTC  (5+ messages)
` [PATCH 1/2] net/cxgbe: fix Rx handling for packed responses
` [PATCH 2/2] net/cxgbe: restrict rte flow rules to ingress port

[PATCH] net/i40e: validate DDP segment header before use
 2026-04-27 15:44 UTC 

[PATCH v2] cmdline: prevent out-of-bounds read in completion buffer
 2026-04-27 15:34 UTC 

[PATCH] net/ixgbe: incorrect MAC/VLAN item validation for ntuple
 2026-04-27 15:16 UTC 

[PATCH v2] net/mlx5: prepend implicit items in sync flow creation path
 2026-04-27 12:32 UTC  (2+ messages)
` [PATCH v3] "

[DPDK/core Bug 1937] [dpdk23.11.7-rc1] DPDK build failed with clang21.1.8 on Fedora43
 2026-04-29  2:28 UTC  (2+ messages)

[RFC] dts: add verify coverage for cryptodev testing
 2026-04-28 19:35 UTC 

[RFC PATCH 1/2] dts: update parsing for cryptodev latency
 2026-04-28 18:15 UTC  (2+ messages)
` [RFC PATCH 2/2] dts: add latency coverage for cryptodev testing

[PATCH v3 0/7] dts: move test suite imports from framework to API
 2026-04-28 18:08 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] dts: move exception module "
  ` [PATCH v4 2/7] dts: move utils "
  ` [PATCH v4 3/7] dts: move context "
  ` [PATCH v4 4/7] dts: move testbed model "
  ` [PATCH v4 5/7] dts: move test suite module "
  ` [PATCH v4 6/7] dts: move params directory "
  ` [PATCH v4 7/7] dts: separate Linux session into interface and logic

DPDK Release Status Meeting 2026-04-28
 2026-04-28 16:27 UTC 

[PATCH dpdk] net/mlx5: add option to reduce Tx datapath compilation time
 2026-04-28 15:59 UTC  (3+ messages)

[PATCH v2] app/testpmd: avoid cmdline use-after-free on SIGINT
 2026-04-28 13:52 UTC  (6+ messages)
` [PATCH v3] "
` [PATCH] app/test-pmd: terminate process on second signal
  ` [PATCH v2] "

[PATCH dpdk] net/tap: use offsets provided by rte_net_get_ptype
 2026-04-28 13:36 UTC  (3+ messages)
` [PATCH dpdk v2] "

[PATCH v23] eal: RTE_PTR_ADD/SUB API improvements
 2026-04-28 10:04 UTC  (3+ messages)
` [PATCH v24] "

[PATCH] examples/vdpa: support show protocol features
 2026-04-28  9:23 UTC  (2+ messages)

[PATCH] mempool: improve cache behaviour and performance
 2026-04-28  7:44 UTC  (4+ messages)
` [PATCH v5] "

[DPDK/DTS Bug 1939] dts: cryptodev latency parsing error
 2026-04-27 20:24 UTC 

[PATCH dpdk] net: fix L2 ptype assignment in VLAN loop
 2026-04-27 15:53 UTC  (5+ messages)
` [PATCH dpdk v4] net: fix VLAN packet type

[PATCH] app/testpmd: avoid cmdline use-after-free on SIGINT
 2026-04-27 10:43 UTC  (4+ messages)
  ` 回复: "

[PATCH 0/7] net/ice: L2TPv2 flow rule fixes
 2026-04-27  9:13 UTC  (4+ messages)
` [PATCH 6/7] net/ice: fix stale profile after L2TPv2 subtype change
` [PATCH 7/7] net/ice: pin outer Ethertype for L2TPv2 flow rules
  ` 回复: "

[DPDK/ethdev Bug 1938] The NIC's imissed counter increments when the x710 VF uses dpdk-l2fwd for data forwarding
 2026-04-27  8:11 UTC 

[PATCH] maintainers: update dts maintainer email
 2026-04-27  5:41 UTC  (3+ messages)
` [PATCH v2] "


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