DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-28 13:14:00 to 2026-05-30 18:48:05 UTC [more...]

[PATCH v1 00/20] net/sxe2: added Linkdata sxe ethernet driver
 2026-05-30 18:46 UTC  (12+ messages)
` [PATCH v1 01/20] net/sxe2: support AVX512 vectorized path for Rx and Tx
` [PATCH v1 02/20] net/sxe2: add AVX2 vector data "
` [PATCH v1 03/20] drivers: add supported packet types get callback
` [PATCH v1 05/20] drivers: support RSS feature
` [PATCH v1 06/20] net/sxe2: support TM hierarchy and shaping
` [PATCH v1 08/20] net/sxe2: support statistics and multi-process
` [PATCH v1 09/20] drivers: interrupt handling
` [PATCH v1 10/20] net/sxe2: add NEON vec Rx/Tx burst functions
` [PATCH v1 12/20] net/sxe2: add support for custom UDP tunnel ports
` [PATCH v1 13/20] net/sxe2: support firmware version reading
` [PATCH v1 14/20] net/sxe2: implement get monitor address

[PATCH] ethdev: promote flow metadata APIs to stable
 2026-05-30 16:37 UTC  (3+ messages)
` [PATCH v2] "

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

[RFC v2 3/3] app/test: add fastmem test suite
 2026-05-30 16:22 UTC  (8+ messages)
` [RFC v3 0/3] lib/fastmem: fast small-object allocator
  ` [RFC v3 2/3] lib: add fastmem library

[RFC 0/7] Complete removal of queue stats mapping
 2026-05-30 16:10 UTC  (8+ messages)
` [RFC 1/7] net/virtio: remove unused "
` [RFC 2/7] net/enic: remove queue_stats_mapping ethdev_op
` [RFC 3/7] net/cnxk: remove queue stats mapping
` [RFC 4/7] net/e1000: "
` [RFC 5/7] net/ixgbe: "
` [RFC 6/7] net/txgbe: "
` [RFC 7/7] ethdev: remove support for "

[RFC v3 1/3] doc: add fastmem programming guide
 2026-05-30  9:26 UTC  (5+ messages)
` [RFC v4 0/3] lib/fastmem: fast small-object allocator
  ` [RFC v4 1/3] doc: add fastmem programming guide
  ` [RFC v4 2/3] lib: add fastmem library
  ` [RFC v4 3/3] app/test: add fastmem test suite

[PATCH 00/23] Consolidate bus driver infrastructure
 2026-05-30  7:51 UTC  (29+ messages)
` [PATCH v4 00/25] "
  ` [PATCH v4 02/25] bus/uacce: set API version during 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 15/25] bus: support multiple probe
` [PATCH v5 00/25] Consolidate bus driver infrastructure
  ` [PATCH v5 01/25] bus/ifpga: remove unused AFU lookup helper
  ` [PATCH v5 02/25] bus/uacce: set API version during scan
  ` [PATCH v5 03/25] crypto/octeontx: remove check on driver in remove
  ` [PATCH v5 04/25] dma/idxd: clear device at scan
  ` [PATCH v5 05/25] bus: remove device and driver checks in DMA map/unmap
  ` [PATCH v5 06/25] drivers/bus: remove device and driver checks in unplug
  ` [PATCH v5 07/25] drivers/bus: remove device and driver checks in plug
  ` [PATCH v5 08/25] bus: add bus conversion macros
  ` [PATCH v5 09/25] bus: factorize driver list
  ` [PATCH v5 10/25] bus: factorize device list
  ` [PATCH v5 11/25] bus: consolidate device lookup
  ` [PATCH v5 12/25] bus: consolidate device iteration
  ` [PATCH v5 13/25] bus: factorize driver lookup
  ` [PATCH v5 24/25] eventdev: rename dev field to device
  ` [PATCH v5 25/25] bus: add class device conversion macro

[PATCH] app/test: use memcpy in ipsec test
 2026-05-30  5:36 UTC  (7+ messages)

[PATCH 1/2] crypto/ipsec_mb: allow aesni_mb and aesni_gcm vdevs on Arm
 2026-05-29 21:04 UTC  (2+ messages)
` [PATCH 2/2] doc: update Arm IPsec-MB references for cryptodev PMDs

[PATCH 0/7] app/test: make perf tests usable on wider range of systems
 2026-05-29 17:11 UTC  (8+ messages)
` [PATCH 1/7] app/test/reciprocal_division: make it a fast test
` [PATCH 2/7] app/test/reciprocal_division_perf: reduce test time
` [PATCH 3/7] app/test/mempool_perf: size mempool by tested cores
` [PATCH 4/7] app/test/mempool_perf: drop constant-values replay
` [PATCH 5/7] app/test/mempool_perf: scale down for high core counts
` [PATCH 6/7] app/test/test_rcu_qsbr_perf: call quiescent more often
` [PATCH 7/7] app/test/test_pmd_perf: skip if no device available

[PATCH v1 0/5] Make VA reservation limits configurable
 2026-05-29 16:15 UTC  (8+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] eal: reject non-numeric input in str to size
  ` [PATCH v3 2/6] eal/memory: remove per-list segment and memory limits
  ` [PATCH v3 3/6] eal/memory: allocate all VA space in one go
  ` [PATCH v3 4/6] eal/memory: get rid of global VA space limits
  ` [PATCH v3 5/6] eal/memory: store default segment limits in config
  ` [PATCH v3 6/6] eal/memory: add page size VA limits EAL parameter

