dev
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/09/17
[PATCH v8 16/25] bus/vmbus: convert from rte_atomic to stdatomic
Stephen Hemminger
2026/09/17
[PATCH v8 02/25] net/bonding: use stdatomic
Stephen Hemminger
2026/09/17
[PATCH v8 00/25] remove legacy atomic functions
Stephen Hemminger
2026/09/17
[PATCH v8 21/25] net/vhost: use stdatomic for state flags
Stephen Hemminger
2026/09/17
[PATCH v8 08/25] net/sfc: replace rte_atomic with stdatomic
Stephen Hemminger
2026/09/17
[PATCH v8 11/25] bus/dpaa: replace rte_atomic16 with stdatomic
Stephen Hemminger
2026/09/17
[PATCH v8 25/25] eal: remove rte_atomicNN functions
Stephen Hemminger
2026/09/17
[PATCH v8 10/25] bus/dpaa: remove unused in_use field
Stephen Hemminger
2026/09/17
[PATCH v8 13/25] common/dpaax: remove unused atomic wrappers
Stephen Hemminger
2026/09/17
[PATCH v8 14/25] net/netvsc: replace rte_atomic32 with stdatomic
Stephen Hemminger
2026/09/17
[PATCH v8 24/25] test/atomic: drop old rte_atomicNN tests
Stephen Hemminger
2026/09/17
[PATCH v8 23/25] vdpa/ifc: replace rte_atomic32 with stdatomic
Stephen Hemminger
2026/09/17
[PATCH v8 22/25] net/vhost: use stdatomic instead of rte_atomic32
Stephen Hemminger
2026/09/17
[PATCH v8 20/25] net/txgbe: replace rte_atomic32 with stdatomic
Stephen Hemminger
2026/09/17
[PATCH v8 19/25] net/hinic: replace rte_atomic32 with stdatomic
Stephen Hemminger
2026/09/17
[PATCH v8 18/25] drivers/event: replace rte_atomic32 in selftests
Stephen Hemminger
2026/09/17
[PATCH v8 17/25] net/bnx2x: convert from rte_atomic32 to stdatomic
Stephen Hemminger
2026/09/17
[PATCH v8 12/25] bus/fslmc: replace rte_atomic with stdatomic
Stephen Hemminger
2026/09/17
[PATCH v8 06/25] net/enic: do not use deprecated rte_atomic64
Stephen Hemminger
2026/09/17
[PATCH v8 07/25] net/pfe: use ethdev linkstatus helpers
Stephen Hemminger
2026/09/17
[PATCH v8 05/25] net/failsafe: convert to stdatomic
Stephen Hemminger
2026/09/17
[PATCH v8 04/25] net/ena: replace use of rte_atomicNN
Stephen Hemminger
2026/09/17
[PATCH v8 03/25] net/nbl: remove unused rte_atomic16 field
Stephen Hemminger
2026/09/17
[PATCH v8 01/25] bpf: use C11 atomics in BPF_ST_ATOMIC_REG
Stephen Hemminger
2026/09/17
Re: [PATCH v5 11/24] drivers: replace rte_atomic16 with stdatomic
Stephen Hemminger
2026/09/17
Re: [PATCH v3 1/1] bpf: make bpf_def.h private
Marat Khalili
2026/09/17
[PATCH v4 2/7] bpf/validate: refactor internal step function
Marat Khalili
2026/09/17
[PATCH v4 5/7] bpf/validate: add get current event API
Marat Khalili
2026/09/17
Re: EAL feature request
Bruce Richardson
2026/09/17
[PATCH 5/6] eal: deprecate RTE_TAILQ and RTE_STAILQ macro wrappers
Stephen Hemminger
2026/09/17
[PATCH 0/6] provide a complete set of BSD list macros
Stephen Hemminger
2026/09/17
[PATCH v4 1/7] bpf/validate: fix finished status on restart
Marat Khalili
2026/09/17
[PATCH v4 7/7] app/validate-bpf: add BPF validation application
Marat Khalili
2026/09/17
[PATCH 6/6] devtools: forbid direct use of sys/queue.h
Stephen Hemminger
2026/09/17
[PATCH 4/6] build: remove private FOREACH_SAFE definitions
Stephen Hemminger
2026/09/17
[PATCH 3/6] build: use rte_queue.h instead of sys/queue.h
Stephen Hemminger
2026/09/17
[PATCH 1/6] net/bnxt: fix use after free when freeing filters
Stephen Hemminger
2026/09/17
[PATCH 2/6] eal: add rte_queue.h with full set of list macros
Stephen Hemminger
2026/09/17
[PATCH v3 0/3] net/txgbe: fix flow create errors
Zhang Tengfei
2026/09/17
[PATCH v3 1/3] net/txgbe: fix L2 tunnel error on flow create
Zhang Tengfei
2026/09/17
Re: EAL feature request
Stephen Hemminger
2026/09/17
Re: [PATCH 01/14] net/cnxk: fix packet length handling
Stephen Hemminger
2026/09/17
Re: [PATCH 01/14] net/cnxk: fix packet length handling
Stephen Hemminger
2026/09/17
[PATCH v4 4/7] bpf/validate: add jump notification events
Marat Khalili
2026/09/17
Re: [PATCH 08/14] net/cnxk: resolve mbuf from CPT CQ format in SSO work cb
Stephen Hemminger
2026/09/17
Re: [PATCH 10/14] net/cnxk: add MSNS inb SA and CN20K CPT result struct
Stephen Hemminger
2026/09/17
Re: [PATCH 02/14] common/cnxk: disable CPT drop error in CQ
Stephen Hemminger
2026/09/17
Re: [PATCH 12/14] common/cnxk: update mode param for link speed
Stephen Hemminger
2026/09/17
Re: [PATCH 03/14] common/cnxk: fix NIX QINT count reset
Stephen Hemminger
2026/09/17
Re: [PATCH 13/14] common/cnxk: support for cn20k legacy msns mode
Stephen Hemminger
2026/09/17
Re: [PATCH 06/14] common/cnxk: fix null deref and irq ack in CPT CQ handler
Stephen Hemminger
2026/09/17
Re: [PATCH 07/14] common/cnxk: derive mbuf from CPT CQ in inline IRQ path
Stephen Hemminger
2026/09/17
Re: [PATCH 09/14] common/cnxk: update bpid config for cn20k
Stephen Hemminger
2026/09/17
RE: [PATCH v4 0/7] validate-bpf: add standalone validation debug tool
Konstantin Ananyev
2026/09/17
[PATCH v3 3/3] net/txgbe: fix FDIR error handling on flow create
Zhang Tengfei
2026/09/17
Re: [PATCH] net/bnxt: remove redundant NULL checks in RX path
Kishore Padmanabha
2026/09/17
[PATCH v3 2/3] net/txgbe: fix leak of filters on flow create
Zhang Tengfei
2026/09/17
[PATCH v3] examples: add Wycheproof validation app
Kai Ji
2026/09/17
[PATCH v3 1/1] bpf: make bpf_def.h private
Marat Khalili
2026/09/17
[PATCH v3 0/1] bpf_def.h cleanups
Marat Khalili
2026/09/17
[PATCH v4 3/7] bpf/validate: formalize call back requirements
Marat Khalili
2026/09/17
[PATCH v4 6/7] app/test: add test for bpf validate debug events
Marat Khalili
2026/09/17
[PATCH v4 0/7] validate-bpf: add standalone validation debug tool
Marat Khalili
2026/09/17
EAL feature request
Morten Brørup
2026/09/17
Re: [PATCH v15 00/23] NXP DPAA driver enhancements and fixes
Hemant Agrawal
2026/09/17
Re: [EXTERNAL] [PATCH] test/crypto: add test vectors for more ML-KEM and ML-DSA variants
Radu Nicolau
2026/09/17
RE: [EXTERNAL] [PATCH] test/crypto: add test vectors for more ML-KEM and ML-DSA variants
Gowrishankar Muthukrishnan
2026/09/17
RE: [EXTERNAL] [PATCH] app/test-crypto-perf: add test vectors for more ML-KEM and ML-DSA variants
Gowrishankar Muthukrishnan
2026/09/17
Re: [PATCH v4] net/iavf: add reading PHC time support
Bruce Richardson
2026/09/17
RE: [PATCH 6/6] mempool: no cache size limit
Morten Brørup
2026/09/17
Re: [PATCH v4] net/iavf: add reading PHC time support
Kumar, Rajesh
2026/09/17
[RFC v2 16/16] bus/fslmc: use generic cleanup
David Marchand
2026/09/17
[RFC v2 15/16] bus/fslmc: allocate interrupt during probing
David Marchand
2026/09/17
[RFC v2 14/16] bus/fslmc: call VFIO setup for some device from bus layer
David Marchand
2026/09/17
[RFC v2 13/16] bus/fslmc: move unplug for some device out of VFIO
David Marchand
2026/09/17
[RFC v2 10/16] bus/fslmc: simplify device parsing in scan
David Marchand
2026/09/17
[RFC v2 12/16] bus/fslmc: refactor device filtering for multiprocess
David Marchand
2026/09/17
[RFC v2 11/16] bus/fslmc: release resources on scan failure
David Marchand
2026/09/17
[RFC v2 08/16] bus/fslmc: fix some VFIO device FD and memory leaks
David Marchand
2026/09/17
[RFC v2 09/16] bus/fslmc: fix interrupt leak in DPIO cleanup
David Marchand
2026/09/17
[RFC v2 07/16] bus/fslmc: fix per type device count
David Marchand
2026/09/17
[RFC v2 06/16] bus/fslmc: fix memory leaks in scan
David Marchand
2026/09/17
[RFC v2 05/16] bus/fslmc: fix device name leak
David Marchand
2026/09/17
[RFC v2 04/16] bus/dpaa: support unplug and use generic cleanup
David Marchand
2026/09/17
[RFC v2 03/16] bus/dpaa: allocate interrupt during probing
David Marchand
2026/09/17
[RFC v2 02/16] drivers/bus: fix FD leak during scan in NXP drivers
David Marchand
2026/09/17
[RFC v2 01/16] drivers/bus: cleanup device freeing in NXP bus scan
David Marchand
2026/09/17
[RFC v2 00/16] Device unplug and bus cleanup refactoring for NXP
David Marchand
2026/09/17
[PATCH v2] net/mana: fix Tx stall from send queue free-space unit mismatch
Rita Ruvinsky
2026/09/17
[PATCH 04/14] common/cnxk: update channel mask for cn20k
Rahul Bhansali
2026/09/17
[PATCH 14/14] net/cnxk: fix custom inbound SA condition check
Rahul Bhansali
2026/09/17
[PATCH 11/14] common/cnxk: fix CPT CQ base address calculation
Rahul Bhansali
2026/09/17
[PATCH 09/14] common/cnxk: update bpid config for cn20k
Rahul Bhansali
2026/09/17
[PATCH 13/14] common/cnxk: support for cn20k legacy msns mode
Rahul Bhansali
2026/09/17
[PATCH 12/14] common/cnxk: update mode param for link speed
Rahul Bhansali
2026/09/17
[PATCH 10/14] net/cnxk: add MSNS inb SA and CN20K CPT result struct
Rahul Bhansali
2026/09/17
[PATCH 08/14] net/cnxk: resolve mbuf from CPT CQ format in SSO work cb
Rahul Bhansali
2026/09/17
[PATCH 07/14] common/cnxk: derive mbuf from CPT CQ in inline IRQ path
Rahul Bhansali
2026/09/17
[PATCH 06/14] common/cnxk: fix null deref and irq ack in CPT CQ handler
Rahul Bhansali
2026/09/17
[PATCH 05/14] common/cnxk: update macro for cn20k
Rahul Bhansali
2026/09/17
[PATCH 03/14] common/cnxk: fix NIX QINT count reset
Rahul Bhansali
2026/09/17
[PATCH 02/14] common/cnxk: disable CPT drop error in CQ
Rahul Bhansali
2026/09/17
[PATCH 01/14] net/cnxk: fix packet length handling
Rahul Bhansali
2026/09/17
[PATCH v2] net/intel: use rte_validate_tx_offload function correctly for i40e/iavf/ice drivers
Omar Munchaev
2026/09/16
Re: [PATCH v3-S3 06/10] drivers: inherit dpaa2 rxq config for event queue
David Marchand
2026/09/16
Re: [PATCH v3-S3 03/10] drivers: refresh dpaa2 MC and SoC version info
David Marchand
2026/09/16
RE: [PATCH] net/ice: add per-queue Tx rate limit support
Mandal, Anurag
2026/09/16
[PATCH v2] net/ice: add per-queue Tx rate limit support
Anurag Mandal
2026/09/16
[PATCH] test: fix 5-fragment IP reassembly test vectors
Aarnav JP
2026/09/16
Re: [PATCH v3 03/19] net/intel/common: add utility functions
Stephen Hemminger
2026/09/16
Re: [PATCH v3 02/19] net/intel/common: add flow engines infrastructure
Stephen Hemminger
2026/09/16
Re: [PATCH v3 01/19] ethdev: add flow graph API
Stephen Hemminger
2026/09/16
Re: [PATCH v3 00/19] Building a better rte_flow parser
Stephen Hemminger
2026/09/16
[PATCH v3 13/19] net/i40e: add support for common flow parsing
Anatoly Burakov
2026/09/16
RE: [EXTERNAL] [PATCH v2] common/cnxk: fix NPA pool RANGE interrupt handling
Ashwin Sekhar
2026/09/16
RE: [PATCH] maintainers: update for BPF library
Konstantin Ananyev
2026/09/16
[PATCH v3 05/19] net/ixgbe: reimplement ethertype parser
Anatoly Burakov
2026/09/16
[PATCH v3 02/19] net/intel/common: add flow engines infrastructure
Anatoly Burakov
2026/09/16
Re: [EXTERNAL] [PATCH v2] common/cnxk: fix NPA pool RANGE interrupt handling
Amiya Ranjan Mohakud
2026/09/16
[PATCH v2 1/3] net/txgbe: fix L2 tunnel error on flow create
Zhang Tengfei
2026/09/16
RE: [PATCH v2 2/2] bpf: rename macros to match Linux kernel
Konstantin Ananyev
2026/09/16
Re: [PATCH v2] net/ice: support link flow control
Bruce Richardson
2026/09/16
RE: [PATCH v3 7/7] app/validate-bpf: add BPF validation application
Konstantin Ananyev
2026/09/16
[PATCH v3 01/19] ethdev: add flow graph API
Anatoly Burakov
2026/09/16
Re: [PATCH v2 0/3] net/txgbe: fix flow create errors
Stephen Hemminger
2026/09/16
Re: [PATCH] telemetry: promote experimental API to stable
David Marchand
2026/09/16
Re: [PATCH] reorder: promote experimental API to stable
David Marchand
2026/09/16
Re: [EXTERNAL] Re: [PATCH] net/mana: fix Tx stall from send queue free-space unit mismatch
Rita Ruvinsky
2026/09/16
[PATCH] net/intel: use rte_validate_tx_offload function correctly for i40e/iavf/ice drivers
Omar Munchaev
2026/09/16
RE: [EXTERNAL] [PATCH v2] common/cnxk: fix NPA pool RANGE interrupt handling
Ashwin Sekhar
2026/09/16
[PATCH v2] build: bump meson version to remove warnings
Bruce Richardson
2026/09/16
Re: [EXTERNAL] [PATCH v2] common/cnxk: fix NPA pool RANGE interrupt handling
Amiya Ranjan Mohakud
2026/09/16
[PATCH v2] net/i40e: fix ethertype filter restore diagnostics
Artem Novikov
2026/09/16
Re: [PATCH v3 00/15] consolidate ice and iavf Tx vector paths
Bruce Richardson
2026/09/16
Re: [PATCH] net/intel: use rte_validate_tx_offload function correctly for i40e/iavf/ice drivers
Bruce Richardson
2026/09/16
Re: [PATCH] maintainers: update for BPF library
Thomas Monjalon
2026/09/16
Re: [PATCH] MAINTAINERS: Remove Long Li
Thomas Monjalon
2026/09/16
Re: [PATCH] MAINTAINERS: remove Apeksha Gupta
Thomas Monjalon
2026/09/16
Re: [PATCH] maintainers: add IBM Power maintainer
Thomas Monjalon
2026/09/16
Re: [PATCH] MAINTAINERS: remove Chao Yong
Thomas Monjalon
2026/09/16
Re: [PATCH] MAINTAINERS: update for NFP drivers
Thomas Monjalon
2026/09/16
Re: [PATCH] MAINTAINERS: remove one gve maintainer
Thomas Monjalon
2026/09/16
Re: [EXTERNAL] Re: [PATCH] net/mana: fix Tx stall from send queue free-space unit mismatch
Stephen Hemminger
2026/09/16
[PATCH v3 1/1] eal: add API to get CPU socket ID
Randy L Tice
2026/09/16
[PATCH v3 0/1] eal: add CPU socket lookup API
Randy L Tice
2026/09/16
[PATCH v2 2/3] net/txgbe: fix leak of filters on flow create
Zhang Tengfei
2026/09/16
[PATCH] net/ixgbe: fix repeated Rx packet buffer shrink for FDIR
Zhang Tengfei
2026/09/16
[PATCH] common/cnxk: add NDC sync after NPA aura pool init
Ashwin Sekhar T K
2026/09/16
[PATCH v2 3/3] net/txgbe: fix flow create error codes
Zhang Tengfei
2026/09/16
[PATCH v3 12/19] net/ixgbe: advertise flow keep capability
Anatoly Burakov
2026/09/16
[DPDK/ethdev Bug 2031] cn10k: NPA_POOL_ERR_INT_RANGE on Pool 1 during mbuf pool creation in testpmd
bugzilla
2026/09/16
[PATCH v2 0/3] net/txgbe: fix flow create errors
Zhang Tengfei
2026/09/16
Re: [PATCH v3 14/15] net/ice: enable context desc offloads for vector Tx
Bruce Richardson
2026/09/16
RE: [PATCH v3 14/15] net/ice: enable context desc offloads for vector Tx
Loftus, Ciara
2026/09/16
RE: [PATCH v2 1/2] bpf: make bpf_def.h private
Konstantin Ananyev
2026/09/16
[RFC v3 0/7] regex/hs: introduce Hyperscan regex PMD
Prudvi Deti
2026/09/16
[PATCH v3 18/19] net/i40e: reimplement hash parser
Anatoly Burakov
2026/09/16
[PATCH v3 15/19] net/i40e: refactor FDIR engine infrastructure
Anatoly Burakov
2026/09/16
[PATCH v3 09/19] net/ixgbe: reimplement security parser
Anatoly Burakov
2026/09/16
[RFC v3 6/7] regex/hs: add start stop close and device dump
Prudvi Deti
2026/09/16
[RFC v3 7/7] regex/hs: add Hyperscan compile flag support
Prudvi Deti
2026/09/16
[RFC v3 5/7] regex/hs: add per-queue-pair extended statistics
Prudvi Deti
2026/09/16
[RFC v3 4/7] regex/hs: add enqueue and dequeue burst paths
Prudvi Deti
2026/09/16
[RFC v3 3/7] regex/hs: add rule database update and compilation
Prudvi Deti
2026/09/16
[RFC v3 2/7] regex/hs: add device configure and queue pair setup
Prudvi Deti
2026/09/16
[RFC v3 1/7] regex/hs: add driver skeleton and build integration
Prudvi Deti
2026/09/16
[PATCH v3 19/19] net/i40e: advertise flow keep capability
Anatoly Burakov
2026/09/16
[PATCH v3 17/19] net/i40e: reimplement tunnel parsers
Anatoly Burakov
2026/09/16
[PATCH v3 14/19] net/i40e: reimplement ethertype parser
Anatoly Burakov
2026/09/16
[PATCH v3 11/19] net/ixgbe: reimplement hash parser
Anatoly Burakov
2026/09/16
[PATCH v3 10/19] net/ixgbe: reimplement FDIR parser
Anatoly Burakov
2026/09/16
[PATCH v3 08/19] net/ixgbe: reimplement ntuple parser
Anatoly Burakov
2026/09/16
[PATCH v3 06/19] net/ixgbe: reimplement syn parser
Anatoly Burakov
2026/09/16
[PATCH v3 07/19] net/ixgbe: reimplement L2 tunnel parser
Anatoly Burakov
2026/09/16
[PATCH v3 04/19] net/ixgbe: add support for common flow parsing
Anatoly Burakov
2026/09/16
[PATCH v3 03/19] net/intel/common: add utility functions
Anatoly Burakov
2026/09/16
[PATCH v3 00/19] Building a better rte_flow parser
Anatoly Burakov
2026/09/16
Re: [PATCH v2] buildtools: add symbol check to Windows
David Marchand
2026/09/16
Re: [PATCH 1/1] buildtools: remove absolute paths from pc file
David Marchand
2026/09/16
Re: [PATCH v3] build: drop dependency on libbsd
David Marchand
2026/09/16
Re: [PATCH v1 0/3] raw/ntb: add AMD NTB support
David Marchand
2026/09/16
RE: [PATCH v2 07/15] net/intel: use function callback for lldp
Loftus, Ciara
2026/09/16
Re: [PATCH v17 22/26] bus/fslmc: use the new VFIO IOMMU mode API
Burakov, Anatoly
2026/09/16
Re: [PATCH v17 20/26] vfio: cleanup and refactor
Burakov, Anatoly
2026/09/16
Re: [PATCH v17 10/26] vfio: split get device info from setup
Burakov, Anatoly
2026/09/16
Re: [PATCH v17 06/26] vfio: do proper teardown on VFIO cleanup
Burakov, Anatoly
2026/09/16
Re: [PATCH v17 00/26] Support VFIO cdev API in DPDK
Burakov, Anatoly
2026/09/16
[PATCH v3 11/15] net/ice: use common AVX Tx functions
Bruce Richardson
2026/09/16
[PATCH v3 07/15] net/intel: use function callback for lldp
Bruce Richardson
2026/09/16
[PATCH v3 10/15] net/intel: move vector Tx paths to common
Bruce Richardson
2026/09/16
[PATCH v3 14/15] net/ice: enable context desc offloads for vector Tx
Bruce Richardson
2026/09/16
[PATCH v3 15/15] net/intel: consolidate Tx vector offload path checks
Bruce Richardson
2026/09/16
[PATCH v3 13/15] net/intel: improve Tx path selection logic
Bruce Richardson
2026/09/16
[PATCH v3 12/15] net/intel: add common vector Tx fns with context handling
Bruce Richardson
2026/09/16
[PATCH v3 08/15] net/intel: allow building without IOVA in mbuf
Bruce Richardson
2026/09/16
[PATCH v3 09/15] net/ice: use common descriptor creation functions
Bruce Richardson
2026/09/16
[PATCH v3 05/15] net/intel: define common macros for tunneling bit-shifts
Bruce Richardson
2026/09/16
[PATCH v3 06/15] net/intel: move iavf descriptor writing functions to common
Bruce Richardson
2026/09/16
[PATCH v3 04/15] net/iavf: deduplicate tunnel field fill functions
Bruce Richardson
2026/09/16
[PATCH v3 03/15] net/iavf: use separate params for VLAN and QinQ position
Bruce Richardson
Earlier messages
Later messages