DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-23 19:59:09 to 2026-05-26 23:28:30 UTC [more...]

[RFC 0/7] prepare deprecation of rte_atomicNN_*() family
 2026-05-26 23:24 UTC  (61+ messages)
` [PATCH v3 00/27] deprecate rte_atomicNN family
  ` [PATCH v3 03/27] ring: use compare-and-swap wrapper
  ` [PATCH v3 04/27] bpf: replace atomic op macro with typed helpers
  ` [PATCH v3 05/27] net/bonding: use stdatomic
  ` [PATCH v3 06/27] net/nbl: remove unused rte_atomic16 field
  ` [PATCH v3 07/27] net/ena: replace use of rte_atomicNN
  ` [PATCH v3 08/27] net/failsafe: convert to stdatomic
  ` [PATCH v3 09/27] net/enic: do not use deprecated rte_atomic64
  ` [PATCH v3 10/27] net/pfe: use ethdev linkstatus helpers
  ` [PATCH v3 11/27] net/sfc: replace rte_atomic with stdatomic
  ` [PATCH v3 12/27] crypto/ccp: replace use of rte_atomic64 "
  ` [PATCH v3 13/27] bus/dpaa: replace rte_atomic16 "
  ` [PATCH v3 14/27] drivers: "
  ` [PATCH v3 15/27] net/netvsc: replace rte_atomic32 "
  ` [PATCH v3 16/27] event/sw: convert from rte_atomic32 to stdatomic
  ` [PATCH v3 17/27] bus/vmbus: convert from rte_atomic "
  ` [PATCH v3 18/27] common/dpaax: remove unused atomic macros
  ` [PATCH v3 19/27] net/bnx2x: convert from rte_atomic32 to stdatomic
  ` [PATCH v3 20/27] bus/fslmc: replace rte_atomic32 with stdatomic
  ` [PATCH v3 21/27] drivers/event: replace rte_atomic32 in selftests
  ` [PATCH v3 22/27] net/hinic: replace rte_atomic32 with stdatomic
  ` [PATCH v3 23/27] net/txgbe: "
  ` [PATCH v3 24/27] net/vhost: use stdatomic instead of rte_atomic32
  ` [PATCH v3 25/27] vdpa/ifc: replace rte_atomic32 with stdatomic
  ` [PATCH v3 26/27] test/atomic: suppress deprecation warnings for legacy APIs
  ` [PATCH v3 27/27] eal: mark rte_atomicNN as deprecated
` [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 "
  ` [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

[PATCH 00/23] Consolidate bus driver infrastructure
 2026-05-26 21:38 UTC  (34+ 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 v3 0/2] net/mana: add device reset support
 2026-05-26 19:37 UTC  (2+ messages)

[PATCH] app/test-pmd: add generic PROG action parser support
 2026-05-26 19:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1 00/15] power: unify and improve lcore ID verification
 2026-05-26 19:18 UTC  (5+ messages)
