DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-14 19:39:33 to 2026-04-19 16:12:08 UTC [more...]

[PATCH] net/bnxt: add cast to wider type before multiplication
 2026-04-17 16:46 UTC  (2+ messages)

[PATCH 1/1] net/bnxt: fix string bounds checks and format specifiers
 2026-04-17 17:03 UTC  (3+ messages)

[PATCH] net/bnxt: fix memset size mismatch in Tx queue start
 2026-04-17 16:33 UTC  (2+ messages)

[PATCH 00/12] net/pcap: cleanups and test
 2026-04-19 16:09 UTC  (73+ messages)
` [PATCH v23 00/24] net/pcap: fixes, test and enhancements
  ` [PATCH v23 01/24] maintainers: update for pcap driver
  ` [PATCH v23 02/24] net/pcap: fix build on Windows
  ` [PATCH v23 03/24] doc: update features for PCAP PMD
  ` [PATCH v23 04/24] net/pcap: include used headers
  ` [PATCH v23 05/24] net/pcap: remove unnecessary casts
  ` [PATCH v23 06/24] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v23 07/24] net/pcap: advertise Tx multi segment
  ` [PATCH v23 08/24] net/pcap: replace stack bounce buffer
  ` [PATCH v23 09/24] net/pcap: fix error accounting and backpressure on transmit
  ` [PATCH v23 10/24] net/pcap: clean up TX dumper return value and types
  ` [PATCH v23 11/24] net/pcap: add datapath debug logging
  ` [PATCH v23 12/24] net/pcap: consolidate boolean flag handling
  ` [PATCH v23 13/24] net/pcap: support VLAN strip and insert offloads
  ` [PATCH v23 14/24] net/pcap: add link status for interface mode
  ` [PATCH v23 15/24] net/pcap: support nanosecond timestamp precision
  ` [PATCH v23 16/24] net/pcap: reject non-Ethernet interfaces
  ` [PATCH v23 17/24] net/pcap: reduce scope of file-level variables
  ` [PATCH v23 18/24] net/pcap: clarify maximum received packet
  ` [PATCH v23 19/24] eal/windows: add wrapper for access function
  ` [PATCH v23 20/24] net/pcap: add snapshot length devarg
  ` [PATCH v23 21/24] net/pcap: add Rx scatter offload
  ` [PATCH v23 22/24] net/pcap: add link status change support for iface mode
  ` [PATCH v23 23/24] net/pcap: add EOF notification via link status change
  ` [PATCH v23 24/24] test: add comprehensive test suite for pcap PMD
` [PATCH v24 00/24] net/pcap: fixes, test and enhancements
  ` [PATCH v24 01/24] maintainers: update for pcap driver
  ` [PATCH v24 02/24] net/pcap: fix build on Windows
  ` [PATCH v24 03/24] doc: update features for PCAP PMD
  ` [PATCH v24 04/24] net/pcap: include used headers
  ` [PATCH v24 05/24] net/pcap: remove unnecessary casts
  ` [PATCH v24 06/24] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v24 07/24] net/pcap: advertise Tx multi segment
  ` [PATCH v24 08/24] net/pcap: replace stack bounce buffer
  ` [PATCH v24 09/24] net/pcap: fix error accounting and backpressure on transmit
  ` [PATCH v24 10/24] net/pcap: clean up TX dumper return value and types
` [PATCH v24 00/24] net/pcap: bug fixes and new features
  ` [PATCH v24 11/24] net/pcap: add datapath debug logging
  ` [PATCH v24 12/24] net/pcap: consolidate boolean flag handling
  ` [PATCH v24 13/24] net/pcap: support VLAN strip and insert offloads
  ` [PATCH v24 14/24] net/pcap: add link status for interface mode
  ` [PATCH v24 15/24] net/pcap: support nanosecond timestamp precision
  ` [PATCH v24 16/24] net/pcap: reject non-Ethernet interfaces
  ` [PATCH v24 17/24] net/pcap: reduce scope of file-level variables
  ` [PATCH v24 18/24] net/pcap: clarify maximum received packet
  ` [PATCH v24 19/24] eal/windows: add wrapper for access function
  ` [PATCH v24 20/24] net/pcap: add snapshot length devarg
  ` [PATCH v24 21/24] net/pcap: add Rx scatter offload
  ` [PATCH v24 22/24] net/pcap: add link status change support for iface mode
  ` [PATCH v24 23/24] net/pcap: add EOF notification via link status change
  ` [PATCH v24 24/24] test: add comprehensive test suite for pcap PMD
` [PATCH v25 00/24] net/pcap: bug fixes and new features
  ` [PATCH v25 01/24] maintainers: update for pcap driver
  ` [PATCH v25 02/24] net/pcap: fix build on Windows
  ` [PATCH v25 03/24] doc: update features for PCAP PMD
  ` [PATCH v25 04/24] net/pcap: include used headers
  ` [PATCH v25 05/24] net/pcap: remove unnecessary casts
  ` [PATCH v25 06/24] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v25 07/24] net/pcap: advertise Tx multi segment
  ` [PATCH v25 08/24] net/pcap: replace stack bounce buffer
  ` [PATCH v25 09/24] net/pcap: fix error accounting and backpressure on transmit
  ` [PATCH v25 10/24] net/pcap: clean up TX dumper return value and types

[PATCH v3 00/29] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-04-19 15:42 UTC  (7+ messages)
` [PATCH v3 04/29] net/ixgbe: use adapter in flow-related calls
` [PATCH v3 05/29] net/intel/common: add common flow action parsing
` [PATCH v3 12/29] net/ixgbe: use common checks in FDIR filters