[PATCH] examples: Fix vm_power_manager scratch area to /run/dpdk/powermanager
 2026-05-29 16:01 UTC  (5+ messages)

[PATCH v5 0/1] net/mana: add device reset support
 2026-05-29 15:52 UTC  (4+ messages)
` [PATCH v5 1/1] "
    ` [EXTERNAL] "

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

[v1] crypto/cnxk: add ML crypto support
 2026-05-29 15:27 UTC  (3+ messages)

[PATCH v1 1/5] eal: fix wrong log message in async IPC request
 2026-05-29 15:26 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/5] eal: fix async IPC callback not fired when no peers
  ` [PATCH v2 3/5] eal: fix memory leak in async IPC secondary path
  ` [PATCH v2 4/5] eal: fix async IPC resource leaks on partial failure
  ` [PATCH v2 5/5] eal: avoid deadlock in async IPC alarm callback

[PATCH v1 4/5] eal: fix async IPC resource leaks on partial failure
 2026-05-29 15:10 UTC  (3+ messages)

[PATCH v5 00/27] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-05-29 14:35 UTC  (10+ messages)
` [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 v3 00/29] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-05-29 14:06 UTC  (4+ messages)
` [PATCH v3 12/29] net/ixgbe: use common checks in FDIR filters

[PATCH 1/2] ethdev: support selective Rx data
 2026-05-29 13:34 UTC  (12+ messages)
` [PATCH v4 00/10] selective Rx
  ` [PATCH v4 01/10] app/testpmd: print Rx split capabilities
  ` [PATCH v4 02/10] ethdev: introduce selective Rx
  ` [PATCH v4 03/10] app/testpmd: support "
  ` [PATCH v4 04/10] common/mlx5: add null MR functions
  ` [PATCH v4 05/10] net/mlx5: fix Rx split segment counter type
  ` [PATCH v4 06/10] net/mlx5: support selective Rx
  ` [PATCH v4 07/10] net/mlx5: reindent previous changes
  ` [PATCH v4 08/10] common/mlx5: remove callbacks for MR registration
  ` [PATCH v4 09/10] dts: fix topology capability comparison
  ` [PATCH v4 10/10] dts: add selective Rx tests

[PATCH v4 0/1] net/mana: add device reset support
 2026-05-29 12:49 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH] mempool: improve cache behaviour and performance
 2026-05-29 11:43 UTC  (4+ messages)
` [PATCH v6] "

[PATCH] net/sxe2: fix 32-bit SSE build
 2026-05-29 10:24 UTC  (3+ messages)

[PATCH 0/2] ip_frag: TAILQ and hash fixes
 2026-05-29 10:21 UTC  (2+ messages)

[PATCH v4] net/mlx5: prepend implicit items in sync flow creation path
 2026-05-29  8:44 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] net/mlx5: promote private API to stable
 2026-05-29  7:32 UTC  (2+ messages)
` [PATCH v2] "

[RFC 0/8] retire legacy flow director API
 2026-05-29  7:29 UTC  (10+ messages)
` [RFC 1/8] app/testpmd: remove support for flow director
` [RFC 2/8] net/i40e: remove testpmd flow filter commands
` [RFC 3/8] net/i40e: deprecate legacy flow filter API
` [RFC 4/8] net/i40e: remove experimental FDIR API
` [RFC 5/8] net/ixgbe: "
` [RFC 6/8] doc: announce legacy flow director deprecation
` [RFC 7/8] net/ixgbe: privatize legacy flow director types
` [RFC 8/8] net/txgbe: "

[PATCH] raw/gdtc : update MAINTAINERS entry
 2026-05-29  6:20 UTC 

[PATCH] net/zxdh : update MAINTAINERS entry
 2026-05-29  5:55 UTC 

[PATCH 0/2] extend interactive telemetry script
 2026-05-29  0:27 UTC  (8+ 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

[RFC] ethdev: add buffer size parameter to rte_eth_dev_get_name_by_port()
 2026-05-29  0:07 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] net/bond: fix secondary process crash and related cleanup
 2026-05-28 23:59 UTC  (6+ messages)
` [PATCH v2 0/4] net/bond: fixes and cleanup
  ` [PATCH v2 1/4] net/bonding: make 8023ad enable function void
  ` [PATCH v2 2/4] net/bonding: check mode before setting dedicated queues
  ` [PATCH v2 3/4] net/bonding: prevent crash on Rx/Tx from secondary process
  ` [PATCH v2 4/4] net/bonding: remove redundant function names from log

[RFC] doc, devtools: discourage new __rte_always_inline
 2026-05-28 21:39 UTC  (2+ messages)

[v4 1/1] net/hinic3: Fix VXLAN TSO issue
 2026-05-28 21:00 UTC  (3+ messages)
` [v6 0/2] net/hinic3: Fix the hinic3 driver issue

[PATCH] net/iavf: fix vectorization high ping latency
 2026-05-28 20:51 UTC 

[PATCH] doc: announce removal of flow director
 2026-05-28 18:29 UTC  (3+ messages)

[PATCH v3 0/2] net/mana: add device reset support
 2026-05-28 18:24 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH v7 0/4] devtools: add AI-assisted code review tools
 2026-05-28 18:09 UTC  (3+ messages)
` [PATCH v15 0/6] Add AI code review tools and AGENTS

[PATCH] net/intel: optimize for fast-free hint
 2026-05-28 13:23 UTC  (3+ messages)
` [PATCH v3] "


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