public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-03-06 10:59:17 to 2026-03-10 16:15:51 UTC [more...]

[PATCH 00/12] net/pcap: cleanups and test
 2026-03-10 16:09 UTC  (40+ messages)
` [PATCH v19 00/24] net/pcap: fixes, test, and enhancements
  ` [PATCH v19 01/25] maintainers: update for pcap driver
  ` [PATCH v19 02/25] net/pcap: fix build on Windows
  ` [PATCH v19 03/25] doc: update features for PCAP PMD
  ` [PATCH v19 04/25] net/pcap: include used headers
  ` [PATCH v19 05/25] net/pcap: remove unnecessary casts
  ` [PATCH v19 06/25] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v19 07/25] net/pcap: advertise Tx multi segment
  ` [PATCH v19 08/25] net/pcap: replace stack bounce buffer
  ` [PATCH v19 09/25] net/pcap: fix error accounting and backpressure on transmit
  ` [PATCH v19 10/25] net/pcap: add datapath debug logging
  ` [PATCH v19 11/25] net/pcap: consolidate boolean flag handling
  ` [PATCH v19 12/25] net/pcap: support VLAN strip and insert offloads
  ` [PATCH v19 13/25] net/pcap: add link status for interface mode
  ` [PATCH v19 14/25] net/pcap: support nanosecond timestamp precision
  ` [PATCH v19 15/25] net/pcap: reject non-Ethernet interfaces
  ` [PATCH v19 16/25] net/pcap: reduce scope of file-level variables
  ` [PATCH v19 17/25] net/pcap: avoid use of volatile
  ` [PATCH v19 18/25] net/pcap: clarify maximum received packet
  ` [PATCH v19 19/25] eal/windows: add wrapper for access function
  ` [PATCH v19 20/25] net/pcap: add snapshot length devarg
  ` [PATCH v19 21/25] net/pcap: add Rx scatter offload
  ` [PATCH v19 22/25] net/pcap: add link status change support for iface mode
  ` [PATCH v19 23/25] net/pcap: add EOF notification via link status change
  ` [PATCH v19 24/25] test: add comprehensive test suite for pcap PMD
  ` [PATCH v19 25/25] check patch warn in test
` [PATCH v20 00/25] net/pcap: fixes, test, and enhancements
  ` [PATCH v20 01/25] maintainers: update for pcap driver
  ` [PATCH v20 02/25] net/pcap: fix build on Windows
  ` [PATCH v20 03/25] doc: update features for PCAP PMD
  ` [PATCH v20 04/25] net/pcap: include used headers
  ` [PATCH v20 05/25] net/pcap: remove unnecessary casts
  ` [PATCH v20 06/25] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v20 07/25] net/pcap: advertise Tx multi segment
  ` [PATCH v20 08/25] net/pcap: replace stack bounce buffer
  ` [PATCH v20 09/25] net/pcap: fix error accounting and backpressure on transmit
  ` [PATCH v20 10/25] net/pcap: add datapath debug logging
  ` [PATCH v20 11/25] net/pcap: consolidate boolean flag handling
  ` [PATCH v20 12/25] net/pcap: support VLAN strip and insert offloads

[PATCH v4 1/2] dts: make one link the default topology
 2026-03-10 15:08 UTC  (5+ messages)
` [PATCH v5 "

DPDK Release Status Meeting 2026-03-10
 2026-03-10 14:50 UTC 

[v2] crypto/openssl: Add support for SHA3 algorithms
 2026-03-10 14:41 UTC  (5+ messages)
` [v3] "
  ` [EXTERNAL] "
  ` [v4] "
    ` [EXTERNAL] "

[PATCH v1 00/10] net/mlx5: per-queue Tx rate limiting via packet pacing
 2026-03-10 14:20 UTC  (12+ messages)
` [PATCH v1 01/10] doc/nics/mlx5: fix stale packet pacing documentation
` [PATCH v1 02/10] common/mlx5: query packet pacing rate table capabilities
` [PATCH v1 03/10] common/mlx5: extend SQ modify to support rate limit update
` [PATCH v1 04/10] net/mlx5: add per-queue packet pacing infrastructure
` [PATCH v1 05/10] net/mlx5: support per-queue rate limiting
` [PATCH v1 06/10] net/mlx5: add burst pacing devargs
` [PATCH v1 07/10] net/mlx5: add testpmd command to query per-queue rate limit
` [PATCH v1 08/10] ethdev: add getter for per-queue Tx "
` [PATCH v1 9/10] net/mlx5: share pacing rate table entries across queues
` [PATCH v1 10/10] net/mlx5: add rate table capacity query API

mempool name size incorrect?
 2026-03-10 14:10 UTC 

[PATCH v1 0/6] Update ICE Base Driver
 2026-03-10 14:08 UTC  (8+ messages)
` [PATCH v1 1/6] net/ice/base: update crash on invalid topology
` [PATCH v1 2/6] net/ice/base: resolve comparison-with-wider-type violations
` [PATCH v1 3/6] net/ice/base: enable LLDP filter control for E830
` [PATCH v1 4/6] net/ice/base: support RDMA on 4+ ports of E830
` [PATCH v1 5/6] net/ice/base: add pending admin queue events API
` [PATCH v1 6/6] net/ice/base: fix 'adjust' timer programming for E830

[PATCH v1 0/3] net/af_packet: fix MTU handling and add jumbo frame support
 2026-03-10 14:02 UTC  (18+ messages)
` [PATCH v1 1/3] net/af_packet: fix MTU set data size calculation
` [PATCH v1 2/3] net/af_packet: fix receive buffer overflow
` [PATCH v1 3/3] net/af_packet: support jumbo frames
` [PATCH v2 0/3] net/af_packet: fix MTU handling and add jumbo frame support
  ` [PATCH v2 1/3] net/af_packet: fix MTU set data size calculation
  ` [PATCH v2 2/3] net/af_packet: fix receive buffer overflow
  ` [PATCH v2 3/3] net/af_packet: support jumbo frames
  ` [PATCH] net/af_packet: add multi-segment mbuf support for "
    ` [PATCH v2] "
  ` [PATCH v3 0/3] net/af_packet: fix MTU handling and add jumbo frame support
    ` [PATCH v3 1/3] net/af_packet: fix MTU set data size calculation
    ` [PATCH v3 2/3] net/af_packet: fix receive buffer overflow
    ` [PATCH v3 3/3] net/af_packet: support jumbo frames

[PATCH] eal/riscv: implement prefetch using __builtin_prefetch
 2026-03-10 13:35 UTC 

[PATCH] doc: remove references to obsolete testpmd flag
 2026-03-10 10:49 UTC 

[PATCH] net/mlx5: fix default flow engine on Windows
 2026-03-10  9:44 UTC  (2+ messages)

[PATCH] mailmap: update Vincent Jardin email address
 2026-03-10  8:31 UTC 

[PATCH 0/5] net/mlx5: add BlueField socket direct support
 2026-03-10  8:16 UTC  (3+ messages)
` [PATCH v2 0/3] net/mlx5: net/mlx5: fix probing to allow BlueField Socket Direct

[PATCH] net/cnxk: disable template on generic build
 2026-03-10  8:14 UTC  (2+ messages)
` [PATCH v2] "

[BUG] common/cnxk: AES-GMAC key copied before length validation in ow_ipsec_sa_common_param_fill allows transient out-of-bounds write
 2026-03-10  2:12 UTC 

[BUG] common/cnxk: AES-GMAC key copied before length validation in ot_ipsec_sa_common_param_fill allows transient out-of-bounds write
 2026-03-10  2:08 UTC 

[BUG] common/cnxk: missing AES-XCBC auth key length validation in CN9K inbound SA creation causes out-of-bounds write into traffic selector
 2026-03-10  2:04 UTC 

[BUG] net/cnxk: cn20k inline IPsec missing DES/3DES key length validation causes out-of-bounds write into adjacent SA members
 2026-03-10  1:59 UTC 

[BUG] cnxk IPsec: missing cipher key length validation for DES/3DES allows intra-object overflow into adjacent SA members
 2026-03-10  1:53 UTC 

[PATCH] test/flow: add support for async API
 2026-03-09 12:52 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] acl: classify with RISC-V vector extension
 2026-03-09 12:28 UTC 

[PATCH v2] efd: lookup with RISC-V vector extension
 2026-03-10  6:35 UTC  (2+ messages)

[dpdk-dev v1] doc: update Multi-buffer library version to 2.0.1
 2026-03-10  6:17 UTC  (3+ messages)
` [dpdk-dev v2] doc: update Multi-buffer library version for DPDK
  ` [EXTERNAL] "

[PATCH] hash: add riscv vector support for 16-byte key comparison
 2026-03-10  6:14 UTC  (2+ messages)

[PATCH] test/security_inline_proto: skip tests if no HW support
 2026-03-10  6:10 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] crypto/ipsec_mb: fix clearing snow3g digest
 2026-03-10  6:05 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH] cryptodev: fix memory corruption in secondary process
 2026-03-10  5:54 UTC  (4+ messages)
    ` [EXTERNAL] "

[RFC PATCH dpdk 0/3] graph: deferred enqueue API for simplified node processing
 2026-03-10  5:49 UTC  (6+ messages)
` [RFC PATCH dpdk 1/3] graph: optimize rte_node_enqueue_next to batch by edge
  ` [EXTERNAL] "
` [RFC PATCH dpdk 2/3] graph: add deferred enqueue API for batch processing
  ` [EXTERNAL] "
` [EXTERNAL] [RFC PATCH dpdk 0/3] graph: deferred enqueue API for simplified node processing

[PATCH] test/crypto: remove PMD specific asym testsuites
 2026-03-10  5:19 UTC  (4+ messages)
  ` [EXTERNAL] "

[DPDK/ethdev Bug 1900] The DPDK bond driver does not support the secondary process
 2026-03-10  2:53 UTC 

[PATCH v7 0/4] devtools: add AI-assisted code review tools
 2026-03-10  1:57 UTC  (8+ messages)
` [PATCH v10 0/6] Add AGENTS and scripts for AI code review
  ` [PATCH v10 1/6] doc: add AGENTS.md for AI code review tools
  ` [PATCH v10 2/6] devtools: add multi-provider AI patch review script
  ` [PATCH v10 3/6] devtools: add compare-reviews.sh for multi-provider analysis
  ` [PATCH v10 4/6] devtools: add multi-provider AI documentation review script
  ` [PATCH v10 5/6] doc: add AI-assisted patch review to contributing guide
  ` [PATCH v10 6/6] MAINTAINERS: add section for AI review tools

[PATCH v1] dts: port speed capabilities test suite to next DTS
 2026-03-09 20:29 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v6] "

[PATCH v1] dts: add support for no link topology
 2026-03-09 16:16 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] net/i40e: fix null dereference in raw flow item
 2026-03-09 15:29 UTC  (3+ messages)
` [PATCH v2] net/i40e: validate raw flow items before dereferencing

[PATCH v2] devtools: fix symbol change check for non-lib patches
 2026-03-09 15:08 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] net/ice: fix rss simple_xor hash function
 2026-03-09 13:26 UTC  (5+ messages)

