DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] ethdev: support RSS based on RoCEv2 header
 2025-04-30 14:48 UTC  (10+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] drivers: add support for IB_BTH header for RSS in cnxk device
  ` [PATCH v3 1/2] ethdev: support RSS based on RoCEv2 header
    ` [PATCH v3 2/2] drivers: add support for IB_BTH header for RSS in cnxk device
    ` [PATCH v4 1/2] ethdev: support RSS based on RoCEv2 header
      ` [PATCH v4 2/2] drivers: add support for IB_BTH header for RSS in cnxk device

Regarding Mellanox bifurcated driver on Azure
 2025-04-30 14:28 UTC  (9+ messages)

[PATCH v1 00/25] net/ntnic: fixes and improvements
 2025-04-30 14:05 UTC  (27+ messages)
` [PATCH v1 01/25] net/ntnic: remove usage of the variable-length arrays
` [PATCH v1 02/25] net/ntnic: handle string truncations when using strlcpy
` [PATCH v1 03/25] net/ntnic: replace pragma pack with DPDK defined macros
` [PATCH v1 04/25] net/ntnic: remove extra memset
` [PATCH v1 05/25] net/ntnic: include all queues into statistics
` [PATCH v1 06/25] net/ntnic: avoid misleading variable names
` [PATCH v1 07/25] net/ntnic: apply packing to the structure
` [PATCH v1 08/25] net/ntnic: improve logging format specifiers
` [PATCH v1 09/25] net/ntnic: remove usless expressions
` [PATCH v1 10/25] net/ntnic: remove unused code
` [PATCH v1 11/25] net/ntnic: remove usless part of conditional expression
` [PATCH v1 12/25] net/ntnic: add error logging for hsh
` [PATCH v1 13/25] net/ntnic: add explicitly specificator
` [PATCH v1 14/25] net/ntnic: add handle memory allocation failures
` [PATCH v1 15/25] net/ntnic: remove redundant initialization
` [PATCH v1 16/25] net/ntnic: enhance null checks and assertions
` [PATCH v1 17/25] net/ntnic: add return value check
` [PATCH v1 18/25] net/ntnic: remove redundant assignments and branching
` [PATCH v1 19/25] net/ntnic: rework array usage
` [PATCH v1 20/25] net/ntnic: avoid divide by zero
` [PATCH v1 21/25] net/ntnic: remove unnecessary void cast
` [PATCH v1 22/25] net/ntnic: remove unnecessary memset
` [PATCH v1 23/25] net/ntnic: add null verification
` [PATCH v1 24/25] net/ntnic: avoid possible deadlock
` [PATCH v1 25/25] net/ntnic: fix operation with rte ring queue

[PATCH v6 1/4] bus/pci: fix registration of PCI device
 2025-04-30 11:12 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/4] lib: fix comparison between devices

[PATCH] net/mlx5: fix flex tunnel validation
 2025-04-30 11:03 UTC 

[PATCH] ethdev: remove callback checks from fast path
 2025-04-30  7:26 UTC  (4+ messages)

[PATCH] Add new tracepoint function for type time_t
 2025-04-30  5:21 UTC  (4+ messages)
` [PATCH V2] "
  ` [PATCH V3] "
      ` |FAILURE| pw153190 "

[PATCH] net/e1000: support Rx/Tx burst mode info
 2025-04-30  1:25 UTC  (3+ messages)

[PATCH] net/mlx5: fix VLAN stripping on hairpin queues
 2025-04-29 21:30 UTC  (2+ messages)

[PATCH 1/2] net/mlx5: non template - fix validation for GENEVE options
 2025-04-29 21:29 UTC  (3+ messages)
` [PATCH 2/2] net/mlx5: fix coverity warning

[PATCH] net/mlx5: add match on IPv6 fragment extension header
 2025-04-29 21:28 UTC  (2+ messages)

810 VFIO , SRIOV, multi-process stats read DPDK testpmd
 2025-04-29 16:18 UTC  (4+ messages)

meson error on ARM Grace server 23.11/22.11
 2025-04-29 15:59 UTC  (4+ messages)

[PATCH v2] net/ixgbe: support Rx/Tx burst mode info
 2025-04-29 14:39 UTC  (6+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH] net/iavf: support Rx/Tx burst mode info
 2025-04-29 14:38 UTC  (3+ messages)
` [PATCH v2] "

