public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-01-22 00:54:52 to 2026-01-25 19:23:55 UTC [more...]

[PATCH 00/12] net/pcap: cleanups and test
 2026-01-25 19:20 UTC  (9+ messages)
` [PATCH v6 00/13] net/pcap: improvements and new features
  ` [PATCH v6 01/13] maintainers: update for pcap driver
  ` [PATCH v6 02/13] doc: update features for PCAP PMD
  ` [PATCH v6 03/13] net/pcap: include used headers
  ` [PATCH v6 04/13] net/pcap: remove unnecessary casts
  ` [PATCH v6 05/13] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v6 06/13] net/pcap: improve multi-segment transmit handling
  ` [PATCH v6 07/13] net/pcap: support MTU configuration in single interface mode

[PATCH v8] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-25 11:12 UTC  (11+ messages)
` [PATCH v9] "
  ` [PATCH v10] "
    ` [PATCH v11] eal: RTE_PTR_ADD/SUB API improvements
      ` [PATCH v12] "

[DPDK/ethdev Bug 1699] Bonding device documentation missing
 2026-01-24 20:23 UTC  (2+ messages)

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

[PATCH v1 0/4] improve NBL memory safety and mailbox reliability
 2026-01-24 19:08 UTC  (8+ 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
  ` [REVIEW] "

[RFC] doc: add AGENTS.md for AI-powered code review tools
 2026-01-24 19:00 UTC  (13+ 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 v6 0/4] devtools: add AI-powered code review tools
  ` [PATCH v6 1/4] doc: add AGENTS.md for "
  ` [PATCH v6 2/4] devtools: add multi-provider AI patch review script
  ` [PATCH v6 3/4] devtools: add script to compare AI reviews across providers
  ` [PATCH v6 4/4] devtools: add multi-provider AI documentation review script

[RFC] test: split up BPF tests
 2026-01-24 17:12 UTC  (3+ messages)

[RFC PATCH 00/27] combine multiple Intel scalar Tx paths
 2026-01-23  6:26 UTC  (3+ messages)
` [PATCH v2 00/36] "

[PATCH v14 0/2] net: optimize __rte_raw_cksum
 2026-01-24  8:23 UTC  (12+ messages)
` [PATCH v15 "
  ` [PATCH v15 1/2] eal: add __rte_may_alias to unaligned typedefs
  ` [PATCH v16 0/2] net: optimize __rte_raw_cksum
    ` [PATCH v16 1/2] eal: add __rte_may_alias to unaligned typedefs
    ` [PATCH v16 2/2] net: __rte_raw_cksum pointers enable compiler optimizations

[DPDK/DTS Bug 1870] dts: add support for no-link topology
 2026-01-23 17:47 UTC 

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

[PATCH] drivers/net: reorder Intel drivers list in meson script
 2026-01-23 16:57 UTC  (4+ messages)
` [V2] "

[PATCH v1 1/5] dts: add find float method to text parser
 2026-01-23 16:57 UTC  (10+ 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

[PATCH] crypto/openssl: Add support for SHA3 algorithms
 2026-01-23 16:36 UTC  (2+ messages)

[PATCH] crypto/openssl: Add support for SHAKE algorithms
 2026-01-23 16:34 UTC  (3+ messages)
` [v2] "

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

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

[PATCH 1/2] cryptodev: add support for 256-NxA4/5/6 algorithms
 2026-01-23 12:48 UTC  (10+ 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 "
` [PATCH v6 1/2] cryptodev: add support "
  ` [PATCH v6 2/2] test/crypto: add tests "

[PATCH 0/6] test: fix sporadic failures on high core count systems
 2026-01-23 11:56 UTC  (17+ messages)
` [PATCH v3 00/14] test: fix test failures on high cores
  ` [PATCH v3 03/14] test/mcslock: scale test based on number of cores
  ` [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 v2] net/iavf: support pre and post reset callbacks
 2026-01-23 11:53 UTC  (3+ messages)
` [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 

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

[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 v1 0/4] ring: some fixes and improvements
 2026-01-23  5:01 UTC  (2+ messages)

[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 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 

[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  (5+ messages)
` [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  (3+ messages)
` [PATCH v3] "


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