[PATCH v2 00/17] net/dpaa2: fixes and improvements
 2026-03-09 10:29 UTC  (23+ messages)
` [PATCH v3 "
` [PATCH v3 01/17] net/dpaa2: fix queue block memory leak on port close
` [PATCH v3 02/17] net/dpaa2: fix Rx error queue memory leaks
` [PATCH v3 03/17] net/dpaa2: warn on Rx descriptor limit in high perf mode
` [PATCH v3 04/17] net/dpaa2: fix resource leak on softparser failure
` [PATCH v3 05/17] net/dpaa2: fix link not up after port stop/start
` [PATCH v3 06/17] bus/fslmc: fix devargs not propagated on hotplug
` [PATCH v3 07/17] net/dpaa2: fix spurious VLAN insertion on non-VLAN packets
` [PATCH v3 08/17] net/dpaa2: fix error packet dump crash and memory leak
` [PATCH v3 09/17] net/dpaa2: fix L4 packet type in slow parse path
` [PATCH v3 10/17] net/dpaa2: fix L3/L4 checksum offload flags
` [PATCH v3 11/17] net/dpaa2: fix software taildrop buffer access
` [PATCH v3 12/17] net/dpaa2: fix burst mode info report
` [PATCH v3 13/17] net/dpaa2: add SG table walk upper bound in Rx path
` [PATCH v3 14/17] net/dpaa2: fix MAC stats DMA alloc per xstats call
` [PATCH v3 15/17] net/dpaa2: use check interval macro in link down path
` [PATCH v3 16/17] net/dpaa2: add devargs to disable Rx taildrop
` [PATCH v3 17/17] net/dpaa2: add devargs alternative for data stashing getenv