rte_eth_stats_get seems slow
 2025-04-29 13:34 UTC  (5+ messages)

net/mlx5: wrong Rx/Tx descriptor limits when DevX is off
 2025-04-29 12:25 UTC  (2+ messages)
` [PATCH] net/mlx5: fix the maximal queue size query

[PATCH v2] net/mlx5: mitigate the Tx queue parameter adjustment
 2025-04-29 11:30 UTC  (3+ messages)

[PATCH] trace: fix out of bounds write in __rte_trace_mem_get
 2025-04-29 10:52 UTC  (3+ messages)
` [PATCH v2] "
  ` [EXTERNAL] "

[PATCH] app/crypto-perf: add RSA test vectors
 2025-04-29  9:58 UTC 

[PATCH] crypto/virtio: support RSA 8K mod ops
 2025-04-29  9:58 UTC 

Virtio-PMD speed limits to 100Gbps, while hardware supports 200Gbps
 2025-04-29  7:38 UTC  (2+ messages)

[PATCH v3 1/1] bus/pci: introduce get_iova_mode for pci dev
 2025-04-29  3:08 UTC  (4+ messages)
    ` 回复:[PATCH "

[DPDK/meson Bug 1703] meson: Unsupported part number for ARM Grace during meson setup
 2025-04-29  2:38 UTC 

[DPDK/meson Bug 1702] meson: Unsupported part number for ARM Grace during meson setup
 2025-04-29  2:34 UTC 

add one example of DPI ?
 2025-04-29  1:14 UTC  (3+ messages)

[PATCH] net/mlx5/hws: fix send queue drain on FW WQE destroy
 2025-04-28 23:58 UTC  (2+ messages)

[PATCH 00/10] centralise base code handling for drivers
 2025-04-28 16:44 UTC  (3+ messages)

[PATCH] net/e1000: fix eeprom dump failure
 2025-04-28 15:37 UTC  (2+ messages)

[PATCH] net/intel: fix igb tx queue offloads capability
 2025-04-28 15:20 UTC  (2+ messages)

[PATCH] net/intel: fix xstats name
 2025-04-28 15:14 UTC  (2+ messages)

[PATCH v1] net/idpf: avoid truncation of constant value
 2025-04-28 15:07 UTC  (5+ messages)

[PATCH] net/ice: fix Rx of large packets
 2025-04-28 14:59 UTC  (3+ messages)

[PATCH 0/2] node: add mbuf dynamic field for nodes
 2025-04-28 10:42 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] node: add global node mbuf dynfield
` [PATCH v6 0/2] node: add mbuf dynamic field for nodes
  ` [PATCH v6 1/2] node: add global node mbuf dynfield
  ` [PATCH v6 2/2] node: use node mbuf dynfield in ip4 nodes

23.11.4 patches review and test
 2025-04-28  9:27 UTC  (7+ messages)

[PATCH] net/intel: using common functions in idpf driver
 2025-04-28  9:21 UTC  (6+ messages)
` [PATCH v8 0/4] "
  ` [PATCH v8 1/4] net/intel: align Tx queue struct field names
  ` [PATCH v8 2/4] net/intel: use common Tx entry structure
  ` [PATCH v8 3/4] net/intel: use common Tx queue structure
  ` [PATCH v8 4/4] net/idpf: use common Tx free fn in idpf

[PATCH] crypto/qat: fix out-of-place chain, cipher and auth headers
 2025-04-28  6:30 UTC 

[DPDK/ethdev Bug 1701] Mismatch in packet length causing ACC00 Firmware crash
 2025-04-28  6:02 UTC 

[PATCH] rust: RFC/demo of safe API for Dpdk Eal, Eth and Rxq
 2025-04-27 18:50 UTC  (6+ messages)

[PATCH 1/2] common/mlx5: read SWS capability bits
 2025-04-27 11:19 UTC  (2+ messages)
