public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-01-19 22:46:26 to 2026-01-21 21:08:23 UTC [more...]

[PATCH 0/3] examples: format truncation bugs
 2026-01-21 21:06 UTC  (3+ messages)
` [PATCH v12 0/8] test: fix format-truncation warnings
  ` [PATCH v12 1/8] test: increase size of memzone name

[RFC 0/3] Add pause to empty spinloops
 2026-01-21 21:01 UTC  (5+ messages)
` [RFC 1/3] net/cnxk: add pause to spinloops
` [RFC 2/3] event/cnxk: "
` [RFC 3/3] devtools/cocci: add script to find empty spinloops

[PATCH v2] net/gve: add reset path
 2026-01-21 20:58 UTC  (2+ messages)

[RFC PATCH 1/3] dts: add find float method to text parser
 2026-01-21 20:39 UTC  (9+ messages)
` [RFC PATCH 3/3] dts: add cryptodev testsuite
        ` [EXTERNAL] "

[PATCH] net/iavf: support pre and post reset callbacks
 2026-01-21 19:39 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/4] examples: memcpy cleanups
 2026-01-21 18:55 UTC  (6+ messages)
` [PATCH 1/4] examples/vhost: replace memcpy with assignment
` [PATCH 2/4] examples/vmdq: replace memcpy with structure assignment
` [PATCH 3/4] examples/vmdq_dcb: replace memcpy with assignment
` [PATCH 4/4] examples: remove unnecessary include

[PATCH] fib: fix incorrect prefix addition handling
 2026-01-21 17:57 UTC 

[PATCH 0/8] net/nfb: rework to real multiport
 2026-01-21 17:42 UTC  (22+ messages)
` [PATCH 1/8] net/nfb: prepare for indirect queue mapping scheme
` [PATCH 4/8] net/nfb: add device argument "port" to limit used ports
` [PATCH v2 0/8] net/nfb: rework to real multiport
` [PATCH v3 "
  ` [PATCH v3 1/8] net/nfb: prepare for indirect queue mapping scheme
  ` [PATCH v3 2/8] net/nfb: create ethdev for every eth port/channel
  ` [PATCH v3 3/8] net/nfb: add vdev as alternative device probe method
  ` [PATCH v3 4/8] net/nfb: add device argument "port" to limit used ports
  ` [PATCH v3 5/8] net/nfb: init only MACs associated with device
  ` [PATCH v3 6/8] net/nfb: add compatible cards to driver PCI ID table
  ` [PATCH v3 7/8] net/nfb: report firmware version
  ` [PATCH v3 8/8] doc/nfb: cleanup and update guide

[PATCH 0/6]
 2026-01-21 17:35 UTC  (23+ messages)
` [PATCH v2 0/6] net/nfb: code cleanup
  ` [PATCH v3 4/6] net/nfb: use process private variable for internal data
  ` [PATCH v3 5/6] net/nfb: release allocated resources correctly
  ` [PATCH v3 6/6] net/nfb: stop only started queues in fail path
` [PATCH v3 0/6] net/nfb: code cleanup
` [PATCH v4 "
  ` [PATCH v4 1/6] net/nfb: use constant values for max Rx/Tx queues count
  ` [PATCH v4 2/6] net/nfb: fix bad pointer access in queue stats
  ` [PATCH v4 3/6] net/nfb: update timestamp calculation to meaningful value
  ` [PATCH v4 4/6] net/nfb: use process private variable for internal data
  ` [PATCH v4 5/6] net/nfb: release allocated resources correctly
  ` [PATCH v4 6/6] net/nfb: stop only started queues in fail path

[PATCH v2 0/6] fix test failures on larger core systems
 2026-01-21 16:31 UTC  (14+ messages)
  ` [PATCH v2 1/6] test: add pause to synchronization spinloops
  ` [PATCH v2 2/6] test: fix timeout for atomic test on high core count systems
  ` [PATCH v2 3/6] test: fix error handling in ELF load tests
  ` [PATCH v2 4/6] test: fix unsupported BPF instructions in elf load test
  ` [PATCH v2 5/6] test: add file-prefix for all fast-tests on Linux
  ` [PATCH v2 6/6] test: fix trace_autotest_with_traces parallel execution

[PATCH 1/2] cryptodev: add support for 256-NxA4/5/6 algorithms
 2026-01-21 15:15 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] test/crypto: add tests "
` [PATCH v4 1/2] cryptodev: add support "
  ` [PATCH v4 2/2] test/crypto: add tests "

[RFC 0/3] common/cnxk: remove dependence on VLA
 2026-01-21 14:57 UTC  (26+ messages)
` [PATCH v3 0/6] fix GCC warnings when building with LTO
  ` [PATCH v3 1/6] test/soring: fix buffer overflow warnings "
` [PATCH v4 0/6] fix build failures with LTO enabled
  ` [PATCH v4 4/6] common/cnxk: fix buffer overflow in reassembly SA setup
  ` [PATCH v4 5/6] net/mlx5: fix LTO false positive stringop-overflow warning
  ` [PATCH v4 6/6] test/soring: fix stringop-overflow warning with LTO
` [PATCH 0/6] Fix LTO compilation warnings
  ` [PATCH v5 1/6] common/cnxk: replace variable length state array
  ` [PATCH v5 2/6] common/cnxk: replace variable length array
  ` [PATCH v5 3/6] common/cnxk: re-enable vla warnings
  ` [PATCH v5 4/6] common/cnxk: fix buffer overflow in SA setup
  ` [PATCH v5 5/6] net/mlx5: fix LTO stringop-overflow warning
  ` [PATCH v5 6/6] ring: use inline instead of always inline in soring

