DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 01/19] common/cnxk: add new TM tree for SDP interface
 2025-11-07 10:47 UTC  (19+ messages)
` [PATCH v4 01/23] "
  ` [PATCH v4 02/23] net/cnxk: new "
  ` [PATCH v4 03/23] net/cnxk: disable CQ when SQ stopped
  ` [PATCH v4 04/23] net/cnxk: update scatter check as warning for SDP
  ` [PATCH v4 05/23] common/cnxk: fix inline device API
  ` [PATCH v4 06/23] common/cnxk: add new mailbox to configure LSO alt flags
  ` [PATCH v4 07/23] common/cnxk: add IPv4 fragmentation offload
  ` [PATCH v4 08/23] common/cnxk: update DF flag in IPv4 fragments
  ` [PATCH v4 09/23] common/cnxk: add support for per packet SQ count update
  ` [PATCH v4 10/23] common/cnxk: feature fn to check 16B alignment
  ` [PATCH v4 11/23] common/cnxk: add API to configure backpressure on pool
  ` [PATCH v4 12/23] common/cnxk: fix max number of SQB bufs in clean up
  ` [PATCH v4 13/23] common/cnxk: add support for SQ resize
  ` [PATCH v4 14/23] common/cnxk: increase Tx schedular count
  ` [PATCH v4 15/23] common/cnxk: resolve klocwork issues
  ` [PATCH v4 16/23] common/cnxk: fix null SQ access
  ` [PATCH v4 17/23] common/cnxk: change in aura field width
  ` [PATCH v4 18/23] common/cnxk: fix error handling on inline inbound setup

[PATCH 1/3] net/dpaa2: fix duplicate calling of dpaa2 dev close
 2025-11-07 10:38 UTC  (7+ messages)
` [PATCH 2/3] net/dpaa2: clear active VDQ state when freeing Rx queues
` [PATCH 3/3] bus/fslmc: add support for hotplug of dpni

[PATCH] telemetry: make socket handler typedef private
 2025-11-07  9:32 UTC 

DPDK release candidate 25.11-rc1
 2025-11-07  9:29 UTC  (3+ messages)

[PATCH] net/ice: fix statistics read error
 2025-11-07  9:26 UTC  (2+ messages)

[PATCH v7 6/6] net/cnxk: report link mode
 2025-11-07  8:50 UTC  (8+ messages)
` [PATCH v8 1/6] common/cnxk: support link mode configuration
  ` [PATCH v8 2/6] common/cnxk: provide port type from fwdata
  ` [PATCH v8 3/6] net/cnxk: get speed capability from firmware
  ` [PATCH v8 4/6] net/cnxk: support link mode configuration
  ` [PATCH v8 5/6] net/cnxk: report link type and status
  ` [PATCH v8 6/6] net/cnxk: report link mode

[PATCH v1 0/4] NBL add new features
 2025-11-07  7:34 UTC  (5+ messages)
` [PATCH v1 1/4] net/nbl: change default Rx extension header size to 12 bytes
` [PATCH v1 2/4] net/nbl: add support for Tx and Rx VLAN offload
` [PATCH v1 3/4] net/nbl: add support for imissed stats
` [PATCH v1 4/4] net/nbl: update documentation and maintainers

Virtio-PMD in Windows
 2025-11-07  5:55 UTC  (8+ messages)

[PATCH v4 0/2] dts: add RSS functions and test suite
 2025-11-07  4:18 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] dts: add RSS functions to testpmd
  ` [PATCH v5 2/2] dts: add PMD RSS testsuite

[PATCH v1 1/1] net/e1000: use device timestamp for igc read_clock() operation
 2025-11-07  3:15 UTC 

[PATCH] dts: add dpdk shell warm up period
 2025-11-07  3:03 UTC  (6+ messages)
` [PATCH v2] dts: testpmd link check on port start

[RFC PATCH 00/19] Fix building much of DPDK with -Wshadow
 2025-11-07  2:43 UTC  (26+ messages)
