DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-25 13:35:02 to 2026-06-26 18:47:05 UTC [more...]

[PATCH] examples: Fix vm_power_manager scratch area to /run/dpdk/powermanager
 2026-06-26 18:46 UTC  (6+ messages)
      ` [PATCH] examples: Fix vm_power_manager scratch area to /run/dpdk/powermonitor

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

[PATCH 1/2] eal: return error on devargs truncation in hotplug MP messages
 2026-06-26 18:20 UTC  (4+ messages)
` [PATCH v2] "
    ` [EXTERNAL] "

[PATCH] dev: skip multi-process in hotplug
 2026-06-26 18:09 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH 0/5] crypto: use timing-safe digest comparison
 2026-06-26 17:11 UTC  (7+ 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 v4 00/19] dpaa: driver stability and feature improvements
 2026-06-26 16:59 UTC  (22+ messages)
` [PATCH v5 00/19] DPAA bus/net/mempool/DMA driver fixes and improvements
  ` [PATCH v5 01/19] bus/dpaa: refine fman naming and fix global scope
  ` [PATCH v5 02/19] bus/dpaa: scan max BPID from DTS
  ` [PATCH v5 03/19] drivers: add BMI Tx statistics
  ` [PATCH v5 04/19] drivers: add process-type guards for secondary process
  ` [PATCH v5 05/19] bus/dpaa: define helpers for qman channel and wq
  ` [PATCH v5 06/19] drivers: shutdown DPAA FQ by fq descriptor
  ` [PATCH v5 07/19] bus/dpaa: improve FQ shutdown with channel validation
  ` [PATCH v5 08/19] bus/dpaa: enhance DPAA FQ shutdown
  ` [PATCH v5 09/19] drivers: add DPAA cgrid cleanup support
  ` [PATCH v5 10/19] net/dpaa: clean Tx confirmation FQ on device stop
  ` [PATCH v5 11/19] net/dpaa: remove redundant FQ shutdown from Rx queue setup
  ` [PATCH v5 12/19] net/dpaa: optimize FM deconfig
  ` [PATCH v5 13/19] bus/dpaa: improve log macro and fix bus detection
  ` [PATCH v5 14/19] net/dpaa: optimize FMC MAC type parsing
  ` [PATCH v5 15/19] net/dpaa: report error on using deferred start
  ` [PATCH v5 16/19] drivers: optimize DPAA multi-entry buffer pool operations
  ` [PATCH v5 17/19] drivers: release DPAA bpid on driver destructor
  ` [PATCH v5 18/19] dma/dpaa: add SG data validation and ERR050757 fix
  ` [PATCH v5 19/19] net/dpaa: add ONIC port checks

[PATCH v1 1/5] eal: fix wrong log message in async IPC request
 2026-06-26 15:08 UTC  (16+ 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 v7 0/6] IPC fixes
  ` [PATCH v7 1/6] eal: fix wrong log message in async IPC request
  ` [PATCH v7 2/6] eal: use request ID instead of pointers
  ` [PATCH v7 3/6] eal: avoid deadlock in async IPC alarm callback
  ` [PATCH v7 4/6] eal: fix async IPC memory leaks on partial failure
  ` [PATCH v7 5/6] eal: fix memory leak in async IPC secondary path
  ` [PATCH v7 6/6] eal: fix async IPC callback not fired when no peers

[PATCH v5] pcapng: add user-supplied timestamp support
 2026-06-26 15:04 UTC  (3+ messages)
` [v5] "

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

[PATCH v1 1/1] net/iavf: workaround for IRQ map size mismatch
 2026-06-26 14:25 UTC 

[PATCH] net/idpf: handle Tx of mbuf segments larger than 16k
 2026-06-26 13:43 UTC  (2+ messages)
` [PATCH] net/idpf: fix Tx of large mbuf segments

[PATCH] vhost/crypto: fix segfault
 2026-06-26 10:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1 1/1] net/ice: fix NULL pointer dereference in DCF
 2026-06-26  9:49 UTC  (2+ messages)

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

[PATCH 0/3] net/intel: fix potential rx stats underflow
 2026-06-26  8:46 UTC  (8+ 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] examples/l3fwd-graph: remove redundant Tx queue limit
 2026-06-26  7:23 UTC  (9+ messages)
` [PATCH v3 0/6] examples: remove MAX_TX_QUEUE_PER_PORT
  ` [PATCH v3 1/6] examples/l3fwd-graph: remove redundant Tx queue limit
  ` [PATCH v3 2/6] examples/l3fwd: "
  ` [PATCH v3 3/6] examples/ip_fragmentation: "
  ` [PATCH v3 4/6] examples/ip_reassembly: "
  ` [PATCH v3 5/6] examples/ipv4_multicast: "
  ` [PATCH v3 6/6] examples: remove unused define

[PATCH v7 23/23] net/sxe2: update sxe2 feature matrix docs
 2026-06-26  5:36 UTC  (4+ messages)
` [PATCH v8 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
    `  "

[PATCH v7 0/4] net/zxdh: optimize Rx/Tx path performance
 2026-06-26  3:10 UTC  (4+ messages)
` [PATCH v8 "
  ` [v8,0/4] "

[PATCH] net/bnxt: fix ttxp backing store always configured
 2026-06-26  3:13 UTC 

[PATCH] AGENTS.md: add additional checks for crypto related code
 2026-06-25 23:05 UTC 

[PATCH v2 0/3] dma/ae4dma: add AMD AE4DMA DMA PMD
 2026-06-25 18:47 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] dma/ae4dma: introduce "
  ` [PATCH v3 2/3] dma/ae4dma: add control path operations
  ` [PATCH v3 3/3] dma/ae4dma: add data "

[PATCH v2 1/3] dma/ae4dma: introduce AMD AE4DMA DMA PMD
 2026-06-25 18:43 UTC  (2+ messages)

[PATCH v2 2/3] dma/ae4dma: add control path operations
 2026-06-25 18:42 UTC  (2+ messages)

[PATCH v2 1/3] dma/ae4dma: introduce AMD AE4DMA DMA PMD
 2026-06-25 18:41 UTC  (2+ messages)

[PATCH v1 1/2] dts: add code coverage reporting to DTS
 2026-06-25 18:15 UTC  (6+ messages)
` [PATCH v3 "
` [PATCH v4 "
  ` [PATCH v4 2/2] dts: add build arguments to test run configuration

[PATCH v3] dts: update dts check format script and resolve errors
 2026-06-25 17:22 UTC 

[PATCH v2 00/18] net/dpaa: bug fixes for bus, net and fmlib drivers
 2026-06-25 16:45 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2 0/4] add versioned symbols for recently stabilized APIs
 2026-06-25 16:12 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] build: support function versioning for drivers
  ` [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 v1] dts: report dut/NIC info during DTS run
 2026-06-25 15:47 UTC  (5+ messages)
` [PATCH v4] "
` [PATCH v5] "

[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


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