[PATCH] common/mlx5: add ConnectX-10 SmartNIC
 2026-04-19 11:17 UTC 

[PATCH 26.07 0/5] net/mlx5: legacy vport match support with HWS
 2026-04-19 11:14 UTC  (2+ messages)

[PATCH] mempool: improve cache behaviour and performance
 2026-04-19  9:55 UTC  (5+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "

[PATCH] net/intel: do not bypass mbuf lib for mbuf fast-free
 2026-04-19  6:29 UTC  (2+ messages)

[PATCH v1 0/2] few improvemnts for SORING lib
 2026-04-18  3:28 UTC  (10+ messages)
` [PATCH v1 1/2] ring: make soring to finalize its own stage only
` [PATCH v1 2/2] ring: introduce peek API for soring
` [PATCH v2 0/2] few improvemnts for SORING lib
  ` [PATCH v2 1/2] ring: make soring to finalize its own stage only
  ` [PATCH v2 2/2] ring: introduce peek API for soring
  ` [PATCH v3 0/2] few improvemnts for SORING lib
    ` [PATCH v3 1/2] ring: make soring to finalize its own stage only
    ` [PATCH v3 2/2] ring: introduce peek API for soring

[PATCH] net/mlx5: add validation for indirect actions
 2026-04-17 22:21 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] net/bond: fix secondary process crash and related cleanup
 2026-04-17 16:51 UTC  (4+ messages)
` [PATCH 1/3] net/bonding: restore dedicated queue state on mode set error
` [PATCH 2/3] net/bonding: prevent crash on Rx/Tx from secondary process
` [PATCH 3/3] net/bonding: remove redundant function names from log

[PATCH v1 0/3] net/iavf: add NEON support for Rx/Tx paths
 2026-04-17 13:08 UTC  (4+ messages)
` [PATCH v1 1/3] net/iavf: add Rx scattered function for 32B desc
` [PATCH v1 2/3] net/iavf: add NEON-optimised Tx burst function
` [PATCH v1 3/3] net/iavf: add NEON support for Rx flex desc

[DPDK/eventdev Bug 1705] DPDK fails to compile on Ubuntu 24.04 with BullseyeCoverage
 2026-04-17 13:04 UTC  (2+ messages)

[PATCH v2 0/3] iavf: LLDP ptype and AVX2 ctx paths
 2026-04-17 13:00 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] net/iavf: support LLDP Tx via mbuf ptype or dynfield
  ` [PATCH v3 2/3] net/iavf: add AVX2 context descriptor Tx paths
  ` [PATCH v3 3/3] doc: announce change to LLDP packet detection in iavf PMD
  ` [PATCH v4 0/3] iavf: LLDP ptype and AVX2 ctx paths
    ` [PATCH v4 1/3] net/iavf: support LLDP Tx via mbuf ptype or dynfield
    ` [PATCH v4 2/3] net/iavf: add AVX2 context descriptor Tx paths
    ` [PATCH v4 3/3] doc: announce change to LLDP packet detection in iavf PMD

[DPDK/mk Bug 32] Does not cross-compile: buildtools/check-experimental-syms.sh assumes `objdump`
 2026-04-17 10:03 UTC 

[PATCH v4 0/4] Introduce Topology NUMA grouping for lcores
 2026-04-17  9:55 UTC  (14+ messages)
` [PATCH v5 0/3] eal/topology: introduce topology-aware lcore grouping
  ` [PATCH v5 v5 1/3] eal/topology: add Topology grouping for lcores
  ` [PATCH v5 v5 2/3] app: add topology aware test case
  ` [PATCH v5 v5 3/3] doc: add new section topology

[PATCH v1 00/15] power: unify and improve lcore ID verification
 2026-04-17  2:53 UTC  (20+ messages)