[PATCH] examples/fips_validation: fix dangling pointer for SHA test
 2026-03-09 10:20 UTC  (3+ messages)
` [v2] examples/fips_validation: fix dangling pointer for SHA and SHAKE test
  ` [EXTERNAL] "

[RFC 1/2] devtools: check packet forwarding in null test
 2026-03-09  9:50 UTC  (8+ messages)
` [RFC v3 0/7] Rework device probing
  ` [RFC v3 6/7] bus: factorize device selection
  ` [RFC v3 7/7] eal: configure initial device probing

[PATCH] net/e1000: align igb link update for consistency
 2026-03-09  9:29 UTC  (3+ messages)
` [PATCH v2] net/e1000: align link updates in em igb and igc

[PATCH dpdk 0/2] hash: safe data replacement on overwrite
 2026-03-09  8:32 UTC  (7+ messages)
` [PATCH dpdk v3 "
  ` [PATCH dpdk v3 2/2] hash: free replaced data on overwrite when RCU is configured

[PATCH v2 0/5] dts: add cryptodev testing support
 2026-03-09  1:26 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/5] dts: add find float method to text parser
  ` [PATCH v5 2/5] dts: automate VFIO-PCI modprobe in node setup
  ` [PATCH v5 3/5] dts: add cryptodev package to DTS
  ` [PATCH v5 4/5] dts: add cryptodev throughput test suite
  ` [PATCH v5 5/5] dts: add crypto test decorator

