DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 06:42:27 to 2026-05-22 10:26:50 UTC [more...]

[PATCH] net/iavf: fix VF reset race and stale ARQ message handling
 2026-05-22 10:26 UTC  (2+ messages)

[PATCH] net/mlx5: use port index as representor index
 2026-05-22 10:19 UTC 

[PATCH v1 1/1] net/iavf: fix large VF IRQ mapping
 2026-05-22  9:58 UTC  (6+ messages)

[PATCH] net/txgbe: fix AML mailbox lock acquisition
 2026-05-22  8:54 UTC  (2+ messages)

[PATCH 0/2] extend interactive telemetry script
 2026-05-22  7:51 UTC  (5+ messages)
` [PATCH 1/2] usertools/telemetry: add a FOREACH command
` [PATCH 2/2] usertools/telemetry: support using aliases for long commands

[PATCH v3 0/2] net/mana: add device reset support
 2026-05-22  6:59 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] net/mana: add documentation for "

[PATCH v3 00/10] power: centralize lcore ID verification in cpufreq framework
 2026-05-22  4:11 UTC  (11+ messages)
` [PATCH v3 01/10] eal: add interface to check if lcore is EAL managed
` [PATCH v3 02/10] power: add a common macro to verify lcore ID
` [PATCH v3 03/10] power/cpufreq: add the lcore ID verification to framework
` [PATCH v3 04/10] power/acpi: remove redundant lcore ID checks
` [PATCH v3 05/10] power/amd_pstate: "
` [PATCH v3 06/10] power/cppc: "
` [PATCH v3 07/10] power/intel_pstate: "
` [PATCH v3 08/10] power/kvm_vm: "
` [PATCH v3 09/10] power: allow the service core to config power QoS
` [PATCH v3 10/10] power: add lcore ID check for PMD mgmt

[PATCH 0/2] support driver forward compatibility
 2026-05-22  1:05 UTC  (4+ messages)
` [PATCH 1/2] bus/uacce: "

[PATCH 0/2] enhance telemetry list endpoint with device name
 2026-05-22  0:42 UTC  (18+ messages)
` [PATCH 1/2] dmadev: include device name in telemetry list output
` [PATCH v2 0/2] Add list names telemetry endpoint
  ` [PATCH v2 1/2] dmadev: add telemetry endpoint for list names
  ` [PATCH v2 2/2] ethdev: "

[PATCH v7 0/4] devtools: add AI-assisted code review tools
 2026-05-21 22:44 UTC  (15+ messages)
` [PATCH v14 0/6] Add AGENTS.md and scripts for AI code review
  ` [PATCH v14 1/6] doc: add AGENTS.md for AI code review tools
  ` [PATCH v14 3/6] devtools: add compare-reviews.sh for multi-provider analysis
` [PATCH v15 0/6] Add AI code review tools and AGENTS
  ` [PATCH v15 1/7] doc: add AGENTS.md for AI code review tools
  ` [PATCH v15 2/7] devtools: add common infrastructure for AI review scripts
  ` [PATCH v15 3/7] devtools: add multi-provider AI patch review script
  ` [PATCH v15 4/7] devtools: add compare-patch-reviews.sh for multi-provider analysis
  ` [PATCH v15 5/7] devtools: add multi-provider AI documentation review script
  ` [PATCH v15 6/7] doc: add AI-assisted patch review to contributing guide
  ` [PATCH v15 7/7] MAINTAINERS: add section for AI review tools

[PATCH] eal/x86: reduce memcpy code duplication
 2026-05-21 22:42 UTC  (6+ messages)