` [PATCH v1 01/15] power/kvm_vm: enforce enabled lcore ID check
` [PATCH v1 02/15] power/acpi_cpufreq: "
` [PATCH v1 03/15] power/amd_pstate: "
` [PATCH v1 04/15] power/cppc_cpufreq: "
` [PATCH v1 05/15] power/intel_pstate: "
` [PATCH v1 06/15] power: "
` [PATCH v1 07/15] power: add a common macro to verify lcore ID
` [PATCH v1 08/15] power/pmd_mgmt: replace lcore ID verification with new macro
` [PATCH v1 09/15] power/qos: replace the "
` [PATCH v1 10/15] power/cpufreq: add the lcore ID verification to framework
` [PATCH v1 11/15] power/acpi_cpufreq: remove the verification of lcore ID
` [PATCH v1 12/15] power/amd_pstate: "
` [PATCH v1 13/15] power/cppc_cpufreq: "
` [PATCH v1 14/15] power/intel_pstate: "
` [PATCH v1 15/15] power/kvm_vm: "

[PATCH] net/mlx5: add hardware query for basic stats
 2026-04-16 22:40 UTC 

[PATCH 1/2] config: add mbuf burst size configuration
 2026-04-16 21:11 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] examples: use default mbuf burst size

[PATCH v3] net/axgbe: mask unsupported PHY half-duplex modes
 2026-04-16 19:01 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 0/6] fix pthread mutexes for multi-process
 2026-04-16 17:57 UTC  (7+ messages)
` [PATCH v3 0/2] af_packet: cleanup and test
  ` [PATCH v3 1/2] net/af_packet: fix indentation
  ` [PATCH v3 2/2] test: add test for af_packet
` [PATCH v4 0/2] af_packet: cleanup and test
  ` [PATCH v4 1/2] net/af_packet: fix indentation
  ` [PATCH v4 2/2] test: add test for af_packet

[PATCH] cryptodev: reset resource pointers in init error path
 2026-04-16 14:44 UTC  (2+ messages)

[PATCH] common/qat: add asym crypto disable option
 2026-04-16 14:05 UTC  (2+ messages)

[PATCH] crypto/scheduler: fix typo
 2026-04-16 14:04 UTC  (2+ messages)

[PATCH v4 1/1] net/ice: add NEON-optimised Rx/Tx vector paths
 2026-04-16 13:04 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] net/ice: fix L2TPv2 outer MAC address in training packet
 2026-04-16 12:10 UTC  (5+ messages)
` [PATCH v3] net/ice: detect L2TPv2 tunnel type in pre-scan loop
  ` [PATCH v3] net/ice: fix L2TPv2 outer MAC in training packet

[PATCH 1/2] common/cnxk: add FEC configuration support
 2026-04-16 12:00 UTC  (2+ messages)
` [PATCH 2/2] net/cnxk: add FEC get set and capability ops

[PATCH] net/cpfl: add LEM block support in CPFL PMD
 2026-04-16 11:41 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] dts: ConfigurationError not thrown due to lack of next default value
 2026-04-16 10:50 UTC  (2+ messages)

[PATCH] net/i40e: reduce debug messages
 2026-04-16  8:13 UTC  (2+ messages)

24.11.5 patches review and test
 2026-04-15 21:01 UTC  (5+ messages)

[PATCH v11 0/6] flow_parser: add shared parser library
 2026-04-15 10:07 UTC  (3+ messages)
` [PATCH v11 1/6] cmdline: include stddef.h for MSVC compatibility

[PATCH 0/8] Rework device probing
 2026-04-15 10:05 UTC  (11+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 6/7] bus: factorize device selection
` [PATCH v4 0/7] Rework device probing

[PATCH v7 0/4] devtools: add AI-assisted code review tools
 2026-04-14 21:08 UTC  (22+ messages)
` [PATCH v13 0/6] Add AGENTS.md and scripts for AI code review
  ` [PATCH v13 1/6] doc: add AGENTS.md for AI code review tools
  ` [PATCH v13 2/6] devtools: add multi-provider AI patch review script
  ` [PATCH v13 3/6] devtools: add compare-reviews.sh for multi-provider analysis
  ` [PATCH v13 4/6] devtools: add multi-provider AI documentation review script
  ` [PATCH v13 5/6] doc: add AI-assisted patch review to contributing guide
  ` [PATCH v13 6/6] MAINTAINERS: add section for AI review tools
` [PATCH v14 0/6] Add AGENTS.md and scripts for AI code review
  ` [PATCH v14 1/6] doc: add AGENTS.md for AI code review tools
  ` [PATCH v14 2/6] devtools: add multi-provider AI patch review script
  ` [PATCH v14 3/6] devtools: add compare-reviews.sh for multi-provider analysis
  ` [PATCH v14 4/6] devtools: add multi-provider AI documentation review script
  ` [PATCH v14 5/6] doc: add AI-assisted patch review to contributing guide
  ` [PATCH v14 6/6] MAINTAINERS: add section for AI review tools


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