DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-24 19:39:23 to 2026-06-25 16:12:17 UTC [more...]

[PATCH 0/5] add versioned symbols for recently stabilized APIs
 2026-06-25 16:12 UTC  (25+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] eal: fix macro for versioned experimental symbol
  ` [PATCH v2 2/4] build: support function versioning for drivers
  ` [PATCH v2 3/4] net/mlx5: fix stabilized function versions
  ` [PATCH v2 4/4] ethdev: fix promoted flow metadata symbols
  ` [PATCH v3 0/4] add versioned symbols for recently stabilized APIs
    ` [PATCH v3 1/4] eal: fix macro for versioned experimental symbol
    ` [PATCH v3 2/4] build: support function versioning for drivers
    ` [PATCH v3 3/4] net/mlx5: fix stabilized function versions
    ` [PATCH v3 4/4] ethdev: fix promoted flow metadata symbols
    ` [PATCH v4 0/4] add versioned symbols for recently stabilized APIs
      ` [PATCH v4 1/4] eal: fix macro for versioned experimental symbol
      ` [PATCH v4 2/4] build: support function versioning for drivers
      ` [PATCH v4 3/4] net/mlx5: fix stabilized function versions
      ` [PATCH v4 4/4] ethdev: fix promoted flow metadata symbols

[PATCH 0/5] crypto: use timing-safe digest comparison
 2026-06-25 15:56 UTC  (6+ messages)
` [PATCH 1/5] eal: take experimental flag off of rte_memeq_timingsafe
` [PATCH 2/5] crypto/uadk: use timing-safe digest comparison
` [PATCH 3/5] crypto/ccp: "
` [PATCH 4/5] crypto/armv8: "
` [PATCH 5/5] crypto/cnxk: "

[PATCH 0/3] net/intel: fix potential rx stats underflow
 2026-06-25 15:58 UTC  (7+ messages)
` [PATCH 1/3] net/ice: fix Rx packets statistics underflow
` [PATCH 2/3] net/ice: fix DCF "
` [PATCH 3/3] net/iavf: fix "

[PATCH v1 1/1] net/ice: fix NULL pointer dereference in DCF
 2026-06-25 15:49 UTC 

[PATCH v1 1/4] net/ice: fix potential NULL dereference
 2026-06-25 15:48 UTC  (4+ messages)
` [PATCH v1 2/4] net/ixgbe: "
` [PATCH v1 3/4] net/i40e: "
` [PATCH v1 4/4] net/iavf: "

[PATCH v1] dts: report dut/NIC info during DTS run
 2026-06-25 15:47 UTC  (5+ messages)
` [PATCH v4] "
` [PATCH v5] "

[PATCH 0/4] bpf/arm64: add BPF_ABS/BPF_IND packet load support
 2026-06-25 15:40 UTC  (10+ messages)
