DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-04 01:56:46 to 2026-06-05 08:16:38 UTC [more...]

[PATCH] dma/cnxk: fix crash on secondary process cleanup
 2026-06-05  8:16 UTC 

[PATCH 0/5] net/bnxt: interrupt handling, external mbuf and stability fixes
 2026-06-05  0:50 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] net/bnxt: fix NQ/CQ processing for interrupt handling
  ` [PATCH v2 2/5] net/bnxt: use buf address for external mbuf
  ` [PATCH v2 3/5] net/bnxt: fix IOVA range check for external mbuf head node
  ` [PATCH v2 4/5] net/bnxt: prevent a potential segfault
  ` [PATCH v2 5/5] net/bnxt: fix for segmentation fault that would occur on exit

[PATCH v15 0/5] Support add/remove memory region and get-max-slots
 2026-06-04 23:57 UTC  (6+ messages)
` [PATCH v15 1/5] vhost: add user to mailmap and define to vhost hdr
` [PATCH v15 2/5] vhost: header defines for add/rem mem region
` [PATCH v15 3/5] vhost: refactor memory helper functions
` [PATCH v15 4/5] vhost: add mem region add/remove handlers
` [PATCH v15 5/5] vhost: enable configure memory slots

[PATCH v14 0/5] Support add/remove memory region and get-max-slots
 2026-06-04 23:56 UTC  (12+ messages)
` [PATCH v14 1/5] vhost: add user to mailmap and define to vhost hdr
` [PATCH v14 2/5] vhost: header defines for add/rem mem region
` [PATCH v14 3/5] vhost: refactor memory helper functions
` [PATCH v14 4/5] vhost: add mem region add/remove handlers
` [PATCH v14 5/5] vhost: enable configure memory slots

[PATCH 0/4] net/bnxt: miscellaneous bug fixes
 2026-06-04 22:56 UTC  (14+ messages)
` [PATCH 1/4] net/bnxt: modify check for short Tx BDs
` [PATCH 2/4] net/bnxt: fix QP resource count in backing store config
` [PATCH 3/4] net/bnxt: remove implicit integer sign-extension
` [PATCH 4/4] net/bnxt: fix RSS hash mode configuration for VFs
` [PATCH v2 0/4] net/bnxt: miscellaneous bug fixes
  ` [PATCH v2 1/4] net/bnxt: modify check for short Tx BDs
  ` [PATCH v2 2/4] net/bnxt: fix QP resource count in backing store config
  ` [PATCH v2 3/4] net/bnxt: remove implicit integer sign-extension
  ` [PATCH v2 4/4] net/bnxt: fix RSS hash mode configuration for VFs

[PATCH 1/2] ethdev: support selective Rx data
 2026-06-04 19:31 UTC  (11+ messages)
` [PATCH v8 0/9] selective Rx
  ` [PATCH v8 1/9] app/testpmd: print Rx split capabilities
  ` [PATCH v8 2/9] ethdev: introduce selective Rx
  ` [PATCH v8 3/9] app/testpmd: support "
  ` [PATCH v8 4/9] common/mlx5: add null MR functions
  ` [PATCH v8 5/9] net/mlx5: fix Rx split segment counter type
  ` [PATCH v8 6/9] net/mlx5: support selective Rx
  ` [PATCH v8 7/9] common/mlx5: remove callbacks for MR registration
  ` [PATCH v8 8/9] dts: fix topology capability comparison
  ` [PATCH v8 9/9] dts: add selective Rx tests

[PATCH v1] dts: report dut/NIC info during DTS run
 2026-06-04 18:33 UTC  (2+ messages)

[RFC] dts: add code coverage parameter to DTS
 2026-06-04 18:23 UTC  (4+ messages)
` [PATCH v1 1/2] dts: add code coverage reporting "
  ` [PATCH v1 2/2] dts: add build arguments to test run configuration

[PATCH] net/ark: validate IPv4 octets in address parser
 2026-06-04 16:55 UTC  (3+ messages)
` [PATCH v2] net/ark: use standard IPv4 "

[PATCH v1] dts: add sleep to trex setup
 2026-06-04 16:46 UTC  (3+ messages)