` [PATCH V2 "

[PATCH 0/2] ethdev: fix out-of-bounds writes in rte_flow_conv()
 2026-05-26 18:11 UTC  (3+ 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] mempool: improve cache behaviour and performance
 2026-05-26 17:45 UTC  (11+ messages)
` [PATCH v5] "
` [PATCH v6] "

[PATCH v2 0/6] Make VA reservation limits configurable
 2026-05-26 16:16 UTC  (11+ 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

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  (22+ messages)
` [PATCH v1 01/23] net/sxe2: support AVX512 vectorized path for Rx and Tx
` [PATCH v1 02/23] net/sxe2: add AVX2 vector data "
` [PATCH v1 03/23] drivers: add supported packet types get callback
` [PATCH v1 04/23] net/sxe2: support L2 filtering and MAC config
` [PATCH v1 05/23] drivers: support RSS feature
` [PATCH v1 06/23] net/sxe2: support TM hierarchy and shaping
` [PATCH v1 07/23] net/sxe2: support IPsec inline protocol offload
` [PATCH v1 08/23] net/sxe2: support statistics and multi-process
` [PATCH v1 09/23] drivers: interrupt handling
` [PATCH v1 10/23] net/sxe2: add NEON vec Rx/Tx burst functions
` [PATCH v1 11/23] net/sxe2: add support for VF representors
` [PATCH v1 12/23] net/sxe2: add support for custom UDP tunnel ports
` [PATCH v1 13/23] net/sxe2: support firmware version reading
` [PATCH v1 14/23] net/sxe2: implement get monitor address
` [PATCH v1 15/23] common/sxe2: add shared SFP module definitions
` [PATCH v1 16/23] net/sxe2: support SFP module info and EEPROM access
` [PATCH v1 17/23] net/sxe2: implement private dump info
` [PATCH v1 18/23] net/sxe2: add mbuf validation in Tx debug mode
` [PATCH v1 19/23] net/sxe2: add testpmd commands for private features
` [PATCH v1 20/23] net/sxe2: add private devargs parsing

[RFC 0/3] lib/fastmem: fast small-object allocator
 2026-05-26 13:23 UTC  (15+ messages)
` [RFC 1/3] doc: add fastmem programming guide
` [RFC 2/3] lib: add fastmem library
` [RFC 3/3] app/test: add fastmem test suite
  ` [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

[V1 0/1] Add VXLAN TSO function
 2026-05-26 13:15 UTC  (9+ messages)
` [V1 1/1] net/hinic3: "
    ` 回复: "
  ` [v3 0/1] net/hinic3: Fix VXLAN TSO issue
    ` [v3 1/1] "
  ` [v4 0/1] "
    ` [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)

[PATCH] eal/riscv: implement prefetch using __builtin_prefetch
 2026-05-26  3:30 UTC  (4+ messages)

[PATCH] dma/ae4dma: add AMD AE4DMA DMA PMD
 2026-05-25 19:57 UTC 

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

[PATCH 0/2] implement missing APIs on FreeBSD
 2026-05-25 18:23 UTC  (4+ messages)
` [PATCH 1/2] eal/freebsd: fix memseg addresses in EAL VA mode
` [PATCH 2/2] eal/freebsd: implement virtual to IOVA translation fn

[PATCH v1 00/25] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-05-25 14:06 UTC  (29+ messages)
` [PATCH v5 00/27] "
  ` [PATCH v5 01/27] build: add build defines for component name and class
  ` [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
  ` [PATCH v5 05/27] net/ixgbe: use common checks in ethertype filter
  ` [PATCH v5 06/27] net/ixgbe: use common checks in syn filter
  ` [PATCH v5 07/27] net/ixgbe: use common checks in L2 tunnel filter
  ` [PATCH v5 08/27] net/ixgbe: use common checks in ntuple filter
  ` [PATCH v5 09/27] net/ixgbe: use common checks in security filter
  ` [PATCH v5 10/27] net/ixgbe: use common checks in FDIR filters
  ` [PATCH v5 11/27] net/ixgbe: use common checks in RSS filter
  ` [PATCH v5 12/27] net/i40e: use common flow attribute checks
  ` [PATCH v5 13/27] net/i40e: refactor RSS flow parameter checks
  ` [PATCH v5 14/27] net/i40e: use common action checks for ethertype
  ` [PATCH v5 15/27] net/i40e: use common action checks for FDIR
  ` [PATCH v5 16/27] net/i40e: use common action checks for tunnel
  ` [PATCH v5 17/27] net/iavf: use common flow attribute checks
  ` [PATCH v5 18/27] net/iavf: use common action checks for IPsec
  ` [PATCH v5 19/27] net/iavf: use common action checks for hash
  ` [PATCH v5 20/27] net/iavf: use common action checks for FDIR
  ` [PATCH v5 21/27] net/iavf: use common action checks for fsub
  ` [PATCH v5 22/27] net/iavf: use common action checks for flow query
  ` [PATCH v5 23/27] net/ice: use common flow attribute checks
  ` [PATCH v5 24/27] net/ice: use common action checks for hash
  ` [PATCH v5 25/27] net/ice: use common action checks for FDIR
  ` [PATCH v5 26/27] net/ice: use common action checks for switch
  ` [PATCH v5 27/27] net/ice: use common action checks for ACL

[PATCH] net/mlx5: use port index as representor index
 2026-05-25  9:17 UTC  (2+ messages)
` [PATCH v2] "


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