` [RFC PATCH 01/19] eal: fix variable shadowing
` [RFC PATCH 02/19] ethdev: fix variable shadowing issues
` [RFC PATCH 03/19] eventdev: "
` [RFC PATCH 04/19] net: remove shadowed variable
` [RFC PATCH 05/19] graph: fix variable shadowing errors
` [RFC PATCH 06/19] pipeline: fix variable shadowing
` [RFC PATCH 07/19] table: fix issues with "
` [RFC PATCH 08/19] power: rename variable to eliminate shadowing
` [RFC PATCH 09/19] pcapng: rename variable to fix shadowing
` [RFC PATCH 10/19] telemetry: make socket handler typedef private
` [RFC PATCH 11/19] bbdev: fix variable shadowing
` [RFC PATCH 12/19] bus/pci: remove shadowed variables
` [RFC PATCH 13/19] net/intel: rename function param to avoid shadow warnings
` [RFC PATCH 14/19] net/e1000: fix build with shadow warnings enabled
` [RFC PATCH 15/19] net/i40e: "
` [RFC PATCH 16/19] net/ice: "
` [RFC PATCH 17/19] net/cpfl: "
` [RFC PATCH 18/19] net/ixgbe: "
` [RFC PATCH 19/19] app/test-pmd: "

[PATCH 0/3] testpmd support stop specify lcore
 2025-11-07  0:57 UTC  (8+ messages)
` [PATCH v2 0/3] testpmd support pause/resume specify lcore's fwd
` [PATCH v3] app/testpmd: support specify TCs when DCB forward
` [PATCH v4] "

[PATCH v2] examples/l3fwd: adjust Tx burst size based on Rx burst
 2025-11-07  0:38 UTC  (3+ messages)
` [PATCH v3] examples/l3fwd: add Tx burst size configuration option

[PATCH v2 2/3] net/ice: fix PTP clock corruption with TxPP
 2025-11-06 19:01 UTC  (9+ messages)
` [PATCH v3 0/4] Update TxPP feature
  ` [PATCH v3 1/4] net/ice: restrict ice PMD to scalar path for TxPP
  ` [PATCH v3 2/4] net/ice: fix PTP clock corruption with TxPP
  ` [PATCH v3 3/4] net/ice: enable PTP packet forward "
    ` [PATCH v4 3/4] net/ice: fix TxPP/IEEE 1588 port forwarding conflict
  ` [PATCH v3 4/4] doc: update TxPP documentation

[PATCH v1] dts: add test case docstring checks to format script
 2025-11-06 18:13 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] net/ice: adjust RSS LUT settings
 2025-11-06 17:56 UTC  (2+ messages)

[PATCH] net/ice: add source prune configuration API
 2025-11-06 17:56 UTC  (6+ messages)
` [PATCH v4] net/ice: add option to enable source prune
` [PATCH v5] "

[PATCH 0/2] Fixes for iavf VLAN insertion offload
 2025-11-06 15:32 UTC  (23+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] net/iavf: fix compilation with VLAN insertion disabled
  ` [PATCH v2 2/6] net/iavf: remove duplication in AVX-512 VLAN insert logic
  ` [PATCH v2 3/6] net/iavf: ensure correct conditions for AVX-512 VLAN offload
  ` [PATCH v2 4/6] net/iavf: fix single VLAN insertion positioning
  ` [PATCH v2 5/6] net/iavf: fix QinQ insertion for single packet Tx
  ` [PATCH v2 6/6] net/iavf: fix QinQ insertion with mbuf flags VLAN and QINQ
  ` [PATCH v3 0/6] Fixes for iavf VLAN insertion offload
    ` [PATCH v3 1/6] net/iavf: fix compilation with VLAN insertion disabled
    ` [PATCH v3 2/6] net/iavf: remove duplication in AVX-512 VLAN insert logic
    ` [PATCH v3 3/6] net/iavf: ensure correct conditions for AVX-512 VLAN offload
    ` [PATCH v3 4/6] net/iavf: fix single VLAN insertion positioning
    ` [PATCH v3 5/6] net/iavf: fix QinQ insertion for single packet Tx
    ` [PATCH v3 6/6] net/iavf: fix QinQ insertion with mbuf flags VLAN and QINQ

[PATCH v5 0/3] Add TREX Traffic Generator to DTS Framework
 2025-11-06 15:25 UTC  (9+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/3] dts: rework traffic generator inheritance structure
  ` [PATCH v6 2/3] dts: add trex traffic generator to dts framework
  ` [PATCH v6 3/3] dts: add performance test functions to test suite API

[PATCH v1] net/mlx5: fix invalid queue index handling
 2025-11-06 14:16 UTC  (2+ messages)

[PATCH v1] net/mlx5: fix indirect meter index leak
 2025-11-06 14:15 UTC  (2+ messages)

[PATCH 1/1] eal: correct memory ordering in MCS lock
 2025-11-06 14:10 UTC  (10+ messages)

[PATCH] doc: document non-template API limitations on top of HWS
 2025-11-06 14:06 UTC  (2+ messages)

[PATCH] net/mlx5: fix modify field action operation restriction
 2025-11-06 14:04 UTC  (2+ messages)

[PATCH] examples/l3fwd-power: fix telemetry command registration
 2025-11-06 13:41 UTC  (2+ messages)

[PATCH] doc: document telemetry command name restrictions
 2025-11-06 13:41 UTC  (2+ messages)

[PATCH] net/mlx5: fix non-template sample action validation
 2025-11-06 13:02 UTC 

[PATCH 0/9] bugfix and refactor of dma-perf
 2025-11-06 12:57 UTC  (4+ messages)
` [PATCH v4 00/14] "