` [PATCH v9] eal/x86: optimize memcpy of small sizes
  ` [TEST PATCH "
` [PATCH v11] "

[RFC 0/7] prepare deprecation of rte_atomicNN_*() family
 2026-05-21 18:04 UTC  (22+ messages)
` [RFC 1/7] doc: update versions in deprecation file
` [RFC 2/7] eal: reimplement rte_smp_*mb with rte_atomic_thread_fence
` [RFC 3/7] ring: use C11 atomic operations for MP/SP head/tail
` [RFC 4/7] net/zxdh: work around GCC bitfield uninit false positive
` [RFC 5/7] net/bonding: use stdatomic
` [RFC 6/7] net/nbl: remove unused rte_atomic16 field
` [RFC 7/7] config: use RTE_FORCE_INTRINSICS on all platforms
` [RFC v2 00/11] prepare deprecation of rte_atomicNN_*() family
  ` [RFC v2 01/11] eal: use intrinsics for rte_atomic on all platforms
  ` [RFC v2 02/11] eal: reimplement rte_smp_*mb with rte_atomic_thread_fence
  ` [RFC v2 03/11] ring: use C11 atomic operations for MP/SP head/tail
  ` [RFC v2 04/11] net/bonding: use stdatomic
  ` [RFC v2 05/11] net/nbl: remove unused rte_atomic16 field
  ` [RFC v2 06/11] net/ena: replace use of rte_atomicNN
  ` [RFC v2 07/11] net/failsafe: convert to stdatomic
  ` [RFC v2 08/11] net/enic: do not use deprecated rte_atomic64
  ` [RFC v2 09/11] net/pfe: use ethdev linkstatus helpers
  ` [RFC v2 10/11] net/sfc: replace rte_atomic with stdatomic
  ` [RFC v2 11/11] crypto/ccp: replace use of rte_atomic64 "

[PATCH 00/10] e1000 base code update
 2026-05-21 16:47 UTC  (13+ messages)
` [PATCH 01/10] net/e1000/base: refactor K1 exit timeout configuration
` [PATCH 02/10] net/e1000/base: fix typo in e1000 base code
` [PATCH 03/10] net/e1000/base: fix possible variable overflow
` [PATCH 04/10] net/e1000/base: reclassify MAC type
` [PATCH 05/10] net/e1000/base: clear DPG enable bit post MAC reset
` [PATCH 06/10] net/e1000/base: fix coding style issues
` [PATCH 07/10] net/e1000/base: fix NVM loop bounds and pointer access
` [PATCH 08/10] net/e1000/base: propagate PHY control register write error
` [PATCH 09/10] net/e1000/base: auto-negotiation status for 1000BASE-T
` [PATCH 10/10] net/e1000/base: update version info

[PATCH] net/mlx5: remove nonsensical flow action class_id checks
 2026-05-21 16:23 UTC  (2+ messages)

[PATCH 0/6] net/gve: add hardware timestamping support
 2026-05-21 16:10 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] Windows: fix core count on NUMA with more than 64 cores per node
 2026-05-21 15:26 UTC  (3+ messages)

[PATCH v18 11/11] net/sxe2: implement Tx done cleanup
 2026-05-21 15:16 UTC  (4+ messages)
` [PATCH v19 00/11]net/sxe2: fix logic errors and address feedback

[PATCH 1/2] net/af_packet: fix indentation
 2026-05-21 14:54 UTC  (4+ messages)
` [PATCH v6 0/3] af_packet: cleanup and add test
  ` [PATCH v6 3/3] test: add test for af_packet

[PATCH] dma/ae4dma: add AMD AE4DMA DMA PMD
 2026-05-21 14:28 UTC  (2+ messages)

[PATCH dpdk] net: fix L2 ptype assignment in VLAN loop
 2026-05-21 13:40 UTC  (12+ messages)
` [PATCH dpdk v5 0/5] Fix and improve VLAN/MPLS parsing in rte_net_get_ptype
  ` [PATCH dpdk v5 1/5] Revert "net: fix packet type for stacked VLAN"
  ` [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags

[PATCH] app/test-pmd: add generic PROG action parser support
 2026-05-21 10:13 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] net/mlx5: add validation for indirect actions
 2026-05-21 10:00 UTC  (3+ messages)
