DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-02 22:30:30 to 2026-06-04 16:19:59 UTC [more...]

[PATCH v1 00/25] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-06-04 16:19 UTC  (5+ 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] 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 0/5] ring: convert to C11 atomics where practical
 2026-06-04 15:43 UTC  (13+ 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 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  (5+ messages)
` [PATCH v7] "
` [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 v14 0/5] Support add/remove memory region and get-max-slots
 2026-06-04 11:52 UTC  (11+ 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] 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  (5+ messages)

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

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

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

[PATCH 0/4] net/bnxt: miscellaneous bug fixes
 2026-06-03 21:44 UTC  (8+ 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] "
` [PATCH v3 4/4] "

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

[PATCH 1/2] config: add mbuf burst size configuration
 2026-06-03 21:04 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/4] net/bnxt: ULP stats timer and PTP timestamping improvements
 2026-06-03 20:37 UTC  (5+ messages)
` [PATCH 1/4] net/bnxt: move ulp stats timer thread to dedicated cpu
` [PATCH 2/4] net/bnxt: Support for PTP on Wh+ using HWRM interface
` [PATCH 3/4] net/bnxt: Support for Tx/Rx timestamp using HWRM on Wh+
` [PATCH 4/4] net/bnxt: Add PTP support for Thor2

[PATCH 0/4] remove useless null checks before free
 2026-06-03 19:51 UTC  (2+ messages)

[PATCH 0/2] test: clean up assertion macros
 2026-06-03 19:25 UTC  (3+ messages)
` [PATCH v2 0/2] test: cleanup "

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

[PATCH] net/af_packet: fix qpairs argument upper bound check
 2026-06-03 18:13 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH] net/af_packet: fix parsing of numeric device args

[DPDK/ethdev Bug 1950] Lots of problems found from review of ARK PMD
 2026-06-03 17:24 UTC 

[PATCH] net/ark: fix null dereference on allocation failure
 2026-06-03 16:32 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] eal: fix data race in hugepage prefault
 2026-06-03 15:57 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/intel: optimize for fast-free hint
 2026-06-03 15:56 UTC  (6+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] net/intel: write mbuf for last Tx desc of segment

[PATCH] net/ark: fix unsafe env variable in extension loading
 2026-06-03 15:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] test/latency: fix intermittent failure on slow platforms
 2026-06-03 15:37 UTC  (3+ messages)

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

[PATCH] mempool: introduce statistics reset function
 2026-06-03 15:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] net/intel: fix blocking link wait on device start
 2026-06-03 14:34 UTC  (3+ messages)
` [PATCH 1/2] net/ice: revert fix link up when starting device
` [PATCH 2/2] net/i40e: fix blocking link wait on device start

[PATCH] doc: using container to build and run applications
 2026-06-03 14:04 UTC 

ARM v8 rte_power_pause
 2026-06-03 11:56 UTC 

[PATCH v2] lib/ethdev: support inline calculating masked item value
 2026-06-03  9:28 UTC  (3+ messages)
` [PATCH v3] ethdev: "
  ` [PATCH v4] "

[PATCH 1/2] crypto/ipsec_mb: remove chacha-poly and kasumi drivers
 2026-06-03  9:27 UTC  (2+ messages)
` [PATCH 2/2] crypto/ipsec_mb: remove ZUC and SNOW 3G drivers from x86 build

[PATCH v2 4/5] eal: fix async IPC resource leaks on partial failure
 2026-06-03  8:28 UTC  (3+ messages)

[PATCH] app/test-pmd: add generic PROG action parser support
 2026-06-03  6:53 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] net/nfp: fix null dereference in flower ctrl NFD3 Tx
 2026-06-03  5:51 UTC 

[PATCH] net/iavf: fix VF reset race and stale ARQ message handling
 2026-06-03  4:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] power: fix off-by-one in uncore env bounds check
 2026-06-03  4:21 UTC 

[PATCH] net/bnxt/tf_core: fix null deref on pool use allocation
 2026-06-03  4:15 UTC 

[PATCH 0/2] net/bnxt/tf_core: fix ignored return of EM delete
 2026-06-03  3:57 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH] doc: add deprecation notice about upcoming change to ethdev API
 2026-06-03  2:32 UTC 

[RFC] ethdev: add buffer size parameter to rte_eth_dev_get_name_by_port()
 2026-06-03  2:20 UTC  (3+ messages)
` [PATCH v2] "

[DPDK/core Bug 1949] function versioning is incompatible with LTO
 2026-06-02 22:30 UTC 


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