[DPDK/DTS Bug 1899] A mix of passing and skipping testcases should result in a passing testsuite
 2026-03-09  0:37 UTC 

[PATCH 0/4] net/axgbe: fix resource leaks and OOB access
 2026-03-08 16:53 UTC  (3+ messages)

[PATCH v5 0/3] mbuf: simplify handling of reinitialized mbufs
 2026-03-06 20:04 UTC  (10+ messages)
` [PATCH v8 "
  ` [PATCH v8 3/3] mbuf: optimize reset "

[PATCH v5] dts: refactor flow suite with generator pattern
 2026-03-06 18:37 UTC  (2+ messages)
` [PATCH v6] "

[PATCH 00/11] net/dpaa2: fixes and improvements
 2026-03-06 17:35 UTC  (6+ messages)
` [PATCH v2 11/17] net/dpaa2: fix software taildrop buffer access

[PATCH] eal: clean runtime directory files on exit
 2026-03-06 16:42 UTC  (3+ messages)

[v3] net/cksum: compute raw cksum for several segments
 2026-03-06 15:17 UTC  (7+ messages)

[PATCH] net/iavf: fix order of tags for AVX512 Tx QinQ offload
 2026-03-06 15:10 UTC 

[PATCH] net/idpf: handle Tx of mbuf segments larger than 16k
 2026-03-06 14:16 UTC  (4+ messages)

[dpdk-dev v1] examples/fips_validation: fix dangling pt.val after MCT test
 2026-03-06 12:37 UTC 

[PATCH 0/2] iavf: use ptype for LLDP and add AVX2 ctx paths
 2026-03-06 11:52 UTC  (8+ messages)
` [PATCH 1/2] net/iavf: use mbuf packet type instead of dynfield for LLDP
` [PATCH v2 0/3] iavf: LLDP ptype and AVX2 ctx paths
  ` [PATCH v2 1/3] net/iavf: support LLDP Tx based on mbuf ptype or dynfield
  ` [PATCH v2 2/3] net/iavf: add AVX2 context descriptor Tx paths
  ` [PATCH v2 3/3] doc: announce change to LLDP packet detection in iavf PMD

[PATCH v3 0/8] Reduce reliance on global response buffer in IAVF
 2026-03-06 10:58 UTC  (4+ messages)
` [PATCH v3 6/8] net/iavf: respect output buffer in virtchnl
` [PATCH v3 7/8] net/iavf: do not use global virtchnl buffer
` [PATCH v3 8/8] net/iavf: embed virtchnl response buffer


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