public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-01-23 16:03:06 to 2026-01-27 17:22:21 UTC [more...]

[PATCH 00/12] net/pcap: cleanups and test
 2026-01-27 17:18 UTC  (37+ 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 v6 08/13] net/pcap: consolidate boolean flag handling
  ` [PATCH v6 09/13] net/pcap: support VLAN insert and strip
  ` [PATCH v6 10/13] net/pcap: support nanosecond timestamp precision
  ` [PATCH v6 11/13] net/pcap: reduce scope of file-level variables
  ` [PATCH v6 12/13] net/pcap: avoid use of volatile
  ` [PATCH v6 13/13] test: add test for pcap PMD
` [PATCH v7 00/13] net/pcap: improvements and test suite
  ` [PATCH v7 01/13] maintainers: update for pcap driver
  ` [PATCH v7 02/13] doc: update features for PCAP PMD
  ` [PATCH v7 03/13] net/pcap: include used headers
  ` [PATCH v7 04/13] net/pcap: remove unnecessary casts
  ` [PATCH v7 05/13] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v7 06/13] net/pcap: improve multi-segment transmit handling
  ` [PATCH v7 07/13] net/pcap: consolidate boolean flag handling
  ` [PATCH v7 08/13] net/pcap: support VLAN insert and strip
  ` [PATCH v7 09/13] net/pcap: add link state and speed for interface mode
  ` [PATCH v7 10/13] net/pcap: support nanosecond timestamp precision
  ` [PATCH v7 11/13] net/pcap: reduce scope of file-level variables
  ` [PATCH v7 12/13] net/pcap: avoid use of volatile
  ` [PATCH v7 13/13] test: add test for pcap PMD
