DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-22 04:12:14 to 2026-05-26 08:43:48 UTC [more...]

[PATCH 00/23] Consolidate bus driver infrastructure
 2026-05-26  8:41 UTC  (13+ 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] mempool: improve cache behaviour and performance
 2026-05-26  8:41 UTC  (5+ messages)
` [PATCH v5] "

[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: "

[RFC 0/3] lib/fastmem: fast small-object allocator
 2026-05-26  7:01 UTC  (10+ 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

[PATCH] net/mlx5: redirect LACP traffic for legacy E-Switch
 2026-05-26  5:57 UTC  (2+ messages)

[V1 0/1] Add VXLAN TSO function
 2026-05-26  3:31 UTC  (8+ messages)
` [V1 1/1] net/hinic3: "
    ` 回复: "
  ` [V2 0/1] net/hinic3: Fix VXLAN TSO issue
    ` [V2 1/1] "
  ` [v3 0/1] "
    ` [v3 1/1] "

[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

[RFC 0/7] prepare deprecation of rte_atomicNN_*() family
 2026-05-25 15:47 UTC  (47+ messages)
` [RFC v2 00/11] "
` [PATCH v3 00/27] deprecate rte_atomicNN family
  ` [PATCH v3 01/27] eal: use intrinsics for rte_atomic on all platforms
  ` [PATCH v3 02/27] eal: reimplement rte_smp_*mb with rte_atomic_thread_fence
  ` [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 v1 00/25] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-05-25 14:06 UTC  (56+ messages)
` [PATCH v4 00/26] "
  ` [PATCH v4 01/26] eal/common: add token concatenation macro
  ` [PATCH v4 02/26] net/intel/common: add common flow action parsing
  ` [PATCH v4 03/26] net/intel/common: add common flow attr validation
  ` [PATCH v4 04/26] net/ixgbe: use common checks in ethertype filter
  ` [PATCH v4 05/26] net/ixgbe: use common checks in syn filter
  ` [PATCH v4 06/26] net/ixgbe: use common checks in L2 tunnel filter
  ` [PATCH v4 07/26] net/ixgbe: use common checks in ntuple filter
  ` [PATCH v4 08/26] net/ixgbe: use common checks in security filter
  ` [PATCH v4 09/26] net/ixgbe: use common checks in FDIR filters
  ` [PATCH v4 10/26] net/ixgbe: use common checks in RSS filter
  ` [PATCH v4 11/26] net/i40e: use common flow attribute checks
  ` [PATCH v4 12/26] net/i40e: refactor RSS flow parameter checks
  ` [PATCH v4 13/26] net/i40e: use common action checks for ethertype
  ` [PATCH v4 14/26] net/i40e: use common action checks for FDIR
  ` [PATCH v4 15/26] net/i40e: use common action checks for tunnel
  ` [PATCH v4 16/26] net/iavf: use common flow attribute checks
  ` [PATCH v4 17/26] net/iavf: use common action checks for IPsec
  ` [PATCH v4 18/26] net/iavf: use common action checks for hash
  ` [PATCH v4 19/26] net/iavf: use common action checks for FDIR
  ` [PATCH v4 20/26] net/iavf: use common action checks for fsub
  ` [PATCH v4 21/26] net/iavf: use common action checks for flow query
  ` [PATCH v4 22/26] net/ice: use common flow attribute checks
  ` [PATCH v4 23/26] net/ice: use common action checks for hash
  ` [PATCH v4 24/26] net/ice: use common action checks for FDIR
  ` [PATCH v4 25/26] net/ice: use common action checks for switch
  ` [PATCH v4 26/26] net/ice: use common action checks for ACL
` [PATCH v5 00/27] Add common flow attr/action parsing infrastructure to Intel PMD's
  ` [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] "

[PATCH v1 00/23] add net/sxe2 support for flow control
 2026-05-24  9:32 UTC  (21+ 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

[PATCH v12 0/6] flow_parser: add shared parser library
 2026-05-22 18:16 UTC  (4+ messages)
` [RFC PATCH 0/3] flow_compile: textual flow rule compiler

[RFC] dts: add code coverage parameter to DTS
 2026-05-22 15:46 UTC  (3+ messages)
` [PATCH v1 1/2] dts: add code coverage reporting "
  ` [PATCH v1 2/2] dts: add build arguments to test run configuration

[PATCH v1 2/2] doc: update recommended matching versions for cpfl and idpf
 2026-05-22 15:09 UTC  (3+ messages)
` [PATCH v2 0/2] Update IDPF Base Code

[RFC 0/3] fib: tbl8 reservation drift reproducer and proposed fix
 2026-05-22 14:58 UTC  (7+ messages)
` [PATCH v1 0/5] fib6: fix tbl8 reservation drift
  ` [PATCH v1 1/5] fib6: fix tbl8 reservation drift in trie
  ` [PATCH v1 2/5] test/fib6: add reproducer for tbl8 reservation drift
  ` [PATCH v1 3/5] test/fib6: extended drift test cases
  ` [PATCH v1 4/5] rib: track valid descendant count per node
  ` [PATCH v1 5/5] fib6: speed up tbl8 reservation accounting

[PATCH] net/ice: fix TM node ID validation against configured queues
 2026-05-22 14:57 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] net/ice: improve log messages for DDP loading
 2026-05-22 14:53 UTC  (3+ messages)

[PATCH] FIX: excessive logging in I40E driver
 2026-05-22 14:49 UTC  (2+ messages)

[PATCH v1 1/1] net/iavf: fix large VF IRQ mapping
 2026-05-22 14:34 UTC  (8+ messages)

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

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

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

[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  (2+ messages)
` [PATCH v3 10/10] power: add lcore ID check for PMD mgmt


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