` [PATCH v5 0/9] bpf: JIT related bug fixes
  ` [PATCH v5 3/9] bpf: mask shift count in interpreter per RFC 9669
  ` [PATCH v5 4/9] bpf/arm64: mask shift count "
  ` [PATCH v5 5/9] test/bpf: add test for large shift
  ` [PATCH v5 7/9] bpf/arm64: add BPF_ABS/BPF_IND packet load support

[PATCH v4 00/24] bpf: test and fix issues in verifier
 2026-06-25 14:22 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/24] bpf: add format instruction function

[RFC PATCH 1/2] dts: update parsing for cryptodev latency
 2026-06-25 14:17 UTC  (4+ messages)
` [PATCH v1 "
  ` [PATCH v1 2/2] dts: add latency coverage for cryptodev testing

[PATCH v1 1/5] eal: fix wrong log message in async IPC request
 2026-06-25 14:01 UTC  (8+ messages)
` [PATCH v6 0/6] IPC fixes
  ` [PATCH v6 1/6] eal: fix wrong log message in async IPC request
  ` [PATCH v6 2/6] eal: use request ID instead of pointers
  ` [PATCH v6 3/6] eal: avoid deadlock in async IPC alarm callback
  ` [PATCH v6 4/6] eal: fix async IPC memory leaks on partial failure
  ` [PATCH v6 5/6] eal: fix memory leak in async IPC secondary path
  ` [PATCH v6 6/6] eal: fix async IPC callback not fired when no peers

[PATCH v6 23/23] net/sxe2: update sxe2 feature matrix docs
 2026-06-25 13:31 UTC  (57+ messages)
` [PATCH v7 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
` [PATCH v7 01/23] net/sxe2: remove software statistics devargs
` [PATCH v7 02/23] net/sxe2: add Rx framework and packet types callback
` [PATCH v7 03/23] net/sxe2: support AVX512 vectorized path for Rx and Tx
` [PATCH v7 04/23] net/sxe2: add AVX2 vector data "
` [PATCH v7 05/23] net/sxe2: add link update callback
` [PATCH v7 06/23] net/sxe2: support L2 filtering and MAC config
` [PATCH v7 07/23] drivers: support RSS feature
` [PATCH v7 08/23] net/sxe2: support TM hierarchy and shaping
` [PATCH v7 09/23] net/sxe2: support IPsec inline protocol offload
` [PATCH v7 10/23] net/sxe2: support statistics and multi-process
` [PATCH v7 11/23] drivers: interrupt handling
` [PATCH v7 12/23] net/sxe2: add NEON vec Rx/Tx burst functions
` [PATCH v7 13/23] drivers: add support for VF representors
` [PATCH v7 14/23] net/sxe2: add support for custom UDP tunnel ports
` [PATCH v7 15/23] net/sxe2: support firmware version reading
` [PATCH v7 16/23] net/sxe2: implement get monitor address
` [PATCH v7 17/23] common/sxe2: add shared SFP module definitions
` [PATCH v7 18/23] net/sxe2: support SFP module info and EEPROM access
` [PATCH v7 19/23] net/sxe2: add mbuf validation in Tx debug mode
` [PATCH v7 20/23] common/sxe2: add callback for memory event handling
` [PATCH v7 21/23] net/sxe2: add private devargs parsing
` [PATCH v7 22/23] net/sxe2: implement private dump info
` [PATCH v7 23/23] net/sxe2: update sxe2 feature matrix docs
  ` [PATCH v8 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
  ` [PATCH v8 01/23] net/sxe2: remove software statistics devargs
  ` [PATCH v8 02/23] net/sxe2: add Rx framework and packet types callback
  ` [PATCH v8 03/23] net/sxe2: support AVX512 vectorized path for Rx and Tx
  ` [PATCH v8 04/23] net/sxe2: add AVX2 vector data "
  ` [PATCH v8 05/23] net/sxe2: add link update callback
  ` [PATCH v8 06/23] net/sxe2: support L2 filtering and MAC config
  ` [PATCH v8 07/23] drivers: support RSS feature
  ` [PATCH v8 08/23] net/sxe2: support TM hierarchy and shaping
  ` [PATCH v8 09/23] net/sxe2: support IPsec inline protocol offload
  ` [PATCH v8 10/23] net/sxe2: support statistics and multi-process
  ` [PATCH v8 11/23] drivers: interrupt handling
  ` [PATCH v8 12/23] net/sxe2: add NEON vec Rx/Tx burst functions
  ` [PATCH v8 13/23] drivers: add support for VF representors
  ` [PATCH v8 14/23] net/sxe2: add support for custom UDP tunnel ports
  ` [PATCH v8 15/23] net/sxe2: support firmware version reading
  ` [PATCH v8 16/23] net/sxe2: implement get monitor address
  ` [PATCH v8 17/23] common/sxe2: add shared SFP module definitions
  ` [PATCH v8 18/23] net/sxe2: support SFP module info and EEPROM access
  ` [PATCH v8 19/23] net/sxe2: add mbuf validation in Tx debug mode
  ` [PATCH v8 20/23] common/sxe2: add callback for memory event handling
  ` [PATCH v8 21/23] net/sxe2: add private devargs parsing
  ` [PATCH v8 22/23] net/sxe2: implement private dump info
  ` [PATCH v8 23/23] net/sxe2: update sxe2 feature matrix docs

[PATCH] build: use native Linux strlcpy when available
 2026-06-25 13:08 UTC  (2+ messages)
` [PATCH v2] build: drop dependency on libbsd

[PATCH] vhost/crypto: fix segfault
 2026-06-25 12:44 UTC  (2+ messages)

[PATCH] devtools: add Vertex AI to review scripts
 2026-06-25 12:32 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 00/13] Bus cleanup infrastructure and fixes
 2026-06-25 12:24 UTC  (3+ messages)
` [PATCH v4 00/12] "

[PATCH v7 0/4] net/zxdh: optimize Rx/Tx path performance
 2026-06-25 12:03 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/4] net/zxdh: fix queue enable intr issues
  ` [PATCH v8 2/4] net/zxdh: optimize queue structure to improve performance
  ` [PATCH v8 3/4] net/zxdh: optimize Rx recv pkts performance
  ` [PATCH v8 4/4] net/zxdh: optimize Tx xmit "

[PATCH 0/3] Cleanup rte_dpaa_device
 2026-06-25 11:23 UTC  (2+ messages)

DPDK release candidate 26.07-rc1
 2026-06-25 10:51 UTC 

[PATCH 1/2] eal: return error on devargs truncation in hotplug MP messages
 2026-06-25  7:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] dev: skip multi-process in hotplug
 2026-06-25  7:22 UTC 

[PATCH v3 0/2] Extend NUMA nodes limit
 2026-06-25  6:01 UTC  (3+ messages)

[PATCH 00/18] Wangxun Fixes
 2026-06-25  3:20 UTC  (7+ messages)
` [PATCH v10 00/21] "
  ` [PATCH v10 13/21] net/txgbe: fix link stability for 40G NIC

[PATCH v1 1/2] dts: add code coverage reporting to DTS
 2026-06-25  2:34 UTC  (3+ messages)
` [PATCH v3 "

[RFC 0/7] prepare deprecation of rte_atomicNN_*() family
 2026-06-25  2:32 UTC  (5+ messages)
` [PATCH v4 00/27] deprecate rte_atomicNN family
  ` [PATCH v4 15/27] net/netvsc: replace rte_atomic32 with stdatomic
    ` [EXTERNAL] "

[PATCH 0/2] fix Rx split in testpmd
 2026-06-24 23:03 UTC  (3+ messages)
` [PATCH 1/2] dts: simplify packet check in Rx split
` [PATCH 2/2] app/testpmd: fix runtime config of "

[PATCH v4] pcapng: add user-supplied timestamp support
 2026-06-24 22:17 UTC  (4+ messages)
` [PATCH v5] "

[v2] crypto/qat: require IPsec MB for HMAC precomputes
 2026-06-24 20:04 UTC  (3+ messages)
` [v3] "
  ` [EXTERNAL] "

[PATCH] examples: use strlcpy and strlcat
 2026-06-24 20:03 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] crypto/cnxk: fix out of place AES GCM
 2026-06-24 19:46 UTC  (3+ messages)

[v1] crypto/cnxk: add ML crypto support
 2026-06-24 19:42 UTC  (3+ messages)
` [v2] "

[PATCH v2 1/2] app/crypto-perf: support ML KEM
 2026-06-24 19:39 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