[PATCH] doc: update mlx5 vDPA guide
 2025-11-06 11:13 UTC  (2+ messages)

[PATCH] drivers: add ConnectX-9 device ID
 2025-11-06 11:11 UTC  (2+ messages)

[PATCH 1/2] common/mlx5: read SWS capability bits
 2025-11-06  8:38 UTC  (2+ messages)
` [PATCH 2/2] net/mlx5: update flow devarg handling for future HW

[PATCH v1] net/intel: changes to avoid comma operator misuse warnings
 2025-11-06  8:23 UTC 

[PATCH v2 0/1] ring: correct ordering issue in head/tail update
 2025-11-06  8:15 UTC  (5+ messages)
` [PATCH v2 1/1] ring: safe partial ordering for "

[PATCH] mbuf: improve mbuf comments
 2025-11-06  7:50 UTC  (4+ messages)

[PATCH] net/mlx5: remove representor matching devarg
 2025-11-06  7:31 UTC  (2+ messages)

[PATCH 0/5] net/mlx5: support count and age actions on root group
 2025-11-06  7:30 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] net/mlx5: fix error reporting on masked indirect actions
  ` [PATCH v2 2/5] common/mlx5: detect DevX counters support in rdma-core
  ` [PATCH v2 3/5] net/mlx5/hws: support counter from DevX bulk on root
  ` [PATCH v2 4/5] net/mlx5: rework root group checks in table create
  ` [PATCH v2 5/5] net/mlx5: support count and age on root group

[PATCH v1 1/1] vfio: fix custom containers in multiprocess
 2025-11-06  7:28 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/5] bpf enhancements
 2025-11-06  7:26 UTC  (6+ messages)
` [PATCH v4 0/5] BPF enhancements
  ` [PATCH v4 2/5] bpf: use bulk free on filtered packets
  ` [PATCH v4 5/5] bpf: replace use of VLA

[PATCH] net/mlx5: fix external Rx and Tx queues access
 2025-11-06  7:21 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/2] ci: refactor build dependencies in GHA
 2025-11-06  7:13 UTC  (5+ messages)
` [PATCH 2/2] ci: add dependency in GHA for AMD uncore power driver

[PATCH 1/2] ethdev: make representor parameter more explicit
 2025-11-06  5:52 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] net/mlx5: support PF representor suppresion in multi-port E-Switch
` [PATCH v3 1/2] ethdev: make representor parameter more explicit
  ` [PATCH v3 2/2] net/mlx5: support PF representor suppression in multi-port E-Switch
` [PATCH v4 1/2] ethdev: make representor parameter more explicit
  ` [PATCH v4 2/2] net/mlx5: support PF representor suppression in multi-port E-Switch

[PATCH v1] dts: move artifact class to API
 2025-11-06  5:04 UTC  (4+ messages)

[PATCH 0/2] two bugfix for testpmd DCB
 2025-11-06  1:24 UTC  (4+ messages)
` [PATCH 1/2] app/testpmd: fix invalid txp when setup DCB forward
` [PATCH 2/2] app/testpmd: fix wrong Rx queues "

[PATCH 1/1] move SPDX tag on the first line
 2025-11-06  1:22 UTC  (6+ messages)
` [PATCH] check-spdk: check that tag is on "
  ` [PATCH v2] "

[PATCH] examples/vdpa: support show protocol features
 2025-11-06  0:37 UTC  (2+ messages)

[PATCH] docs: fix Nvidia bifurcated driver presentation link
 2025-11-05 21:59 UTC  (2+ messages)

[PATCH 0/5] mlx5: remove useless constants
 2025-11-05 21:37 UTC  (2+ messages)

[PATCH] fix after-code Doxygen comments
 2025-11-05 21:34 UTC  (2+ messages)

[PATCH 0/2] pcpang changes
 2025-11-05 21:03 UTC  (3+ messages)
` [PATCH 1/2] pcapng: use alloca instead of fixed buffer
` [PATCH 2/2] test: add more tests for comments

[PATCH] net/bonding: fix MAC address propagation in 802.3ad mode
 2025-11-05 19:03 UTC  (2+ messages)

[PATCH] doc: update FreeBSD python version
 2025-11-05 16:46 UTC  (5+ messages)

[PATCH] net/mlx5: store rxq MTU at allocation time
 2025-11-05 15:34 UTC  (3+ messages)

page:  |  | latest

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).