DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-23 10:55:08 to 2026-06-23 16:15:01 UTC [more...]

[PATCH v2 00/25] bpf: test and fix issues in verifier
 2026-06-23 16:14 UTC  (5+ messages)
` [PATCH v3 05/25] bpf/validate: introduce debugging interface

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

[PATCH v6 0/4] net/zxdh: optimize Rx/Tx path performance
 2026-06-23 15:54 UTC  (3+ messages)
` [PATCH v7 "

[PATCH 0/4] bpf/arm64: add BPF_ABS/BPF_IND packet load support
 2026-06-23 15:51 UTC  (5+ messages)
` [PATCH v3 0/6] bpf: JIT related bug fixes
  ` [PATCH v3 6/6] test/bpf: check that bpf_convert can be JIT'd

[PATCH v2 0/9] ENETC driver related changes series
 2026-06-23 15:46 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] examples: use strlcpy and strlcat
 2026-06-23 15:41 UTC 

[PATCH] app: remove use of strncpy
 2026-06-23 14:50 UTC 

[PATCH v3 00/25] bpf: test and fix issues in verifier
 2026-06-23 14:32 UTC  (26+ messages)
` [PATCH v4 00/24] "
  ` [PATCH v4 01/24] bpf: format and dump jlt, jle, jslt, and jsle
  ` [PATCH v4 02/24] bpf: add format instruction function
  ` [PATCH v4 03/24] bpf/validate: break on error in evaluate
  ` [PATCH v4 04/24] bpf/validate: expand comments in evaluate cycle
  ` [PATCH v4 05/24] bpf/validate: introduce debugging interface
  ` [PATCH v4 06/24] bpf/validate: fix BPF_ADD of pointer to a scalar
  ` [PATCH v4 07/24] bpf/validate: fix BPF_LDX | EBPF_DW signed range
  ` [PATCH v4 08/24] test/bpf_validate: add setup and basic tests
  ` [PATCH v4 09/24] test/bpf_validate: add harness for pointer tests
  ` [PATCH v4 10/24] bpf/validate: fix EBPF_JSLT | BPF_X evaluation
  ` [PATCH v4 11/24] bpf/validate: fix BPF_NEG of INT64_MIN and 0
  ` [PATCH v4 12/24] bpf/validate: fix BPF_DIV and BPF_MOD signed part
  ` [PATCH v4 13/24] bpf/validate: fix BPF_MUL ranges minimum typo
  ` [PATCH v4 14/24] bpf/validate: fix BPF_MUL signed overflow UB
  ` [PATCH v4 15/24] bpf/validate: fix BPF_JGT/EBPF_JSGT no-jump max
  ` [PATCH v4 16/24] bpf/validate: fix BPF_JMP source range calculation
  ` [PATCH v4 17/24] bpf/validate: fix BPF_JMP empty range handling
  ` [PATCH v4 18/24] bpf/validate: fix BPF_AND min calculations
  ` [PATCH v4 19/24] bpf/validate: fix BPF_LSH shift-out-of-bounds UB
  ` [PATCH v4 20/24] bpf/validate: fix BPF_OR min calculations
  ` [PATCH v4 21/24] bpf/validate: fix BPF_SUB signed max zero case
  ` [PATCH v4 22/24] bpf/validate: fix BPF_XOR signed min calculation
  ` [PATCH v4 23/24] bpf/validate: prevent overflow when building graph
  ` [PATCH v4 24/24] doc: add release notes for BPF validation fixes

[PATCH 0/3] lib: remove use of strncpy
 2026-06-23 14:19 UTC  (4+ messages)
` [PATCH 1/3] ethdev: "
` [PATCH 2/3] eventdev: improve bounds checks for names in adapter create
` [PATCH 3/3] vhost: remove use of strncpy

[PATCH] graph: add optional profiling stats
 2026-06-23 14:10 UTC  (8+ messages)
` [PATCH v5] "

DPDK Release Status Meeting 2026-06-23
 2026-06-23 14:02 UTC 

[PATCH v3 1/1] pcapng: add user-supplied timestamp support
 2026-06-23 14:10 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] common/cnxk: fix inline dev null dereference
 2026-06-23 13:35 UTC  (2+ messages)

[PATCH] net/mlx5: fix double free in vectorized Rx recovery
 2026-06-23 12:50 UTC  (2+ messages)

[PATCH v1 0/5] prefix lcore role enum values
 2026-06-23 11:52 UTC  (6+ messages)

[PATCH 0/4] Wangxun new feature
 2026-06-23 11:38 UTC  (6+ messages)
` [PATCH v3 0/4] Wangxun fixes and new features
  ` [PATCH v3 1/4] net/ngbe: implement USO support
  ` [PATCH v3 2/4] net/txgbe: "
  ` [PATCH v3 3/4] net/txgbe: add support for VF sensing PF down
  ` [PATCH v3 4/4] net/txgbe: add VF support for Amber-Lite 40G NIC

[PATCH 00/13] Bus cleanup infrastructure and fixes
 2026-06-23 11:25 UTC  (13+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 02/11] dma/idxd: remove next pointer in bus specific device
  ` [PATCH v3 03/11] bus/vdev: remove driver setting in probe
  ` [PATCH v3 04/11] bus/pci: fix mapping leak in bus cleanup
  ` [PATCH v3 05/11] bus/vmbus: fix interrupt leak in cleanup
  ` [PATCH v3 06/11] bus/vmbus: allocate interrupt during probing
  ` [PATCH v3 07/11] bus/ifpga: "
  ` [PATCH v3 08/11] bus: align unplug with device probe
  ` [PATCH v3 09/11] bus: implement cleanup in EAL
  ` [PATCH v3 10/11] bus/vmbus: store name in bus specific device
  ` [PATCH v3 11/11] bus/vmbus: support unplug

[PATCH] net/intel: fix use of non-recommended string functions
 2026-06-23 11:22 UTC 


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