` [PATCH v2] dts: add retry loop to trex traffic generation

[PATCH 0/5] ring: convert to C11 atomics where practical
 2026-06-04 16:32 UTC  (17+ messages)
` [PATCH 1/5] ring: split single thread vs multi-thread cases
` [PATCH 2/5] ring: use GCC builtin as alternative to rte_atomic32
` [PATCH 3/5] ring: use C11 for update_tail
` [PATCH 4/5] ring: drop unused arg to update_tail
` [PATCH 5/5] ring: use C11 for single thread move head
` [PATCH v2] ring: convert to C11 atomics where practical
  ` [PATCH v2 1/3] ring: split single thread vs multi-thread cases
  ` [PATCH v2 2/3] ring: use GCC builtin as alternative to rte_atomic32
  ` [PATCH v2 3/3] ring: cleanup the C11 code

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

[PATCH v2 2/5] eal: fix async IPC callback not fired when no peers
 2026-06-04 16:21 UTC  (4+ messages)

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

[PATCH] eal: check for invalid memory parameters
 2026-06-04 16:12 UTC 

[PATCH v6 00/27] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-06-04 15:50 UTC  (4+ messages)
` [PATCH v6 03/27] net/intel/common: add common flow action parsing

[PATCH 00/23] Consolidate bus driver infrastructure
 2026-06-04 14:54 UTC  (3+ messages)
` [PATCH v5 00/25] "

[PATCH] mempool: improve cache behaviour and performance
 2026-06-04 13:57 UTC  (3+ messages)
` [PATCH v8] "

DTS meeting / status
 2026-06-04 13:18 UTC 

[PATCH] net/mlx5: fix counter TAILQ race between free and query callback
 2026-06-04 10:11 UTC 

[PATCH] net/mlx5: fix the eCPRI match on HWS root table
 2026-06-04 10:54 UTC  (2+ messages)

[PATCH v13 0/5] Support add/remove memory region and get-max-slots
 2026-06-04  9:56 UTC  (5+ messages)
` [PATCH v13 1/5] vhost: add user to mailmap and define to vhost hdr

[PATCH] net/mlx5: promote private API to stable
 2026-06-04  9:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4] net/mlx5: prepend implicit items in sync flow creation path
 2026-06-04  9:37 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] net/mlx5: use port index as representor index
 2026-06-04  9:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/mlx5: remove nonsensical flow action class_id checks
 2026-06-04  9:36 UTC  (2+ messages)

[PATCH] net/mlx5: fix uninitialized skip count
 2026-06-04  9:35 UTC  (2+ messages)

[PATCH] net/mlx5: redirect LACP traffic for legacy E-Switch
 2026-06-04  9:34 UTC  (2+ messages)

[PATCH v2] net/mlx5: add validation for indirect actions
 2026-06-04  9:32 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] net/mlx5: query hardware capability for max lro size
 2026-06-04  9:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/1] net/mlx5: fix crash if malloc FCQS fails
 2026-06-04  9:27 UTC  (2+ messages)

[PATCH] net/mlx5: improve error when group table type mismatch
 2026-06-04  9:26 UTC  (2+ messages)

[PATCH v1 0/5] Make VA reservation limits configurable
 2026-06-04  8:22 UTC  (3+ messages)
` [PATCH v3 0/6] "

[PATCH] eal: fix function versioning with LTO
 2026-06-04  7:50 UTC  (4+ messages)

[DPDK/core Bug 1952] hash: build fails with LTO
 2026-06-04  7:46 UTC 

[PATCH 00/10] net/bnxt: vector mode V3 implementation and AVX2 improvements
 2026-06-04  3:18 UTC  (11+ messages)
` [PATCH 01/10] net/bnxt: vector mode implementation for V3 packets
` [PATCH 02/10] net/bnxt: stale values in nr_bds are cleared
` [PATCH 03/10] net/bnxt: fix advertising RX LRO offload capability
` [PATCH 04/10] net/bnxt: scalar rx path disregarded rxcmp flags for setting ptp mbuf flag setting ptp mbuf flag
` [PATCH 05/10] net/bnxt: fix RX timestamping for non-PTP packets
` [PATCH 06/10] net/bnxt: fix packet burst truncation after invalid Tx descriptor descriptor
` [PATCH 07/10] net/bnxt: optimization of the AVX2 RX paths
` [PATCH 08/10] net/bnxt: fix for VLAN stripping being set incorrectly
` [PATCH 09/10] net/bnxt: add vector AVX2 burst mode indicator for v3
` [PATCH 10/10] net/bnxt: fix v3 vector mode not selecting cksum unknown unknown

[PATCH v8 20/20] net/sxe2: update sxe2 feature matrix docs
 2026-06-04  1:54 UTC  (3+ messages)
` [PATCH v9 00/20] net/sxe2: added Linkdata sxe2 ethernet driver
  ` [PATCH v9 19/20] drivers: add testpmd commands for private features


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