` [PATCH v3] "

[RFC PATCH 0/8] remove use of rte_memcpy from net/intel
 2026-05-21  9:48 UTC  (8+ messages)

[PATCH v2] net/mlx5: prepend implicit items in sync flow creation path
 2026-05-21  9:34 UTC  (5+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH] common/cnxk: fix VFIO MSI-X interrupt setup
 2026-05-21  8:26 UTC 

[PATCH 00/23] Consolidate bus driver infrastructure
 2026-05-21  8:13 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 19/23] dma/idxd: remove specific bus type

[DPDK/ethdev Bug 1948] bnxt: bnxt_hwrm_send_message timeout
 2026-05-21  8:03 UTC 

Memory management BoF summary (DPDK Summit 2026)
 2026-05-21  4:56 UTC  (2+ messages)

[PATCH] net/ena: use C11 atomic operations in platform header
 2026-05-21  4:07 UTC 

[PATCH] ring: fix zero-copy burst API documentation
 2026-05-21  3:00 UTC  (5+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH] linux/mem: atomically prefault hugepages in alloc_seg
 2026-05-20 17:08 UTC  (5+ messages)
` [PATCH] eal: fix data race in hugepage prefault

[PATCH] net/ice: improve log messages for DDP loading
 2026-05-20 15:52 UTC  (5+ messages)

[PATCH] net/ice: fix TM node ID validation against configured queues
 2026-05-20 15:24 UTC  (5+ messages)
` [PATCH v2] "

[V1 0/1] Add VXLAN TSO function
 2026-05-20 15:06 UTC  (3+ messages)
` [V1 1/1] net/hinic3: "

[PATCH v4 2/2] net/iavf: reuse device alarm for PHC sync
 2026-05-20 18:43 UTC  (3+ messages)
` [PATCH v5 0/2] Update Rx Timestamp in IAVF PMD

[PATCH v3 00/10] bpf: introduce extensible load API
 2026-05-20 12:49 UTC  (13+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 01/11] bpf: make logging prefixes more consistent
  ` [PATCH v4 02/11] bpf: introduce extensible load API
  ` [PATCH v4 03/11] bpf: support up to 5 arguments
  ` [PATCH v4 04/11] bpf: add cBPF origin to rte_bpf_load_ex
  ` [PATCH v4 05/11] bpf: support rte_bpf_prm_ex with port callbacks
  ` [PATCH v4 06/11] bpf: support loading ELF files from memory
  ` [PATCH v4 07/11] test/bpf: test loading cBPF directly
  ` [PATCH v4 08/11] test/bpf: test loading ELF file from memory
  ` [PATCH v4 09/11] doc: add release notes for new extensible BPF API
  ` [PATCH v4 10/11] doc: add load API to BPF programmer's guide
  ` [PATCH v4 11/11] test/bpf: add tests for error handling contracts

[PATCH 0/6] net/idpf: fix split queue AVX2 datapath
 2026-05-20 12:36 UTC  (14+ messages)
` [PATCH 1/6] net/idpf: fix gen bit extraction in split queue AVX2 Rx
` [PATCH 2/6] net/idpf: fix DD bit byte offset "
` [PATCH 3/6] net/idpf: fix mbuf initializer source "
` [PATCH 4/6] net/idpf: fix ptype insert position "
` [PATCH 5/6] net/idpf: fix split queue AVX2 Tx buffer size shift
` [PATCH 6/6] net/idpf: fix split queue AVX2 Tx burst and completion

[PATCH 0/3] i40e base code update
 2026-05-20 10:17 UTC  (2+ messages)

[PATCH v1 2/2] doc: update recommended matching versions for cpfl and idpf
 2026-05-20 22:03 UTC  (4+ messages)
` [PATCH v2 0/2] Update IDPF Base Code
  ` [PATCH v2 1/2] net/idpf/base: add MMG device IDs
  ` [PATCH v2 2/2] doc: update recommended matching versions for cpfl and idpf

[V0 0/1] Add VXLAN TSO function
 2026-05-20  6:41 UTC  (2+ messages)
` [V0 1/1] "


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