` [PATCH v8 00/14] net/pcap: improvements and test suite
  ` [PATCH v8 01/14] maintainers: update for pcap driver
  ` [PATCH v8 02/14] doc: update features for PCAP PMD
  ` [PATCH v8 03/14] net/pcap: include used headers
  ` [PATCH v8 04/14] net/pcap: remove unnecessary casts
  ` [PATCH v8 05/14] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v8 06/14] net/pcap: improve multi-segment transmit handling
  ` [PATCH v8 07/14] net/pcap: consolidate boolean flag handling

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

[PATCH v1 0/4] improve NBL memory safety and mailbox reliability
 2026-01-27 15:10 UTC  (17+ messages)
  ` 回复:[PATCH "
` [PATCH v2 "
  ` [PATCH v2 1/4] net/nbl: fix memzone leak in queue release
  ` [PATCH v2 2/4] net/nbl: optimize mbuf headroom usage in packet Tx
  ` [PATCH v2 3/4] net/nbl: fix mbuf double-free in queue cleanup
  ` [PATCH v2 4/4] net/nbl: improve exception handling for the mailbox
    ` [REVIEW] "
` [PATCH v3 0/4] improve NBL memory safety and mailbox reliability
  ` [PATCH v3 1/4] net/nbl: fix memzone leak on queue release
  ` [PATCH v3 2/4] net/nbl: fix mbuf headroom usage in packet Tx
  ` [PATCH v3 3/4] net/nbl: fix mbuf double-free in queue cleanup
  ` [PATCH v3 4/4] net/nbl: improve mailbox exception handling

[PATCH v3 0/2] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-23 18:35 UTC  (4+ messages)
` [PATCH v3 v3 2/2] mailmap: add Scott Mitchell

[PATCH 0/8] net/nfb: rework to real multiport
 2026-01-27 14:09 UTC  (18+ messages)
` [PATCH v4 "
` [PATCH v5 "
  ` [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 v8] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-27 14:07 UTC  (27+ messages)
` [PATCH v9] "
  ` [PATCH v10] "
    ` [PATCH v11] eal: RTE_PTR_ADD/SUB API improvements
      ` [PATCH v12] "
        ` [REVIEW] "
        ` [PATCH v13] "
          ` [PATCH v14] "
            ` [PATCH v15 0/2] "
              ` [PATCH v15 1/2] eal: remove alloc_size from rte_lcore_var_alloc
              ` [PATCH v15 2/2] eal: RTE_PTR_ADD/SUB API improvements
              ` [PATCH v16 0/2] "
                ` [PATCH v16 1/2] eal: remove alloc_size from rte_lcore_var_alloc
                ` [PATCH v16 2/2] eal: RTE_PTR_ADD/SUB API improvements

[PATCH v3 0/6] bpf: simple tests and fixes
 2026-01-27 14:02 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] eal: variable first arguments of RTE_SHIFT_VALxx
  ` [PATCH v4 2/6] bpf: fix signed shift overflows in ARM JIT
  ` [PATCH v4 3/6] bpf: mark ARM opcodes with UINT32_C
  ` [PATCH v4 4/6] bpf: disallow empty program
  ` [PATCH v4 5/6] bpf: make add/subtract one program validate
  ` [PATCH v4 6/6] bpf: fix validation when conditional jump is first instruction

[PATCH] crypto/openssl: Add support for SHA3 algorithms
 2026-01-27 10:11 UTC  (4+ messages)
` [v2] "

[PATCH] crypto/openssl: Add support for SHAKE algorithms
 2026-01-27 10:07 UTC  (4+ messages)
` [v2] "
  ` [v3] "

[PATCH 0/6]
 2026-01-27  8:16 UTC  (7+ messages)
` [PATCH v4 0/6] net/nfb: code cleanup
  ` [PATCH v4 3/6] net/nfb: update timestamp calculation to meaningful value

[PATCH] crypto/cnxk: return decrypted data for RSA verify
 2026-01-27  4:34 UTC 

[RFC] pcapng: improve performance of timestamping
 2026-01-26 21:04 UTC  (7+ messages)
` [PATCH v6 0/5] pcapng: fixes and improvements
  ` [PATCH v6 1/5] pcapng: add length checks to string arguments
  ` [PATCH v6 2/5] pcapng: use malloc instead of fixed buffer size
  ` [PATCH v6 3/5] pcapng: chain additional mbuf when comment exceeds tailroom
  ` [PATCH v6 4/5] pcapng: improve performance of timestamping
  ` [PATCH v6 5/5] test/pcapng: add tests for comments

[PATCH v6 0/5] Support add/remove memory region & get-max-slots
 2026-01-26 19:57 UTC  (3+ messages)
` [PATCH v6 4/5] vhost_user: Function defs for add/rem mem regions

[RFC] net/virtio: avoid global variable name conflicts
 2026-01-26 19:38 UTC  (2+ messages)

[PATCH v2 0/3] vhost: VDUSE-related fixes
 2026-01-26 19:37 UTC  (2+ messages)

[PATCH v7 0/4] devtools: add AI-assisted code review tools
 2026-01-26 18:40 UTC  (5+ messages)
  ` [PATCH v7 1/4] doc: add AGENTS.md for AI-powered "
  ` [PATCH v7 2/4] devtools: add multi-provider AI patch review script
  ` [PATCH v7 3/4] devtools: add compare-reviews.sh for multi-provider analysis
  ` [PATCH v7 4/4] devtools: add multi-provider AI documentation review script

[PATCH 1/2] eal: add location info to interrupt error message
 2026-01-26 18:16 UTC  (3+ messages)
` [PATCH 2/2] test/eal_flags: add EAL debug logs to recursive calls

[PATCH 0/2] net/idpf: enable AVX2 for split queue Rx/Tx
 2026-01-26 17:14 UTC  (3+ messages)
` [PATCH v11 0/3] "

[PATCH] dma/idxd: mark portal pointer as volatile
 2026-01-26 10:13 UTC 

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

[DPDK/other Bug 1871] idxd_dmadev.portal volatile usage
 2026-01-25 21:17 UTC 

[PATCH] test: add a test for null PMD
 2026-01-25 20:23 UTC  (7+ messages)
` [PATCH v7 0/5] net/null: improvements and bug fixes
  ` [PATCH v7 1/5] net/null: cleanup info response
  ` [PATCH v7 2/5] test: generate larger packet bursts
  ` [PATCH v7 3/5] test: add a test for null PMD
  ` [PATCH v7 4/5] net/null: add check for pool vs packet size
  ` [PATCH v7 5/5] net/null: check packet size argument

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

[RFC] doc: add AGENTS.md for AI-powered code review tools
 2026-01-24 19:00 UTC  (9+ messages)
` [PATCH v5 0/4] devtools: add "
` [PATCH v6 "
  ` [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

[PATCH v1 4/4] net/nbl: improve exception handling for the mailbox
 2026-01-24 18:31 UTC  (2+ messages)
` [REVIEW] "

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

[PATCH v15 0/2] net: optimize __rte_raw_cksum
 2026-01-24  8:23 UTC  (5+ messages)
` [PATCH v16 "
  ` [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] build: bump meson version to remove warnings
 2026-01-23 16:11 UTC  (9+ messages)


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