messages from 2026-05-26 05:57:11 to 2026-05-27 16:52:41 UTC [more...]
[RFC 0/7] prepare deprecation of rte_atomicNN_*() family
2026-05-27 16:52 UTC (31+ messages)
` [PATCH v4 00/27] deprecate rte_atomicNN family
` [PATCH v4 01/27] eal: use intrinsics for rte_atomic on all platforms
` [PATCH v4 02/27] eal: reimplement rte_smp_*mb with rte_atomic_thread_fence
` [PATCH v4 03/27] ring: unify memory model on C11, remove atomic32
` [PATCH v4 04/27] bpf: use C11 atomics in BPF_ST_ATOMIC_REG
` [PATCH v4 05/27] net/bonding: use stdatomic
` [PATCH v4 06/27] net/nbl: remove unused rte_atomic16 field
` [PATCH v4 07/27] net/ena: replace use of rte_atomicNN
` [PATCH v4 08/27] net/failsafe: convert to stdatomic
` [PATCH v4 09/27] net/enic: do not use deprecated rte_atomic64
` [PATCH v4 10/27] net/pfe: use ethdev linkstatus helpers
` [PATCH v4 11/27] net/sfc: replace rte_atomic with stdatomic
` [PATCH v4 12/27] crypto/ccp: replace use of rte_atomic64 "
` [PATCH v4 13/27] bus/dpaa: replace rte_atomic16 "
` [PATCH v4 14/27] drivers: "
` [PATCH v4 15/27] net/netvsc: replace rte_atomic32 "
` [EXTERNAL] "
` [PATCH v4 16/27] event/sw: convert from rte_atomic32 to stdatomic
` [PATCH v4 17/27] bus/vmbus: convert from rte_atomic "
` [PATCH v4 18/27] common/dpaax: use stdatomic instead of rte_atomic
` [PATCH v4 19/27] net/bnx2x: convert from rte_atomic32 to stdatomic
` [PATCH v4 20/27] bus/fslmc: replace rte_atomic32 with stdatomic
` [PATCH v4 21/27] drivers/event: replace rte_atomic32 in selftests
` [PATCH v4 22/27] net/hinic: replace rte_atomic32 with stdatomic
` [PATCH v4 23/27] net/txgbe: "
` [PATCH v4 24/27] net/vhost: use stdatomic instead of rte_atomic32
` [PATCH v4 25/27] vdpa/ifc: replace rte_atomic32 with stdatomic
` [PATCH v4 26/27] test/atomic: suppress deprecation warnings for legacy APIs
` [PATCH v4 27/27] eal: mark rte_atomicNN as deprecated
[RFC] doc, devtools: discourage new __rte_always_inline
2026-05-27 16:37 UTC
[PATCH 0/3] net/bond: fix secondary process crash and related cleanup
2026-05-27 16:28 UTC (7+ messages)
` [PATCH 1/3] net/bonding: restore dedicated queue state on mode set error
` [PATCH 2/3] net/bonding: prevent crash on Rx/Tx from secondary process
` [PATCH 3/3] net/bonding: remove redundant function names from log
[PATCH] app/test-pmd: add generic PROG action parser support
2026-05-27 15:41 UTC (6+ messages)
` [PATCH v2] "
[PATCH 0/2] ethdev: fix out-of-bounds writes in rte_flow_conv()
2026-05-27 15:38 UTC (4+ messages)
` [PATCH 1/2] ethdev: fix out-of-bounds write in GENEVE option conversion
` [PATCH 2/2] ethdev: fix out-of-bounds write in flex item conversion
[PATCH 00/18] Wangxun Fixes
2026-05-27 15:22 UTC (58+ messages)
` [PATCH v4 00/20] "
` [PATCH v4 03/20] net/ngbe: add missing CDR config for YT PHY
` [PATCH v4 04/20] net/ngbe: fix VF promiscuous and allmulticast
` [PATCH v4 05/20] net/txgbe: fix inaccuracy in Tx rate limiting
` [PATCH v4 07/20] net/txgbe: fix Tx desc free logic
` [PATCH v4 09/20] net/txgbe: fix link flow control config for Sapphire
` [PATCH v4 12/20] net/txgbe: fix link stability for 25G NIC
` [PATCH v4 14/20] net/txgbe: fix link stability for Amber-Lite backplane mode
` [PATCH v4 16/20] net/txgbe: fix SFP module identification
` [PATCH v4 17/20] net/txgbe: fix get module info operation
` [PATCH v4 18/20] net/txgbe: fix get EEPROM operation
` [PATCH v4 20/20] net/txgbe: fix to enable Tx desc check
` [PATCH v5 00/21] Wangxun Fixes
` [PATCH v5 01/21] net/txgbe: remove duplicate xstats counters
` [PATCH v5 02/21] net/ngbe: "
` [PATCH v5 03/21] net/ngbe: add missing CDR config for YT PHY
` [PATCH v5 04/21] net/ngbe: fix VF promiscuous and allmulticast
` [PATCH v5 05/21] net/txgbe: fix inaccuracy in Tx rate limiting
` [PATCH v5 06/21] net/txgbe: fix link status check condition
` [PATCH v5 07/21] net/txgbe: fix Tx desc free logic
` [PATCH v5 08/21] net/txgbe: fix link flow control registers for Amber-Lite
` [PATCH v5 09/21] net/txgbe: fix link flow control config for Sapphire
` [PATCH v5 10/21] net/txgbe: fix a mass of unknown interrupts
` [PATCH v5 11/21] net/txgbe: fix traffic class priority configuration
` [PATCH v5 12/21] net/txgbe: fix link stability for 25G NIC
` [PATCH v5 13/21] net/txgbe: fix link stability for 40G NIC
` [PATCH v5 14/21] net/txgbe: fix link stability for Amber-Lite backplane mode
` [PATCH v5 15/21] net/txgbe: fix FEC mode configuration on 25G NIC
` [PATCH v5 16/21] net/txgbe: fix SFP module identification
` [PATCH v5 17/21] net/txgbe: fix get module info operation
` [PATCH v5 18/21] net/txgbe: fix get EEPROM operation
` [PATCH v5 19/21] net/txgbe: fix to reset Tx write-back pointer
` [PATCH v5 20/21] net/txgbe: fix to enable Tx desc check
` [PATCH v5 21/21] net/txgbe: fix temperature track for AML NIC
[PATCH] ethdev: promote experimental API's to stable
2026-05-27 14:44 UTC
[PATCH v1 00/25] Add common flow attr/action parsing infrastructure to Intel PMD's
2026-05-27 14:40 UTC (9+ messages)
` [PATCH v5 00/27] "
` [PATCH v5 02/27] eal/common: add token concatenation macro
` [PATCH v5 03/27] net/intel/common: add common flow action parsing
` [PATCH v5 04/27] net/intel/common: add common flow attr validation
[RFC 0/3] lib/fastmem: fast small-object allocator
2026-05-27 14:22 UTC (7+ messages)
` [RFC 2/3] lib: add fastmem library
[PATCH 0/4] Remove limitations coming from legacy VMDq
2026-05-27 13:25 UTC (5+ messages)
` [PATCH v3 0/5] "
` [PATCH v3 4/5] net/iavf: accept up to 32k unicast MAC addresses
[PATCH v4] net/mlx5: prepend implicit items in sync flow creation path
2026-05-27 10:35 UTC (2+ messages)
` [PATCH v5] "
[RFC 3/3] app/test: add fastmem test suite
2026-05-27 12:03 UTC (12+ messages)
` [RFC v2 0/3] lib/fastmem: fast small-object allocator
` [RFC v2 1/3] doc: add fastmem programming guide
` [RFC v2 2/3] lib: add fastmem library
` [RFC v2 3/3] app/test: add fastmem test suite
[PATCH] mempool: improve cache behaviour and performance
2026-05-27 11:36 UTC (16+ messages)
` [PATCH v5] "
` [PATCH v6] "
` [PATCH v6] net/idpf: update for new mempool cache algorithm
` [PATCH v6] mempool/dpaa: "
` [PATCH v6] mempool/dpaa2: "
[v1] crypto/openssl: update to OpenSSL 3.0 minimum version
2026-05-27 11:02 UTC
[PATCH] net/mlx5: promote private API to stable
2026-05-27 10:33 UTC
[PATCH] ethdev: promote flow metadata APIs to stable
2026-05-27 10:32 UTC
[PATCH v1 00/15] power: unify and improve lcore ID verification
2026-05-27 9:54 UTC (6+ messages)
` [PATCH V2 "
[PATCH 1/2] test/crypto: validate ML crypto keys
2026-05-27 9:14 UTC (4+ messages)
` [PATCH 2/2] test/crypto: fix prehash in MLDSA session
` [v2 1/2] test/crypto: validate ML crypto keys
` [v2 2/2] test/crypto: fix prehash in MLDSA session
[PATCH] eal: silence -Wconstant-logical-operand in RTE_IS_POWER_OF_2
2026-05-27 8:41 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 0/6] Make VA reservation limits configurable
2026-05-27 8:35 UTC (12+ messages)
` [PATCH v2 2/6] eal/memory: remove per-list segment and memory limits
` [PATCH v2 3/6] eal/memory: allocate all VA space in one go
` [PATCH v2 4/6] eal/memory: get rid of global VA space limits
` [PATCH v2 5/6] eal/memory: store default segment limits in config
` [PATCH v2 6/6] eal/memory: add page size VA limits EAL parameter
[PATCH 00/23] Consolidate bus driver infrastructure
2026-05-27 7:56 UTC (60+ messages)
` [PATCH v3 00/25] "
` [PATCH v3 01/25] bus/ifpga: remove unused AFU lookup helper
` [PATCH v3 02/25] bus/uacce: set API version during scan
` [PATCH v3 03/25] crypto/octeontx: remove check on driver in remove
` [PATCH v3 04/25] dma/idxd: clear device at scan
` [PATCH v3 05/25] bus: remove device and driver checks in DMA map/unmap
` [PATCH v3 06/25] drivers/bus: remove device and driver checks in unplug
` [PATCH v3 07/25] drivers/bus: remove device and driver checks in plug
` [PATCH v3 08/25] bus: add bus conversion macros
` [PATCH v3 09/25] bus: factorize driver list
` [PATCH v3 10/25] bus: factorize device list
` [PATCH v3 11/25] bus: consolidate device lookup
` [PATCH v3 12/25] bus: consolidate device iteration
` [PATCH v3 13/25] bus: factorize driver lookup
` [PATCH v3 14/25] bus: refactor device probe
` [PATCH v3 15/25] bus: support multiple probe
` [PATCH v3 16/25] drivers/bus: initialize NXP bus specifics in scan
` [PATCH v3 17/25] bus: implement probe in EAL
` [PATCH v3 18/25] bus: factorize driver reference
` [PATCH v3 19/25] drivers: rely on generic driver
` [PATCH v3 20/25] drivers/bus: remove bus-specific driver references
` [PATCH v3 21/25] dma/idxd: remove specific bus type
` [PATCH v3 22/25] drivers/bus: separate specific bus metadata for NXP drivers
` [PATCH v3 23/25] drivers/bus: remove specific bus types
` [PATCH v3 24/25] eventdev: rename dev field to device
` [PATCH v3 25/25] bus: add class device conversion macro
` [PATCH v4 00/25] Consolidate bus driver infrastructure
` [PATCH v4 01/25] bus/ifpga: remove unused AFU lookup helper
` [PATCH v4 02/25] bus/uacce: set API version during scan
` [PATCH v4 03/25] crypto/octeontx: remove check on driver in remove
` [PATCH v4 04/25] dma/idxd: clear device at scan
` [PATCH v4 05/25] bus: remove device and driver checks in DMA map/unmap
` [PATCH v4 06/25] drivers/bus: remove device and driver checks in unplug
` [PATCH v4 07/25] drivers/bus: remove device and driver checks in plug
` [PATCH v4 08/25] bus: add bus conversion macros
` [PATCH v4 09/25] bus: factorize driver list
` [PATCH v4 10/25] bus: factorize device list
` [PATCH v4 11/25] bus: consolidate device lookup
` [PATCH v4 12/25] bus: consolidate device iteration
` [PATCH v4 13/25] bus: factorize driver lookup
` [PATCH v4 14/25] bus: refactor device probe
` [PATCH v4 15/25] bus: support multiple probe
` [PATCH v4 16/25] drivers/bus: initialize NXP bus specifics in scan
` [PATCH v4 17/25] bus: implement probe in EAL
` [PATCH v4 18/25] bus: factorize driver reference
` [PATCH v4 19/25] drivers: rely on generic driver
` [PATCH v4 20/25] drivers/bus: remove bus-specific driver references
` [PATCH v4 21/25] dma/idxd: remove specific bus type
` [PATCH v4 22/25] drivers/bus: separate specific bus metadata for NXP drivers
` [PATCH v4 23/25] drivers/bus: remove specific bus types
` [PATCH v4 24/25] eventdev: rename dev field to device
` [PATCH v4 25/25] bus: add class device conversion macro
[PATCH] net/ice: use configured outer TPID for VLAN filter in DVM
2026-05-27 16:14 UTC
[PATCH] cryptodev: update xform string array
2026-05-27 4:13 UTC (2+ messages)
` [v2] crypto: update asym xform strings array
[PATCH v3 0/2] net/mana: add device reset support
2026-05-26 19:37 UTC (2+ messages)
DPDK Release Status Meeting 2026-05-26
2026-05-26 15:47 UTC
[PATCH v18 11/11] net/sxe2: implement Tx done cleanup
2026-05-26 14:13 UTC (4+ messages)
` [PATCH v19 00/11]net/sxe2: fix logic errors and address feedback
[PATCH v1 00/23] add net/sxe2 support for flow control
2026-05-26 13:29 UTC (2+ messages)
[V1 1/1] net/hinic3: Add VXLAN TSO function
2026-05-26 13:15 UTC (4+ messages)
` [v4 0/1] net/hinic3: Fix VXLAN TSO issue
` [v4 1/1] "
[PATCH v2 0/5] uncore power improvements and auto-detection
2026-05-26 8:11 UTC (6+ messages)
` [PATCH v2 1/5] examples/l3fwd-power: fix uncore deinit for non-legacy
` [PATCH v2 2/5] examples/l3fwd-power: enable power QoS for all modes
` [PATCH v2 3/5] examples/l3fwd-power: fix uncore help and log info
` [PATCH v2 4/5] examples/l3fwd-power: relocate uncore initialization
` [PATCH v2 5/5] power: support automatic detection of uncore driver
[PATCH 0/2] support driver forward compatibility
2026-05-26 7:31 UTC (5+ messages)
` [PATCH 1/2] bus/uacce: "
[PATCH] net/mlx5: redirect LACP traffic for legacy E-Switch
2026-05-26 5:57 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox