dev
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/05/22
Re: [RFC v2 00/11] prepare deprecation of rte_atomicNN_*() family
Bruce Richardson
2026/05/22
[PATCH v2 3/3] usertools/telemetry: add help support
Bruce Richardson
2026/05/22
[PATCH v2 2/3] usertools/telemetry: support using aliases for long commands
Bruce Richardson
2026/05/22
[PATCH v2 1/3] usertools/telemetry: add a FOREACH command
Bruce Richardson
2026/05/22
[PATCH v2 0/3] extend interactive telemetry script
Bruce Richardson
2026/05/22
RE: [PATCH] net/iavf: fix VF reset race and stale ARQ message handling
Loftus, Ciara
2026/05/22
[PATCH] net/mlx5: use port index as representor index
Dariusz Sosnowski
2026/05/22
RE: [PATCH v1 1/1] net/iavf: fix large VF IRQ mapping
Morten Brørup
2026/05/22
Re: [PATCH v1 1/1] net/iavf: fix large VF IRQ mapping
Burakov, Anatoly
2026/05/22
RE: [PATCH] net/txgbe: fix AML mailbox lock acquisition
Zaiyu Wang
2026/05/22
Re: [PATCH 0/2] extend interactive telemetry script
Bruce Richardson
2026/05/22
[PATCH v3 2/2] net/mana: add documentation for device reset support
Wei Hu
2026/05/22
[PATCH v3 1/2] net/mana: add device reset support
Wei Hu
2026/05/22
[PATCH v3 0/2] net/mana: add device reset support
Wei Hu
2026/05/21
[PATCH] net/txgbe: fix AML mailbox lock acquisition
Stephen Hemminger
2026/05/21
[PATCH v3 09/10] power: allow the service core to config power QoS
Huisong Li
2026/05/21
[PATCH v3 10/10] power: add lcore ID check for PMD mgmt
Huisong Li
2026/05/21
[PATCH v3 06/10] power/cppc: remove redundant lcore ID checks
Huisong Li
2026/05/21
[PATCH v3 08/10] power/kvm_vm: remove redundant lcore ID checks
Huisong Li
2026/05/21
[PATCH v3 07/10] power/intel_pstate: remove redundant lcore ID checks
Huisong Li
2026/05/21
[PATCH v3 04/10] power/acpi: remove redundant lcore ID checks
Huisong Li
2026/05/21
[PATCH v3 05/10] power/amd_pstate: remove redundant lcore ID checks
Huisong Li
2026/05/21
[PATCH v3 00/10] power: centralize lcore ID verification in cpufreq framework
Huisong Li
2026/05/21
[PATCH v3 03/10] power/cpufreq: add the lcore ID verification to framework
Huisong Li
2026/05/21
[PATCH v3 01/10] eal: add interface to check if lcore is EAL managed
Huisong Li
2026/05/21
[PATCH v3 02/10] power: add a common macro to verify lcore ID
Huisong Li
2026/05/21
Re: [PATCH 1/2] bus/uacce: support driver forward compatibility
fengchengwen
2026/05/21
Re: [PATCH 0/2] extend interactive telemetry script
fengchengwen
2026/05/21
Re: [PATCH v2 2/2] ethdev: add telemetry endpoint for list names
fengchengwen
2026/05/21
[PATCH v15 7/7] MAINTAINERS: add section for AI review tools
Stephen Hemminger
2026/05/21
[PATCH v15 6/7] doc: add AI-assisted patch review to contributing guide
Stephen Hemminger
2026/05/21
[PATCH v15 5/7] devtools: add multi-provider AI documentation review script
Stephen Hemminger
2026/05/21
[PATCH v15 4/7] devtools: add compare-patch-reviews.sh for multi-provider analysis
Stephen Hemminger
2026/05/21
[PATCH v15 3/7] devtools: add multi-provider AI patch review script
Stephen Hemminger
2026/05/21
[PATCH v15 1/7] doc: add AGENTS.md for AI code review tools
Stephen Hemminger
2026/05/21
[PATCH v15 2/7] devtools: add common infrastructure for AI review scripts
Stephen Hemminger
2026/05/21
[PATCH v15 0/6] Add AI code review tools and AGENTS
Stephen Hemminger
2026/05/21
Re: [PATCH v11] eal/x86: optimize memcpy of small sizes
Stephen Hemminger
2026/05/21
Re: [PATCH v11] eal/x86: optimize memcpy of small sizes
Stephen Hemminger
2026/05/21
[PATCH v11] eal/x86: optimize memcpy of small sizes
Morten Brørup
2026/05/21
[RFC v2 11/11] crypto/ccp: replace use of rte_atomic64 with stdatomic
Stephen Hemminger
2026/05/21
[RFC v2 10/11] net/sfc: replace rte_atomic with stdatomic
Stephen Hemminger
2026/05/21
[RFC v2 09/11] net/pfe: use ethdev linkstatus helpers
Stephen Hemminger
2026/05/21
[RFC v2 08/11] net/enic: do not use deprecated rte_atomic64
Stephen Hemminger
2026/05/21
[RFC v2 07/11] net/failsafe: convert to stdatomic
Stephen Hemminger
2026/05/21
[RFC v2 05/11] net/nbl: remove unused rte_atomic16 field
Stephen Hemminger
2026/05/21
[RFC v2 06/11] net/ena: replace use of rte_atomicNN
Stephen Hemminger
2026/05/21
[RFC v2 03/11] ring: use C11 atomic operations for MP/SP head/tail
Stephen Hemminger
2026/05/21
[RFC v2 04/11] net/bonding: use stdatomic
Stephen Hemminger
2026/05/21
[RFC v2 02/11] eal: reimplement rte_smp_*mb with rte_atomic_thread_fence
Stephen Hemminger
2026/05/21
[RFC v2 01/11] eal: use intrinsics for rte_atomic on all platforms
Stephen Hemminger
2026/05/21
[RFC v2 00/11] prepare deprecation of rte_atomicNN_*() family
Stephen Hemminger
2026/05/21
Re: [PATCH 00/10] e1000 base code update
Bruce Richardson
2026/05/21
Re: [PATCH 05/10] net/e1000/base: clear DPG enable bit post MAC reset
Bruce Richardson
2026/05/21
Re: [PATCH] net/mlx5: remove nonsensical flow action class_id checks
Dariusz Sosnowski
2026/05/21
Re: [PATCH v2 0/6] net/gve: add hardware timestamping support
Joshua Washington
2026/05/21
Re: [RFC 3/7] ring: use C11 atomic operations for MP/SP head/tail
Wathsala Vithanage
2026/05/21
Re: [PATCH v2 2/2] ethdev: add telemetry endpoint for list names
Bruce Richardson
2026/05/21
Re: [RFC 2/7] eal: reimplement rte_smp_*mb with rte_atomic_thread_fence
Wathsala Vithanage
2026/05/21
[PATCH 2/2] usertools/telemetry: support using aliases for long commands
Bruce Richardson
2026/05/21
[PATCH 1/2] usertools/telemetry: add a FOREACH command
Bruce Richardson
2026/05/21
[PATCH 0/2] extend interactive telemetry script
Bruce Richardson
2026/05/21
Re: [PATCH] Windows: fix core count on NUMA with more than 64 cores per node
Dmitry Kozlyuk
2026/05/21
Re: [PATCH v2 2/2] ethdev: add telemetry endpoint for list names
Bruce Richardson
2026/05/21
Re: [PATCH v19 00/11]net/sxe2: fix logic errors and address feedback
Thomas Monjalon
2026/05/21
Re: [PATCH v6 3/3] test: add test for af_packet
Thomas Monjalon
2026/05/21
Re: [PATCH] Windows: fix core count on NUMA with more than 64 cores per node
David Marchand
2026/05/21
Re: [PATCH v2 2/2] ethdev: add telemetry endpoint for list names
Stephen Hemminger
2026/05/21
Re: [PATCH] dma/ae4dma: add AMD AE4DMA DMA PMD
David Marchand
2026/05/21
Re: [PATCH v14 3/6] devtools: add compare-reviews.sh for multi-provider analysis
Thomas Monjalon
2026/05/21
Re: [PATCH v14 1/6] doc: add AGENTS.md for AI code review tools
Thomas Monjalon
2026/05/21
Re: [PATCH v14 0/6] Add AGENTS.md and scripts for AI code review
Thomas Monjalon
2026/05/21
Re: [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags
Robin Jarry
2026/05/21
Re: [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags
Kevin Traynor
2026/05/21
Re: [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags
Kevin Traynor
2026/05/21
Re: [PATCH 1/2] bus/uacce: support driver forward compatibility
David Marchand
2026/05/21
RE: [PATCH v2 2/2] ethdev: add telemetry endpoint for list names
Morten Brørup
2026/05/21
Re: [PATCH v2 2/2] ethdev: add telemetry endpoint for list names
fengchengwen
2026/05/21
[TEST PATCH v9] eal/x86: optimize memcpy of small sizes
Morten Brørup
2026/05/21
[PATCH v2] app/test-pmd: add generic PROG action parser support
Megha Ajmera
2026/05/21
Re: [PATCH v3] net/mlx5: add validation for indirect actions
Dariusz Sosnowski
2026/05/21
Re: [RFC PATCH 0/8] remove use of rte_memcpy from net/intel
Bruce Richardson
2026/05/21
Re: [PATCH v3] net/mlx5: prepend implicit items in sync flow creation path
Dariusz Sosnowski
2026/05/21
Re: [PATCH v4] net/mlx5: prepend implicit items in sync flow creation path
Dariusz Sosnowski
2026/05/21
[PATCH] common/cnxk: fix VFIO MSI-X interrupt setup
pbhagavatula
2026/05/21
Re: [PATCH v2 00/23] Consolidate bus driver infrastructure
Bruce Richardson
2026/05/21
[DPDK/ethdev Bug 1948] bnxt: bnxt_hwrm_send_message timeout
bugzilla
2026/05/21
Re: [PATCH v2 19/23] dma/idxd: remove specific bus type
David Marchand
2026/05/20
[PATCH] app/test-pmd: add generic PROG action parser support
Megha Ajmera
2026/05/20
Re: Memory management BoF summary (DPDK Summit 2026)
Mattias Rönnblom
2026/05/20
[RFC 7/7] config: use RTE_FORCE_INTRINSICS on all platforms
Stephen Hemminger
2026/05/20
[RFC 6/7] net/nbl: remove unused rte_atomic16 field
Stephen Hemminger
2026/05/20
[RFC 5/7] net/bonding: use stdatomic
Stephen Hemminger
2026/05/20
[RFC 4/7] net/zxdh: work around GCC bitfield uninit false positive
Stephen Hemminger
2026/05/20
[RFC 3/7] ring: use C11 atomic operations for MP/SP head/tail
Stephen Hemminger
2026/05/20
[RFC 2/7] eal: reimplement rte_smp_*mb with rte_atomic_thread_fence
Stephen Hemminger
2026/05/20
[RFC 1/7] doc: update versions in deprecation file
Stephen Hemminger
2026/05/20
[RFC 0/7] prepare deprecation of rte_atomicNN_*() family
Stephen Hemminger
2026/05/20
[PATCH] net/ena: use C11 atomic operations in platform header
Stephen Hemminger
2026/05/20
[PATCH v4] ring: fix zero-copy burst API documentation
Zhiguang Jin
2026/05/20
Re: [PATCH v3] ring: fix zero-copy burst API documentation
jinzhiguang
2026/05/20
Re: [PATCH v2 19/23] dma/idxd: remove specific bus type
Bruce Richardson
2026/05/20
[PATCH] eal: fix data race in hugepage prefault
Stephen Hemminger
2026/05/20
Re: [PATCH] linux/mem: atomically prefault hugepages in alloc_seg
Stephen Hemminger
2026/05/20
Re: [PATCH] linux/mem: atomically prefault hugepages in alloc_seg
Stephen Hemminger
2026/05/20
Re: [RFC PATCH 0/8] remove use of rte_memcpy from net/intel
Stephen Hemminger
2026/05/20
Re: [PATCH] net/ice: improve log messages for DDP loading
Bruce Richardson
2026/05/20
Re: [PATCH] net/ice: improve log messages for DDP loading
Bruce Richardson
2026/05/20
Re: [PATCH] net/ice: improve log messages for DDP loading
David Marchand
2026/05/20
Re: [PATCH v19 00/11]net/sxe2: fix logic errors and address feedback
Stephen Hemminger
2026/05/20
Re: [PATCH v2] net/ice: fix TM node ID validation against configured queues
Bruce Richardson
2026/05/20
[PATCH v2] net/ice: fix TM node ID validation against configured queues
Ciara Loftus
2026/05/20
Re: [V1 1/1] net/hinic3: Add VXLAN TSO function
Stephen Hemminger
2026/05/20
RE: [PATCH] net/ice: fix TM node ID validation against configured queues
Loftus, Ciara
2026/05/20
Re: [PATCH 1/2] dmadev: include device name in telemetry list output
Stephen Hemminger
2026/05/20
Re: [PATCH v2 2/2] ethdev: add telemetry endpoint for list names
Bruce Richardson
2026/05/20
Re: [PATCH] linux/mem: atomically prefault hugepages in alloc_seg
Stephen Hemminger
2026/05/20
Re: [PATCH 0/2] enhance telemetry list endpoint with device name
Stephen Hemminger
2026/05/20
Re: [RFC PATCH 0/8] remove use of rte_memcpy from net/intel
Bruce Richardson
2026/05/20
Re: [PATCH v5 0/2] Update Rx Timestamp in IAVF PMD
Bruce Richardson
2026/05/20
RE: [RFC PATCH 0/8] remove use of rte_memcpy from net/intel
Morten Brørup
2026/05/20
RE: [PATCH v2 2/2] ethdev: add telemetry endpoint for list names
Morten Brørup
2026/05/20
[PATCH] net/mlx5: remove nonsensical flow action class_id checks
Adrian Schollmeyer
2026/05/20
[PATCH] linux/mem: atomically prefault hugepages in alloc_seg
Michal Sieron
2026/05/20
[PATCH 09/10] net/e1000/base: auto-negotiation status for 1000BASE-T
Ciara Loftus
2026/05/20
[PATCH 10/10] net/e1000/base: update version info
Ciara Loftus
2026/05/20
[PATCH 08/10] net/e1000/base: propagate PHY control register write error
Ciara Loftus
2026/05/20
[PATCH 07/10] net/e1000/base: fix NVM loop bounds and pointer access
Ciara Loftus
2026/05/20
[PATCH 06/10] net/e1000/base: fix coding style issues
Ciara Loftus
2026/05/20
[PATCH 05/10] net/e1000/base: clear DPG enable bit post MAC reset
Ciara Loftus
2026/05/20
[PATCH 03/10] net/e1000/base: fix possible variable overflow
Ciara Loftus
2026/05/20
[PATCH 04/10] net/e1000/base: reclassify MAC type
Ciara Loftus
2026/05/20
[PATCH 01/10] net/e1000/base: refactor K1 exit timeout configuration
Ciara Loftus
2026/05/20
[PATCH 02/10] net/e1000/base: fix typo in e1000 base code
Ciara Loftus
2026/05/20
[PATCH 00/10] e1000 base code update
Ciara Loftus
2026/05/20
[PATCH v4 11/11] test/bpf: add tests for error handling contracts
Marat Khalili
2026/05/20
[PATCH v4 10/11] doc: add load API to BPF programmer's guide
Marat Khalili
2026/05/20
[PATCH v4 09/11] doc: add release notes for new extensible BPF API
Marat Khalili
2026/05/20
[PATCH v4 08/11] test/bpf: test loading ELF file from memory
Marat Khalili
2026/05/20
[PATCH v4 07/11] test/bpf: test loading cBPF directly
Marat Khalili
2026/05/20
[PATCH v4 06/11] bpf: support loading ELF files from memory
Marat Khalili
2026/05/20
[PATCH v4 02/11] bpf: introduce extensible load API
Marat Khalili
2026/05/20
[PATCH v4 05/11] bpf: support rte_bpf_prm_ex with port callbacks
Marat Khalili
2026/05/20
[PATCH v4 04/11] bpf: add cBPF origin to rte_bpf_load_ex
Marat Khalili
2026/05/20
[PATCH v4 03/11] bpf: support up to 5 arguments
Marat Khalili
2026/05/20
[PATCH v4 01/11] bpf: make logging prefixes more consistent
Marat Khalili
2026/05/20
[PATCH v4 00/11] bpf: introduce extensible load API
Marat Khalili
2026/05/20
Re: [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags
David Marchand
2026/05/20
Re: [PATCH 0/6] net/idpf: fix split queue AVX2 datapath
Bruce Richardson
2026/05/20
Re: [PATCH 6/6] net/idpf: fix split queue AVX2 Tx burst and completion
Bruce Richardson
2026/05/20
Re: [PATCH 5/6] net/idpf: fix split queue AVX2 Tx buffer size shift
Bruce Richardson
2026/05/20
Re: [PATCH 4/6] net/idpf: fix ptype insert position in split queue AVX2 Rx
Bruce Richardson
2026/05/20
Re: [PATCH 3/6] net/idpf: fix mbuf initializer source in split queue AVX2 Rx
Bruce Richardson
2026/05/20
Re: [PATCH 2/6] net/idpf: fix DD bit byte offset in split queue AVX2 Rx
Bruce Richardson
2026/05/20
Re: [PATCH 1/6] net/idpf: fix gen bit extraction in split queue AVX2 Rx
Bruce Richardson
2026/05/20
Re: [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags
Robin Jarry
2026/05/20
Re: [PATCH dpdk v5 1/5] Revert "net: fix packet type for stacked VLAN"
Kevin Traynor
2026/05/20
Re: [PATCH 0/3] i40e base code update
Bruce Richardson
2026/05/20
Re: [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags
David Marchand
2026/05/20
Re: [PATCH dpdk v5 1/5] Revert "net: fix packet type for stacked VLAN"
David Marchand
2026/05/20
[PATCH v2 2/2] ethdev: add telemetry endpoint for list names
Chengwen Feng
2026/05/20
[PATCH v2 1/2] dmadev: add telemetry endpoint for list names
Chengwen Feng
2026/05/20
[PATCH v2 0/2] Add list names telemetry endpoint
Chengwen Feng
2026/05/20
[PATCH v2 2/2] doc: update recommended matching versions for cpfl and idpf
Soumyadeep Hore
2026/05/20
[PATCH v2 1/2] net/idpf/base: add MMG device IDs
Soumyadeep Hore
2026/05/20
[PATCH v2 0/2] Update IDPF Base Code
Soumyadeep Hore
2026/05/20
Re: [PATCH v3] ring: fix zero-copy burst API documentation
Thomas Monjalon
2026/05/20
Re: [PATCH 0/2] enhance telemetry list endpoint with device name
Bruce Richardson
2026/05/20
Re: [RFC PATCH 0/8] remove use of rte_memcpy from net/intel
Bruce Richardson
2026/05/20
Re: [PATCH 0/2] enhance telemetry list endpoint with device name
fengchengwen
2026/05/19
[V1 1/1] net/hinic3: Add VXLAN TSO function
Feifei Wang
2026/05/19
[V1 0/1] Add VXLAN TSO function
Feifei Wang
2026/05/19
[V0 0/1] Add VXLAN TSO function
Feifei Wang
2026/05/19
[V0 1/1] Add VXLAN TSO function
Feifei Wang
2026/05/19
RE: [EXTERNAL] Re: [PATCH v2 1/1] net/mana: add device reset support
Wei Hu
2026/05/19
[PATCH v5 2/2] net/iavf: remove PHC polling from Rx datapath
Soumyadeep Hore
2026/05/19
[PATCH v5 1/2] net/iavf: reuse device alarm for PHC sync
Soumyadeep Hore
2026/05/19
[PATCH v5 0/2] Update Rx Timestamp in IAVF PMD
Soumyadeep Hore
2026/05/19
RE: [PATCH 0/2] enhance telemetry list endpoint with device name
Morten Brørup
2026/05/19
[PATCH 0/2] enhance telemetry list endpoint with device name
Chengwen Feng
2026/05/19
[PATCH 1/2] dmadev: include device name in telemetry list output
Chengwen Feng
2026/05/19
[PATCH 2/2] ethdev: include device name in telemetry list output
Chengwen Feng
2026/05/19
RE: [PATCH v13 0/5] Support add/remove memory region and get-max-slots
Bathija, Pravin
2026/05/19
RE: [PATCH v13 4/5] vhost_user: Function defs for add/rem mem regions
Bathija, Pravin
2026/05/19
RE: [PATCH v13 3/5] vhost_user: support function defines for back-end
Bathija, Pravin
2026/05/19
RE: [PATCH v13 1/5] vhost: add user to mailmap and define to vhost hdr
Bathija, Pravin
2026/05/19
[PATCH v14 5/5] vhost: enable configure memory slots
pravin.bathija
2026/05/19
[PATCH v14 4/5] vhost: add mem region add/remove handlers
pravin.bathija
2026/05/19
[PATCH v14 2/5] vhost: header defines for add/rem mem region
pravin.bathija
2026/05/19
[PATCH v14 3/5] vhost: refactor memory helper functions
pravin.bathija
2026/05/19
[PATCH v14 1/5] vhost: add user to mailmap and define to vhost hdr
pravin.bathija
2026/05/19
[PATCH v14 0/5] Support add/remove memory region and get-max-slots
pravin.bathija
2026/05/19
[PATCH v19 04/11] drivers: add base driver skeleton
liujie5
2026/05/19
[PATCH v19 00/11]net/sxe2: fix logic errors and address feedback
liujie5
2026/05/19
[PATCH v19 10/11] net/sxe2: add vectorized Rx and Tx
liujie5
2026/05/19
[PATCH v19 09/11] drivers: add data path for Rx and Tx
liujie5
2026/05/19
[PATCH v19 11/11] net/sxe2: implement Tx done cleanup
liujie5
2026/05/19
[PATCH v19 08/11] net/sxe2: support queue setup and control
liujie5
2026/05/19
[PATCH v19 05/11] drivers: add base driver probe skeleton
liujie5
2026/05/19
[PATCH v19 06/11] drivers: support PCI BAR mapping
liujie5
Earlier messages
Later messages