public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-01-21 14:38:06 to 2026-01-23 12:05:17 UTC [more...]

mbuf fast-free requirements analysis
 2026-01-23 12:05 UTC  (6+ messages)
    ` [PATCH] net/intel: optimize for fast-free hint

[PATCH 0/6] test: fix sporadic failures on high core count systems
 2026-01-23 11:56 UTC  (22+ messages)
` [PATCH v3 00/14] test: fix test failures on high cores
  ` [PATCH v3 01/14] test: add pause to synchronization spinloops
  ` [PATCH v3 02/14] test: scale atomic test based on core count
  ` [PATCH v3 03/14] test/mcslock: scale test based on number of cores
  ` [PATCH v3 04/14] test/stack: "
  ` [PATCH v3 05/14] test/timer: "
  ` [PATCH v3 06/14] test/bpf: fix error handling in ELF load tests
  ` [PATCH v3 07/14] test/bpf: fix unsupported BPF instructions in ELF load test
  ` [PATCH v3 08/14] test/bpf: skip ELF test if null PMD disabled
  ` [PATCH v3 09/14] test: add file-prefix for all fast-tests on Linux
  ` [PATCH v3 10/14] test: fix trace_autotest_with_traces parallel execution
  ` [PATCH v3 11/14] test/eventdev: skip test if eventdev driver disabled
  ` [PATCH v3 12/14] test/pcapng: skip test if null driver missing
  ` [PATCH v3 13/14] test/vdev: skip test if no null PMD
  ` [PATCH v3 14/14] test/bpf: pass correct size for Rx/Tx load tests

[PATCH] net/iavf: support pre and post reset callbacks
 2026-01-23 11:53 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/3] improve debug output for EAL flags unit tests
 2026-01-23 11:28 UTC  (4+ messages)

[PATCH] test/crypto: fix rsa sign data length
 2026-01-23 10:56 UTC 

[RFC] doc: add AGENTS.md for AI-powered code review tools
 2026-01-23 10:55 UTC  (7+ messages)
` [PATCH v5 0/4] devtools: add "
  ` [PATCH v5 1/4] doc: add AGENTS.md for "
  ` [PATCH v5 2/4] devtools: add multi-provider AI patch review script
  ` [PATCH v5 3/4] devtools: add script to compare AI reviews across providers
  ` [PATCH v5 4/4] devtools: add multi-provider AI documentation review script

[PATCH] test/crypto: fix mbuf sanity check failure
 2026-01-23 10:51 UTC 

[PATCH 1/2] cryptodev: add support for 256-NxA4/5/6 algorithms
 2026-01-23 10:44 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] test/crypto: add tests "
    ` [EXTERNAL] "
` [PATCH v5 1/2] cryptodev: add support "
  ` [PATCH v5 2/2] test/crypto: add tests "

[RFC] test: split up BPF tests
 2026-01-23 10:44 UTC  (2+ messages)

[PATCH] build: bump meson version to remove warnings
 2026-01-23  9:02 UTC  (5+ messages)

[PATCH 0/3] manage net/null dependency for tests
 2026-01-23  7:55 UTC  (16+ messages)
` [PATCH 1/3] test/bpf: skip some testing if null net driver not present
  ` [PATCH] test/bpf: skip the BPF ELF load tests if net null missing
` [PATCH 2/3] test: fix missing dependency on null networking driver
` [PATCH 3/3] drivers: always enable the null net driver [RFC]

[PATCH] eal/x86: reduce memcpy code duplication
 2026-01-23  6:58 UTC  (10+ messages)
` [PATCH v6] eal/x86: optimize memcpy of small sizes

[DPDK/core Bug 1700] BPF callback wait is not MP safe
 2026-01-23  6:22 UTC  (2+ messages)

[RFC 0/4] Add support for event credit preallocation
 2026-01-23  6:08 UTC  (2+ messages)

[PATCH v5 1/6] net/octeon_ep: add missing vector API header include
 2026-01-23  6:01 UTC  (3+ messages)
` [PATCH v6 0/7] Optionally have rte_memcpy delegate to compiler memcpy

[PATCH v2 0/5] bpf: simple tests and fixes
 2026-01-23  5:22 UTC  (3+ messages)
