DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-04 15:43:36 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  (4+ messages)
` [PATCH v14 4/5] vhost: add mem region add/remove handlers

[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  (9+ messages)
` [PATCH 2/5] ring: use GCC builtin as alternative to rte_atomic32
` [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


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