DPDK patches and discussions
 help / color / mirror / Atom feed
[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

[RFC PATCH 00/19] Fix building much of DPDK with -Wshadow
 2025-11-06 15:51 UTC  (22+ 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/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] dts: add dpdk shell warm up period
 2025-11-06 15:05 UTC  (3+ messages)
` [PATCH v2] dts: testpmd link check on port start

[PATCH] net/ice: add source prune configuration API
 2025-11-06 14:22 UTC  (3+ messages)
` [PATCH v4] net/ice: add option to enable source prune

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

[PATCH v2] examples/l3fwd: adjust Tx burst size based on Rx burst
 2025-11-06 14:16 UTC  (2+ messages)
` [PATCH v3] examples/l3fwd: add Tx burst size configuration option

[PATCH v1] net/mlx5: fix indirect meter index leak
 2025-11-06 14:15 UTC  (2+ 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 0/3] testpmd support stop specify lcore
 2025-11-06 12:49 UTC  (10+ messages)
` [PATCH v2 0/3] testpmd support pause/resume specify lcore's fwd
  ` [PATCH v2 1/3] app/testpmd: fix invalid txp when setup DCB forward
  ` [PATCH v2 2/3] app/testpmd: fix wrong Rx queues "
  ` [PATCH v2 3/3] app/testpmd: support pause/resume specify lcore
` [PATCH v3] app/testpmd: support specify TCs when DCB forward

[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 1/1] eal: correct memory ordering in MCS lock
 2025-11-06  7:48 UTC  (11+ 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  (9+ messages)
` [PATCH 5/5] net/mlx5: support count and age "
` [PATCH v2 0/5] net/mlx5: support count and age actions "
  ` [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)

Virtio-PMD in Windows
 2025-11-05 16:17 UTC  (7+ messages)

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

[PATCH] config/arm: add HiSilicon HIP12
 2025-11-05 15:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] app/testpmd: fix devargs format in port attach
 2025-11-05 14:56 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3 1/2] test/dma: update the sg test to verify wrap around case
 2025-11-05 14:53 UTC  (4+ messages)
` [PATCH v4 2/2] test/dma: add functions to verify zero and one fill

[PATCH 0/4] add Hisilicon accelerator DMA driver
 2025-11-05 14:45 UTC  (3+ messages)
` [PATCH v6 "

[PATCH 1/5] common/cnxk: add CPT CQ configuration
 2025-11-05 13:53 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] net/cnxk: enable CPT CQ for outbound traffic
  ` [PATCH v3 1/5] common/cnxk: add CPT CQ configuration
    ` [PATCH v3 2/5] common/cnxk: add params to register IRQ handler
    ` [PATCH v3 3/5] common/cnxk: add routines to operate CPT CQ
    ` [PATCH v3 4/5] drivers: net/cnxk: handle soft expiry support
    ` [PATCH v3 5/5] drivers: net/cnxk: enable CPT CQ for outbound traffic

[DPDK/testpmd Bug 1824] when setting promisc mode to off no packets arrive to testpmd
 2025-11-05 13:53 UTC 

[PATCH v10 00/10] lib/pmu: cleanups and trace integration
 2025-11-05 13:38 UTC  (5+ messages)
` [PATCH v11 0/9] "
  ` [PATCH v11 8/9] trace: add PMU

[PATCH] dma/hisi_pciep: rename hisilicon driver
 2025-11-05 13:17 UTC  (2+ messages)

[DPDK/ethdev Bug 1822] net/intel/fm10k: warning with gcc-16
 2025-11-05 10:43 UTC  (4+ messages)
` [PATCH] net/fm10k: fix build with GCC 16

Assistance with DPDK on Windows
 2025-11-05 10:25 UTC  (3+ messages)

[PATCH] test: support SVA copy for dmadev test
 2025-11-05 10:20 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ntb/ae4dma: added Amd userspace DMA and NTB drivers
 2025-11-05 10:13 UTC  (2+ messages)

[PATCH v0 1/1] dmadev: add domain_id field to access group join API
 2025-11-05 10:06 UTC  (4+ messages)
` [PATCH v2 "

[Bug 1256] drivers/common/mlx5: mlx5_malloc() called on invalid socket ID when global MR cache is full and rte_extmem_* API is used
 2025-11-05  9:22 UTC  (2+ messages)
` [DPDK/other Bug "

[Bug 1112] MLX5: Not able to configure flows on PPPoE, stacked vlan tunnels & enable multiple tunnels at a time
 2025-11-05  9:22 UTC  (2+ messages)
` [DPDK/core Bug "

[PATCH v2] net/ice: add source prune configuration API
 2025-11-05  9:13 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] ci: switch testing to Fedora 42 in GHA
 2025-11-05  8:35 UTC  (3+ messages)
` [PATCH v2] ci: switch testing to Fedora 43 "

[PATCH] Revert "net/null: add fast mbuf release Tx offload"
 2025-11-05  8:19 UTC 

[dpdk-dev] [PATCH] net/cnxk: fix port ID default action
 2025-11-05  8:18 UTC  (2+ messages)

[PATCH] rawdev: fix build with clang 21
 2025-11-05  7:16 UTC  (2+ messages)

[PATCH] eventdev: fix build with clang 21
 2025-11-05  7:16 UTC  (2+ messages)

[PATCH v6 6/6] net/cnxk: report link mode
 2025-11-05  6:52 UTC  (4+ messages)
` [PATCH v7 1/6] common/cnxk: support link mode configuration
  ` [PATCH v7 6/6] net/cnxk: report link mode

Query: Missing acl devargs option for PF in iCE PMD
 2025-11-05  4:07 UTC 

[PATCH 0/2] L4 protocol retrieval from L3 header
 2025-11-05  2:47 UTC  (3+ messages)
` [PATCH 1/2] app/testpmd: revert "
` [PATCH 2/2] app/testpmd: fix the IPv6 extension offset

[PATCH] mbuf: dump Tx offload metadata
 2025-11-04 18:45 UTC  (4+ messages)
` [PATCH v2] "

[RFC 0/6] Packet capture fixes
 2025-11-04 18:07 UTC  (10+ messages)
` [PATCH v6 0/8] packet capture bugfixes and secondary support
  ` [PATCH v6 1/8] dumpcap: handle primary process exit
  ` [PATCH v6 2/8] pdump: "
  ` [PATCH v6 3/8] pdump: fix races in callbacks
  ` [PATCH v6 4/8] dumpcap: handle pdump requests from primary
  ` [PATCH v6 5/8] pdump: "
  ` [PATCH v6 6/8] pdump: forward callback enable to secondary
  ` [PATCH v6 7/8] pdump: remove use of VLA
  ` [PATCH v6 8/8] doc: update documentation on pdump library

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