` [PATCH v3 0/6] "

[PATCH 1/3] bitops: promote bit manipulation API to stable
 2026-01-23  5:17 UTC  (6+ messages)
` [PATCH 2/3] bitset: remove experimental bitops workaround
` [PATCH 3/3] bitset: promote API stable

[PATCH v2 0/3] EAL memory fixes
 2026-01-23  5:09 UTC  (2+ messages)

[PATCH v1 0/4] ring: some fixes and improvements
 2026-01-23  5:01 UTC  (2+ messages)

[PATCH v1 0/4] improve NBL memory safety and mailbox reliability
 2026-01-23  4:36 UTC  (6+ messages)
` [PATCH v1 1/4] net/nbl: fix memzone leak in queue release
` [PATCH v1 2/4] net/nbl: optimize mbuf headroom usage in packet transmission
` [PATCH v1 3/4] net/nbl: fix mbuf double-free in queue cleanup
` [PATCH v1 4/4] net/nbl: improve exception handling for the mailbox

[RFC 0/8] first steps in fixing buffer overflow
 2026-01-23  4:28 UTC  (20+ messages)
` [PATCH v11 00/18] lib: improve string overflow safety
  ` [PATCH v11 01/18] lpm: restrict name size
  ` [PATCH v11 02/18] hash: add checks for hash name length
  ` [PATCH v11 03/18] graph: avoid overflowing comment buffer
  ` [PATCH v11 04/18] latencystats: add check for string overflow
  ` [PATCH v11 05/18] telemetry: check for path overflow
  ` [PATCH v11 06/18] efd: handle possible name truncation
  ` [PATCH v11 07/18] eal: use C library to parse filesystem table
  ` [PATCH v11 08/18] eal: warn if thread name is truncated
  ` [PATCH v11 09/18] eal: avoid format overflow when handling addresses
  ` [PATCH v11 10/18] eal: add check for sysfs path overflow
  ` [PATCH v11 11/18] eal: limit maximum runtime directory and socket paths
  ` [PATCH v11 12/18] eal: check for hugefile path overflow
  ` [PATCH v11 13/18] eal: check tailq length
  ` [PATCH v11 14/18] eal: handle long shared library path
  ` [PATCH v11 15/18] ethdev: avoid possible overflow in xstat names
  ` [PATCH v11 16/18] vhost: check for overflow in xstat name
  ` [PATCH v11 17/18] cfgfile: add length checks and increase line buffer
  ` [PATCH v11 18/18] lib: enable format overflow warnings

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

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

Community CI Meeting Minutes - January 22, 2026
 2026-01-22 21:48 UTC 

DTS WG Meeting Minutes - January 15, 2026
 2026-01-22 21:43 UTC 

[PATCH v1 1/5] dts: add find float method to text parser
 2026-01-22 21:44 UTC  (5+ messages)
` [PATCH v1 2/5] dts: add cryptodev package to DTS
` [PATCH v1 3/5] dts: add cryptodev throughput test suite
` [PATCH v1 4/5] dts: add crypto test decorator
` [PATCH v1 5/5] dts: automate VFIO-PCI modprobe in node setup

[DPDK/core Bug 1869] incorrect get_tsc_freq_arch() due to integer truncation
 2026-01-22 18:03 UTC 

[PATCH v2] dts: add test case docstring checks to format script
 2026-01-22 17:47 UTC  (6+ messages)
` [PATCH v3] "
  ` [PATCH v4 1/2] "
    ` [PATCH v4 2/2] dts: fix docstring typo in dynamic queue suite

[DPDK/ethdev Bug 1868] bnxt: RTE_MBUF_F_RX_VLAN_STRIPPED set but vlan_tci is 0
 2026-01-22 13:13 UTC 

[PATCH v1] dts: automate VFIO-PCI modprobe
 2026-01-22 13:01 UTC  (3+ messages)
` [PATCH v2] "

[RFC 0/3] common/cnxk: remove dependence on VLA
 2026-01-22 10:49 UTC  (16+ messages)
` [PATCH v3 0/6] fix GCC warnings when building with LTO
  ` [PATCH v3 1/6] test/soring: fix buffer overflow warnings "
` [PATCH 0/6] Fix LTO compilation warnings
  ` [PATCH v5 6/6] ring: use inline instead of always inline in soring

[PATCH v6 0/5] Support add/remove memory region & get-max-slots
 2026-01-22  7:49 UTC  (6+ messages)
` [PATCH v6 1/5] vhost: add user to mailmap and define to vhost hdr
` [PATCH v6 2/5] vhost_user: header defines for add/rem mem region
` [PATCH v6 3/5] vhost_user: support function defines for back-end
` [PATCH v6 4/5] vhost_user: Function defs for add/rem mem regions
` [PATCH v6 5/5] vhost_user: enable configure memory slots

[PATCH v3 0/2] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-22  6:27 UTC  (3+ messages)
` [PATCH v3 v3 2/2] mailmap: add Scott Mitchell

[PATCH v2] net/gve: add reset path
 2026-01-22  0:58 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/3] examples: format truncation bugs
 2026-01-21 21:06 UTC  (10+ messages)
` [PATCH v12 0/8] test: fix format-truncation warnings
  ` [PATCH v12 1/8] test: increase size of memzone name
  ` [PATCH v12 2/8] test: add new function to get current file-prefix arg
  ` [PATCH v12 3/8] test: avoid overflowing huge directory path
  ` [PATCH v12 4/8] test: fix format overflow warning in ACL test
  ` [PATCH v12 5/8] test: fix impossible format-truncation in cfgfiles
  ` [PATCH v12 6/8] test: fix format overflow in cryptodev test
  ` [PATCH v12 7/8] test: fix overflow warnings in common code
  ` [PATCH v12 8/8] test: re-enable format-truncation warnings

[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

[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 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/6]
 2026-01-21 17:35 UTC  (10+ messages)
` [PATCH v4 0/6] net/nfb: code cleanup
  ` [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  (12+ 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 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] doc: raise an error on warnings for dts
 2026-01-21 14:40 UTC  (2+ messages)

[PATCH v2 0/1] dts: fix invalid f-string syntax
 2026-01-21 14:40 UTC  (4+ 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  (2+ messages)


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