[PATCH] doc: raise an error on warnings for dts
 2026-01-21 14:40 UTC  (4+ messages)

[PATCH v2 0/1] dts: fix invalid f-string syntax
 2026-01-21 14:40 UTC  (5+ messages)
` [PATCH v2 1/1] dts: fix invalid f-string syntax in testpmd API

[PATCH 0/2] More fixes after enabling -Wshadow
 2026-01-21 14:37 UTC  (7+ messages)
` [PATCH 1/2] common/mlx5: fix variable shadowing
` [PATCH 2/2] net/mvpp2: "

[PATCH] net: fix parsing of frames with arbitrary VLAN stacks
 2026-01-21 13:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] eal/x86: reduce memcpy code duplication
 2026-01-21 11:48 UTC  (7+ messages)
` [PATCH v6] eal/x86: optimize memcpy of small sizes

[PATCH] mempool: simplify get objects
 2026-01-21 11:17 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 1/3] examples/l3fwd: extend NUMA nodes limit beyond 8
 2026-01-21 10:50 UTC  (4+ messages)

[PATCH v2] bpf: fix x86 call stack alignment, add tests
 2026-01-21 10:16 UTC  (2+ messages)
` [PATCH v3] bpf: fix x86 call stack alignment for external calls

[PATCH v1 0/1] dts: fix invalid f-string syntax
 2026-01-21 10:16 UTC  (4+ messages)
` [PATCH v1 1/1] dts: fix invalid f-string syntax in testpmd API

[PATCH v4 3/3] dts: add virtio forwarding test suite
 2026-01-21 10:04 UTC  (7+ messages)
` [PATCH v5 1/4] dts: add start Tx first method to testpmd shell

[PATCH 0/3] improve debug output for EAL flags unit tests
 2026-01-21  9:14 UTC  (7+ messages)
` [PATCH 1/3] app/test: add extra logging for recursive calls
` [PATCH 2/3] test/eal_flags: add line numbers to error messages
` [PATCH 3/3] test/eal_flags: add extra logging for file prefix tests

[PATCH] ci: improve logging of unit tests runs
 2026-01-21  9:14 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] net/mlx5: fix offset handling in mlx5_aso_cnt_sq_enqueue_burst
 2026-01-20 12:08 UTC  (3+ messages)

[PATCH] net/mlx5: fix HW flow counter query
 2026-01-20 12:05 UTC  (2+ messages)

[PATCH] net/mlx5/hws: fix null dereference in rule skip
 2026-01-21  8:18 UTC 

[PATCH] net/mlx5: fix stack alignment for ASan compatibility
 2026-01-21  8:14 UTC 

[PATCH v4 0/7] flow_parser: add shared parser library
 2026-01-21  4:55 UTC  (9+ messages)
` [PATCH v4 1/7] cmdline: include stddef.h for offsetof
` [PATCH v4 2/7] ethdev: add RSS type helper APIs
` [PATCH v4 4/7] app/testpmd: use shared flow parser library
` [PATCH v4 5/7] examples/flow_parsing: add flow parser demo
` [PATCH v4 6/7] dpdk-test: add flow parser library functional tests
` [PATCH v4 7/7] mailmap: update a new contributor email

