[PATCH 0/2] graph: dispatch mode improvements
2025-07-23 16:50 UTC (3+ messages)
` [PATCH 1/2] graph: allow non EAL Thread for pipeline mode
` [PATCH 2/2] graph: add callback in dispatch mode
[RFC PATCH 0/7] rework EAL argument parsing in DPDK
2025-07-23 16:20 UTC (25+ messages)
` [PATCH v6 0/9] rework EAL argument parsing
` [PATCH v6 1/9] build: add define for the OS environment name
` [PATCH v6 2/9] argparse: export function to print help text for object
` [PATCH v6 3/9] argparse: allow user-override of help printing
` [PATCH v6 4/9] eal: add long options for each short option
` [PATCH v6 5/9] eal: define the EAL parameters in argparse format
` [PATCH v6 6/9] eal: gather EAL args before processing
` [PATCH v6 7/9] eal: ensure proper cleanup on EAL init failure
` [PATCH v6 8/9] eal: combine parameter validation checks
` [PATCH v6 9/9] eal: simplify handling of conflicting cmdline options
` [PATCH v7 00/13] Simplify running with high-numbered CPUs
` [PATCH v7 01/13] build: add define for the OS environment name
` [PATCH v7 02/13] argparse: export function to print help text for object
` [PATCH v7 03/13] argparse: allow user-override of help printing
` [PATCH v7 04/13] argparse: add documentation on supported value types
` [PATCH v7 05/13] eal: add long options for each short option
` [PATCH v7 06/13] eal: define the EAL parameters in argparse format
` [PATCH v7 07/13] eal: gather EAL args before processing
` [PATCH v7 08/13] eal: ensure proper cleanup on EAL init failure
` [PATCH v7 09/13] eal: combine parameter validation checks
` [PATCH v7 10/13] eal: simplify handling of conflicting cmdline options
` [PATCH v7 11/13] argparse: add support for parsing core lists
` [PATCH v7 12/13] eal: simplify running CPUs with ids above max lcores
` [PATCH v7 13/13] eal: add warnings about ignored options
22.11.9 patches review and test
2025-07-23 16:08 UTC
[PATCH 00/10] Run with UBSan in GHA
2025-07-23 15:51 UTC (29+ messages)
` [PATCH v5 00/22] "
` [PATCH v5 01/22] ci: save ccache on failure
` [PATCH v5 02/22] test/telemetry: fix test calling all commands
` [PATCH v5 03/22] test/mempool: fix test without stack driver
` [PATCH v5 04/22] eal: fix plugin dir walk
` [PATCH v5 05/22] cmdline: fix port list parsing
` [PATCH v5 06/22] cmdline: fix highest bit "
` [PATCH v5 07/22] tailq: fix lookup macro
` [PATCH v5 08/22] hash: fix unaligned access in predictable RSS
` [PATCH v5 09/22] stack: fix unaligned accesses on 128-bit
` [PATCH v5 10/22] build: support Undefined Behavior Sanitizer
` [PATCH v5 11/22] test/telemetry: catch errors in subshell
` [PATCH v5 12/22] ipc: fix mp message alignment for malloc
` [PATCH v5 13/22] graph: fix stats query with no node xstats
` [PATCH v5 14/22] graph: fix unaligned access in stats
` [PATCH v5 15/22] eventdev: fix listing timer adapters with telemetry
` [PATCH v5 16/22] test/power: fix tests without power drivers
` [PATCH v5 17/22] test/raw: fix test without skeleton driver
` [PATCH v5 18/22] net: fix IPv4 macro with highest bit
` [PATCH v5 19/22] rib6: fix some highest bits handling
` [PATCH v5 20/22] cfgfile: fix section count with no name
` [PATCH v5 21/22] test/func_reentrancy: fix EAL init call
` [PATCH v5 22/22] ci: extend coverage with UBSan
[RFC 00/13] Packet capture using port mirroring
2025-07-23 15:30 UTC (26+ messages)
` [PATCH v6 "
` [PATCH v6 01/13] ethdev: allow start/stop from secondary process
` [PATCH v6 02/13] ethdev: make sure all necessary headers included
` [PATCH v6 03/13] test: add test for hotplug and secondary process operations
` [PATCH v6 04/13] net/ring: allow lockfree transmit if ring supports it
` [PATCH v6 05/13] net/ring: add new devarg to create vdev from existing ring
` [PATCH v6 06/13] mbuf: add dynamic flag for use by port mirroring
` [PATCH v6 07/13] ethdev: add port mirroring feature
` [PATCH v6 08/13] pcapng: split packet copy from header insertion
` [PATCH v6 09/13] pcapng: make queue optional
` [PATCH v6 10/13] test: add tests for ethdev mirror
` [PATCH v6 11/13] app/testpmd: support for port mirroring
` [PATCH v6 12/13] app/dumpcap: use port mirror instead of pdump
` [PATCH v6 13/13] pdump: mark API and application as deprecated
[PATCH v7 0/8] lib/pmu: cleanups and trace integration
2025-07-23 14:27 UTC (20+ messages)
` [PATCH v8 "
` [PATCH v8 1/8] lib/pmu: quiesce rte_pmu_read deprecation warning in chkincs
` [PATCH v8 2/8] lib/pmu: export only necessary arch headers
` [PATCH v8 3/8] lib/pmu: reimplement per-arch ops as callbacks
` [PATCH v8 4/8] lib/pmu: do not try enabling perf counter access on arm64
` [PATCH v8 5/8] lib/pmu: use build system defined RTE_LIB_PMU macro
` [PATCH v8 6/8] test/pmu: enable test
` [PATCH v8 7/8] trace: add PMU
` [PATCH v8 8/8] lib/pmu: fix out-of-bound access
` [PATCH v9 0/8] lib/pmu: cleanups and trace integration
` [PATCH v9 1/8] lib/pmu: quiesce rte_pmu_read deprecation warning in chkincs
` [PATCH v9 2/8] lib/pmu: export only necessary arch headers
` [PATCH v9 3/8] lib/pmu: reimplement per-arch ops as callbacks
` [PATCH v9 4/8] lib/pmu: do not try enabling perf counter access on arm64
` [PATCH v9 5/8] lib/pmu: use build system defined RTE_LIB_PMU macro
` [PATCH v9 6/8] test/pmu: enable test
` [PATCH v9 7/8] trace: add PMU
` [PATCH v9 8/8] lib/pmu: fix out-of-bound access
[PATCH] net/tap: fix BPF build failure in cross-compilation environment
2025-07-23 14:24 UTC (2+ messages)
[PATCH] lib/ethdev: fix segfault in secondary process by validating dev_private pointer
2025-07-23 14:22 UTC (25+ messages)
` [PATCH v2] "
` [PATCH] [PATCH v3] "
[PATCH] net/mlx5: fix crash when secondary queries dev info after primary exits
2025-07-23 14:19 UTC (11+ messages)
` [PATCH] ethdev: add dev_private check for secondary process
[PATCH v1] dts: make one link the default topology
2025-07-23 13:50 UTC
[PATCH 1/2] version: 25.11.0-rc0
2025-07-23 13:27 UTC (5+ messages)
` [PATCH 2/2] net: remove v25 ABI compatibility
[PATCH] net/af_xdp: enable AF_XDP program attachment mode
2025-07-23 12:30 UTC (2+ messages)
[PATCH] maintainers: update for DTS
2025-07-23 11:06 UTC (4+ messages)
[PATCH] net: fix incorrect L2 length for GRE tunneling packet
2025-07-23 10:47 UTC
[PATCH] net/mlx5: deprecate representor matching devarg
2025-07-23 9:30 UTC (4+ messages)
[PATCH] net/mlx5: fix ipool memory leak
2025-07-23 6:49 UTC
Issue with DPDK-Burst Replay – No Frame Transmission Observed Despite Successful Replay
2025-07-23 6:12 UTC (5+ messages)
[PATCH v1 1/2] dts: fix docstring typo in checksum suite
2025-07-22 17:22 UTC (2+ messages)
` [PATCH v1 2/2] dts: add exception handling to checksum verify method
[PATCH v1 1/2] doc: add test case docstring example to dts rst
2025-07-22 17:19 UTC (2+ messages)
` [PATCH v1 2/2] dts: add steps and verify sections to docstrings
[PATCH v1] dts: rewrite two link topology requirements
2025-07-22 17:19 UTC
[PATCH 1/2] eal: add strsep() for Windows builds
2025-07-22 16:38 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] test/strsep: add tests for function strsep()
` [PATCH v3 1/2] eal: add strsep() for Windows builds
` [PATCH v3 2/2] test/strsep: add tests for function strsep()
[PATCH] dumpcap: fix warnings when primary exits
2025-07-22 15:53 UTC
DPDK Bay Area Summit Cancelled
2025-07-22 15:30 UTC
[DPDK/core Bug 1760] Failed to send message on primary process exit
2025-07-22 15:20 UTC
[PATCH] app/testpmd: add flag to enable RSS for single-queue
2025-07-22 15:09 UTC (3+ messages)
[PATCH 0/2] remove use of non-standard array range initialization
2025-07-22 14:35 UTC (5+ messages)
` [PATCH v4 0/3] enable drivers to be compiled with MSVC
` [PATCH v4 1/3] app/test: remove use of non-standard array range initialization
DPDK Release Status Meeting 2025-07-22
2025-07-22 13:55 UTC
[PATCH v7 7/8] trace: add PMU
2025-07-22 11:06 UTC (5+ messages)
[PATCH] bitops: improve power of 2 alignment function documentation
2025-07-22 10:29 UTC (3+ messages)
[PATCH v2] ethdev: Align enable logic handling with disable functions
2025-07-22 10:15 UTC (2+ messages)
[PATCH] mbuf: de-inline sanity checking a reinitialized mbuf
2025-07-22 9:34 UTC (2+ messages)
` [PATCH v3] "
[PATCH] doc/mlx5: document firmware requirement for flex item
2025-07-22 8:48 UTC (2+ messages)
[PATCH v8 1/1] app/testpmd: canonicalize short PCI name format
2025-07-22 4:00 UTC (4+ messages)
` [PATCH v9 0/1] fix inconsistent representation of PCI device name
` [PATCH v9 1/1] app/testpmd: canonicalize short PCI name format
[PATCH] app/testpmd: report minimum and maximum MTU
2025-07-22 3:56 UTC (2+ messages)
[PATCH] app/testpmd: fix set cores list string size
2025-07-22 3:56 UTC (3+ messages)
[v8 0/8] DPAA specific fixes
2025-07-22 3:52 UTC (3+ messages)
` [v9 "
[PATCH 0/3] common/sfc_efx/base: fix compiler warnings in X4 netport API
2025-07-22 3:50 UTC (2+ messages)
[PATCH net] net/vmxnet3: fix mapping of mempools to queues
2025-07-22 3:47 UTC (2+ messages)
[PATCH 0/7] net/gve: Tx datapath fixes for GVE DQO
2025-07-22 3:46 UTC (2+ messages)
[PATCH v3] ethdev: Align enable logic handling with disable functions
2025-07-22 1:09 UTC
DPDK 25.07 released
2025-07-21 21:55 UTC
[PATCH] doc: announce changes in structure alignments for UBSan
2025-07-21 20:15 UTC (2+ messages)
[PATCH] net/intel: deprecate some SSE paths
2025-07-21 20:06 UTC (3+ messages)
` [PATCH v2] "
[PATCH] test_bbdev: enable to be compiled on Windows
2025-07-21 18:31 UTC (2+ messages)
` [PATCH v3] "
[PATCH] app/test-cmdline: add test to Windows build
2025-07-21 18:18 UTC (2+ messages)
` [PATCH v2] "
[PATCH v0 1/1] doc: announce inter-device DMA capability support in dmadev
2025-07-21 17:52 UTC (2+ messages)
[PATCH] doc: announce DMA configuration structure changes
2025-07-21 17:49 UTC (3+ messages)
` [EXTERNAL] "
[PATCH] rcu: add deprecation notice about limit on defer queue element size
2025-07-21 17:47 UTC (4+ messages)
[PATCH] doc: announce mbuf fast free configuration requirements
2025-07-21 17:44 UTC (3+ messages)
[PATCH] doc: update kernel version requirement
2025-07-21 17:39 UTC (4+ messages)
` [PATCH v2] "
[RFC] doc: change recommendation for installation of tools on Fedora
2025-07-21 17:26 UTC (2+ messages)
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).