DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-24 11:54:40 to 2026-06-24 20:04:29 UTC [more...]

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

[PATCH 0/3] Fixes for inline ipsec test cases
 2026-06-24 19:09 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v2 0/3] update tests with CN20K support
 2026-06-24 18:58 UTC  (2+ messages)

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

[PATCH v1] dts: report dut/NIC info during DTS run
 2026-06-24 18:44 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/4] bpf/arm64: add BPF_ABS/BPF_IND packet load support
 2026-06-24 17:55 UTC  (15+ messages)
` [PATCH v4 0/7] bpf: JIT related bug fixes
  ` [PATCH v4 3/7] test/bpf: add test for large shift
` [PATCH v5 0/9] bpf: JIT related bug fixes
  ` [PATCH v5 1/9] bpf/x86: fix JIT encoding of fixed-width immediates
  ` [PATCH v5 2/9] test/bpf: add JSET test with small immediate
  ` [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 6/9] bpf/arm64: fix offset type to allow a negative jump
  ` [PATCH v5 7/9] bpf/arm64: add BPF_ABS/BPF_IND packet load support
  ` [PATCH v5 8/9] test/bpf: check that JIT was generated
  ` [PATCH v5 9/9] test/bpf: check that bpf_convert can be JIT'd

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

[PATCH v1] dts: update dts check format script and resolve errors
 2026-06-24 16:47 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 00/18] Wangxun Fixes
 2026-06-24 16:43 UTC  (14+ messages)
` [PATCH v10 00/21] "
  ` [PATCH v10 11/21] net/txgbe: fix traffic class priority configuration
  ` [PATCH v10 13/21] net/txgbe: fix link stability for 40G NIC
  ` [PATCH v10 14/21] net/txgbe: fix link stability for Amber-Lite backplane mode
  ` [PATCH v10 15/21] net/txgbe: fix FEC mode configuration on 25G NIC
  ` [PATCH v10 16/21] net/txgbe: fix SFP module identification
  ` [PATCH v10 17/21] net/txgbe: fix get module info operation
  ` [PATCH v10 18/21] net/txgbe: fix get EEPROM operation
  ` [PATCH v10 19/21] net/txgbe: fix to reset Tx write-back pointer
  ` [PATCH v10 20/21] net/txgbe: fix to enable Tx desc check
  ` [PATCH v10 21/21] net/txgbe: fix temperature track for AML NIC

[PATCH v5 23/23] net/sxe2: update sxe2 feature matrix docs
 2026-06-24 16:38 UTC  (3+ messages)
` [PATCH v6 00/23] net/sxe2: added Linkdata sxe2 ethernet driver

[PATCH] checkpatches: suppress warnings about msleep()
 2026-06-24 16:25 UTC 

[PATCH] net/virtio-user: fix eventfd sharing in secondary process
 2026-06-24 15:16 UTC  (3+ messages)

[PATCH] vhost/crypto: fix segfault
 2026-06-24 14:20 UTC 

[PATCH 0/5] add versioned symbols for recently stabilized APIs
 2026-06-24 13:13 UTC  (6+ 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] graph: add optional profiling stats
 2026-06-24 13:09 UTC  (10+ messages)
` [PATCH v5] "

[PATCH] net/intel: fix use of non-recommended string functions
 2026-06-24 12:33 UTC  (3+ messages)


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