[PATCH v1 1/1] net/nbl: fix hardware stats interrupt nesting issue
 2026-01-21  4:46 UTC  (4+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] net/nbl: "

[PATCH v1 0/1] Address NBL Coverity issues
 2026-01-21  4:36 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] net/nbl: fix issues reported by Coverity

[PATCH v1] dts: update testuite names to be consistent
 2026-01-20 18:18 UTC  (3+ messages)
` [PATCH v2] dts: update testsuite named to be clear and consistent

[RFC] doc: add AGENTS.md for AI-powered code review tools
 2026-01-20 17:35 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v3 0/7] flow_parser: add shared parser library
 2026-01-20 17:29 UTC  (5+ messages)
` [PATCH v3 7/7] dts: fix invalid f-string syntax in testpmd API

[RFC PATCH] ethdev: support Rx data discard
 2026-01-20 17:08 UTC  (6+ messages)
` [RFC PATCH v3] ethdev: support selective Rx data

[PATCH v14 0/2] net: optimize __rte_raw_cksum
 2026-01-20 15:23 UTC  (6+ messages)
` [PATCH v15 "
  ` [PATCH v15 1/2] eal: add __rte_may_alias to unaligned typedefs

[PATCH v1 4/4] doc: add PTP IDPF documentation
 2026-01-20 14:56 UTC  (5+ messages)
` [PATCH v2 0/4] Enable PTP feature for MEV
  ` [PATCH v2 4/4] doc: add PTP IDPF documentation

[PATCH] vhost: fix use-after-free race during cleanup
 2026-01-20 13:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v8] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-20 12:59 UTC  (3+ messages)
` [PATCH v9] "

[PATCH] net/mlx5: fix flex parser creation length attribute
 2026-01-20 12:28 UTC  (2+ messages)

[PATCH 0/6] test: fix sporadic failures on high core count systems
 2026-01-20 11:36 UTC  (9+ messages)
` [PATCH 3/6] test: fix race condition in ELF load tests
` [PATCH 6/6] test: fix trace_autotest_with_traces parallel execution

[PATCH 00/11] doc: Linux Getting Started Guide grammar and clarity improvements
 2026-01-20  9:33 UTC  (3+ messages)
` [PATCH 02/11] doc: correct grammar in AMD platform guide

23.11.6 patches review and test
 2026-01-20  8:59 UTC  (9+ messages)

[PATCH] build: bump meson version to remove warnings
 2026-01-20  8:31 UTC  (3+ messages)

[DPDK/core Bug 1743] malloc: duplicate shadowed variable definition
 2026-01-20  8:03 UTC 

[DPDK/core Bug 1742] trace: duplicate shadow of same variable
 2026-01-20  8:03 UTC 

[RFC PATCH 00/19] Fix building much of DPDK with -Wshadow
 2026-01-20  7:58 UTC  (3+ messages)
` [PATCH v4 00/31] build DPDK with Wshadow flag

[PATCH] mbuf: fix packet copy
 2026-01-20  7:24 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v1] net/intel: changes to avoid comma operator misuse warnings
 2026-01-20  6:41 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/4] Enable PTP feature for MEV
 2026-01-20 19:11 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] net/idpf: add a new API for PTP support
  ` [PATCH v4 2/4] net/idpf: add PTP virtchnl2 support
  ` [PATCH v4 3/4] net/intel: add support for Precision Time Protocol
  ` [PATCH v4 4/4] doc: add PTP IDPF documentation

[PATCH] crypto/ipsec_mb: fix clearing snow3g digest
 2026-01-20  6:12 UTC 

[DPDK/testpmd Bug 1754] [dpdk-25.07-rc3]tso/test_tso_tunneling: Nvgre RX or TX packet number not correct
 2026-01-20  5:20 UTC 

[DPDK/testpmd Bug 1753] [dpdk-25.07-rc3]nvgre/test_nvgre_ipv4_checksum_offload: checksum fail
 2026-01-20  5:19 UTC 

[PATCH 1/2] MAINTAINERS: ring queue: update maintainer
 2026-01-20  1:56 UTC  (4+ messages)
` [PATCH 2/2] MAINTAINERS: MCSlock: "


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