DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 21:13:41 to 2026-04-16 18:48:22 UTC [more...]

[PATCH 00/12] net/pcap: cleanups and test
 2026-04-16 18:45 UTC  (60+ messages)
` [PATCH v22 00/24] net/pcap: fixes, test and enhancements
  ` [PATCH v22 01/24] maintainers: update for pcap driver
  ` [PATCH v22 02/24] net/pcap: fix build on Windows
  ` [PATCH v22 03/24] doc: update features for PCAP PMD
  ` [PATCH v22 04/24] net/pcap: include used headers
  ` [PATCH v22 05/24] net/pcap: remove unnecessary casts
  ` [PATCH v22 06/24] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v22 07/24] net/pcap: advertise Tx multi segment
  ` [PATCH v22 08/24] net/pcap: replace stack bounce buffer
  ` [PATCH v22 09/24] net/pcap: fix error accounting and backpressure on transmit
  ` [PATCH v22 10/24] net/pcap: clean up TX dumper return value and types
  ` [PATCH v22 11/24] net/pcap: add datapath debug logging
  ` [PATCH v22 12/24] net/pcap: consolidate boolean flag handling
  ` [PATCH v22 13/24] net/pcap: support VLAN strip and insert offloads
  ` [PATCH v22 14/24] net/pcap: add link status for interface mode
  ` [PATCH v22 15/24] net/pcap: support nanosecond timestamp precision
  ` [PATCH v22 16/24] net/pcap: reject non-Ethernet interfaces
  ` [PATCH v22 17/24] net/pcap: reduce scope of file-level variables
  ` [PATCH v22 18/24] net/pcap: clarify maximum received packet
  ` [PATCH v22 19/24] eal/windows: add wrapper for access function
  ` [PATCH v22 20/24] net/pcap: add snapshot length devarg
  ` [PATCH v22 21/24] net/pcap: add Rx scatter offload
  ` [PATCH v22 22/24] net/pcap: add link status change support for iface mode
  ` [PATCH v22 23/24] net/pcap: add EOF notification via link status change
  ` [PATCH v22 24/24] test: add comprehensive test suite for pcap PMD
` [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 0/6] fix pthread mutexes for multi-process
 2026-04-16 17:57 UTC  (21+ messages)
` [PATCH 1/6] ethdev: fix flow_ops_mutex "
` [PATCH 2/6] net/failsafe: fix hotplug_mutex "
` [PATCH 3/6] net/atlantic: fix mbox_mutex "
` [PATCH 4/6] net/axgbe: fix mutexes "
` [PATCH 5/6] net/bnxt: "
` [PATCH 6/6] net/hinic: "
` [PATCH v2 0/6] fix process shared pthread mutexes
  ` [PATCH v2 1/6] ethdev: fix flow_ops_mutex for multi-process
  ` [PATCH v2 2/6] net/failsafe: fix hotplug_mutex "
  ` [PATCH v2 3/6] net/atlantic: fix mbox_mutex "
  ` [PATCH v2 4/6] net/axgbe: fix mutexes "
  ` [PATCH v2 5/6] net/bnxt: "
  ` [PATCH v2 6/6] net/hinic: "
` [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 v1 00/15] power: unify and improve lcore ID verification
 2026-04-16 15:51 UTC  (18+ 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] 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 0/4] Introduce Topology NUMA grouping for lcores
 2026-04-16 13:19 UTC  (11+ 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 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)

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

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

[PATCH v1 0/2] few improvemnts for SORING lib
 2026-04-15 17:16 UTC  (3+ 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] mempool: improve cache behaviour and performance
 2026-04-15 13:40 UTC  (3+ messages)
` [PATCH v3] "

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

[PATCH 0/8] Rework device probing
 2026-04-15 10:05 UTC  (31+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 5/7] bus: factorize devargs lookup
  ` [PATCH v3 6/7] bus: factorize device selection
  ` [PATCH v3 7/7] eal: configure initial device probing
      ` [EXTERNAL] Re: [PATCH v3 0/7] Rework "
` [PATCH v4 "
  ` [PATCH v4 1/7] devtools: check packet forwarding in null test
  ` [PATCH v4 2/7] bus/fslmc: fix bus cleanup
  ` [PATCH v4 3/7] drivers/bus: require probe function for NXP drivers
  ` [PATCH v4 4/7] drivers/bus: cleanup devargs lookup in scan
  ` [PATCH v4 5/7] bus: factorize devargs lookup
  ` [PATCH v4 6/7] bus: factorize device selection
  ` [PATCH v4 7/7] eal: configure initial 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

Meeting Minutes, March 04, 2026
 2026-04-14 18:31 UTC 

[RFC v3 0/2] An API for Stashing Packets into CPU caches
 2026-04-14 17:02 UTC  (5+ messages)
` [PATCH v5 0/4] An API for Cache Stashing with TPH

[PATCH 1/2] net/af_packet: fix indentation
 2026-04-14 15:52 UTC  (5+ messages)
` [PATCH 2/2] test: add test for af_packet
` [PATCH v2 0/2] af_packet: cleanup and test
  ` [PATCH v2 1/2] net/af_packet: whitespace cleanup
  ` [PATCH v2 2/2] test: add test for af_packet

[DPDK/ethdev Bug 1936] excessive logging in I40E driver
 2026-04-14  5:15 UTC 

[PATCH] examples/l3fwd: fix compilation when DP debug on
 2026-04-14  2:51 UTC 

[PATCH] net/ring: add veth-like peer link state tracking
 2026-04-13 22:56 UTC 

[RFC 0/3] Add pause to empty spinloops
 2026-04-13 16:45 UTC  (5+ messages)
` [PATCH v2 0/3] Add pause to empty spin loops
  ` [PATCH v2 1/3] net/cnxk: add pause to spinloops
  ` [PATCH v2 2/3] event/cnxk: "
  ` [PATCH v2 3/3] devtools/cocci: add script to find empty spinloops

DPDK ipsec security analysis
 2026-04-13 15:25 UTC 

[PATCH 00/23] examples: enable -Wshadow across all examples
 2026-04-13 15:16 UTC  (4+ messages)
` [PATCH v2 00/23] examples: fix -Wshadow warnings
  ` [PATCH v2 09/23] examples/ipsec-secgw: resolve shadowed variable warnings

[PATCH v4 00/10] net/mlx5: per-queue Tx rate limiting via packet pacing
 2026-04-13 13:18 UTC  (3+ messages)
` [PATCH v5 "

[PATCH 0/2] ip_frag: TAILQ and hash fixes
 2026-04-13 12:24 UTC  (5+ messages)
` [PATCH 1/2] ip_frag: fix unsafe TAILQ usage
` [PATCH 2/2] ip_frag: randomize hash seed

[RFC PATCH v1 00/21] Building a better rte_flow parser
 2026-04-12 16:42 UTC  (2+ messages)

[PATCH 0/4] remove useless null checks before free
 2026-04-12 16:22 UTC  (3+ messages)
` [PATCH 3/4] net/zxdh: remove unnecessary null check

[PATCH] net/mana: fix RX mempool leak on port stop
 2026-04-12 16:21 UTC  (2+ messages)

[PATCH] app/testpmd: fix DCB queue allocation for VMDq devices
 2026-04-12 16:20 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2] raw/ifpga: replace printf calls with logging
 2026-04-10 16:28 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] net/mlx5: prepend implicit items in sync flow creation path
 2026-04-09 18:56 UTC 

[DPDK/core Bug 1935] rte_lcore_to_cpu_id returns incorrect cpu-id when `lcore-map or re-map lcore` option used
 2026-04-11 13:14 UTC 


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