` [PATCH 2/2] net/mlx5: update devarg according to SWS support

[PATCH V2] ethdev_trace.h: Update the trace point function when _TIME_BITS=64
 2025-04-27  2:06 UTC  (3+ messages)

[PATCH] bus/pci: introduce get_iova_mode for pci dev
 2025-04-27  1:36 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 01/13] net/sxe: add base driver directory and doc
 2025-04-26 17:08 UTC  (24+ messages)
` [PATCH 02/13] net/sxe: add ethdev probe and remove
` [PATCH 03/13] net/sxe: add tx rx setup and data path
` [PATCH 04/13] net/sxe: add link, flow ctrl, mac ops, mtu ops function
` [PATCH 05/13] net/sxe: support vlan filter
` [PATCH 06/13] net/sxe: add mac layer filter function
` [PATCH 07/13] net/sxe: support rss offload
` [PATCH 08/13] net/sxe: add dcb function
` [PATCH 09/13] net/sxe: support ptp
` [PATCH 10/13] net/sxe: add xstats function
` [PATCH 11/13] net/sxe: add custom cmd led ctrl
` [PATCH 12/13] net/sxe: add simd function
` [PATCH 13/13] net/sxe: add virtual function

[DPDK/core Bug 1700] BPF callback wait is not MP safe
 2025-04-25 22:47 UTC 

[PATCH 0/2] net/mlx5: flow counter pool fixes
 2025-04-25 19:41 UTC  (3+ messages)
` [PATCH 1/2] net/mlx5: fix counter pool init error propagation
` [PATCH 2/2] net/mlx5: fix counter service thread init

[PATCH] net/mlx5: validate GTP PSC QFI width
 2025-04-25 19:35 UTC 

[PATCH] net/mlx5: fix modify field action on group 0
 2025-04-25 19:32 UTC 

[RFC PATCH 0/2] dts: add basic scope to improve shell handling
 2025-04-25 18:50 UTC  (30+ messages)
` [PATCH v2 0/7] dts: shell improvements
  ` [PATCH v2 1/7] dts: escape single quotes
  ` [PATCH v2 2/7] dts: add blocking dpdk app class
  ` [PATCH v2 3/7] dts: add shells pool
  ` [PATCH v2 4/7] dts: revert back to a single InteractiveShell
  ` [PATCH v2 5/7] dts: make shells path dynamic
  ` [PATCH v2 6/7] dts: remove multi-inheritance classes
  ` [PATCH v2 7/7] dts: enable shell pooling

[PATCH] net/mlx5: optimize counters ID greneration logic
 2025-04-25 15:55 UTC 

New AWS DPDK CI Testing "Lab" and Patchwork Test Label
 2025-04-25 15:01 UTC 

DTS WG Meeting Minutes - April 24, 2025
 2025-04-25 14:19 UTC 

Community CI Meeting Minutes - April 17, 2025
 2025-04-25 14:10 UTC 

[PATCH 00/46] Support AMD Solarflare X45xx adaptors
 2025-04-24 20:00 UTC  (5+ messages)
` [PATCH v2 00/45] "
  ` [PATCH v2 18/45] common/sfc_efx/base: update MCDI headers

[DPDK/ethdev Bug 1699] Bonding device documentation missing
 2025-04-24 16:28 UTC 

[PATCH] doc: reword flow offload and api docs
 2025-04-24 16:21 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] ethdev: add support for flow action pop E-tag
 2025-04-24 16:13 UTC  (2+ messages)

[PATCH] net/tap: do not force inline or unroll
 2025-04-24 16:07 UTC 

[PATCH] eal: prevent socket closure before MP sync
 2025-04-24 14:26 UTC  (4+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] crypto/ipsec_mb: fix QP release in secondary

[PATCH v3 0/2] dts: port over stats checks
 2025-04-24 12:27 UTC  (8+ messages)
` [PATCH v4 0/2] dts: add stats checks test suite
  ` [PATCH v4 1/2] dts: add clearing port stats to testpmd shell
  ` [PATCH v4 2/2] dts: add port stats checks test suite

page: 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).