public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-02-12 08:43:35 to 2026-02-13 21:41:21 UTC [more...]

[RFC] doc: add AGENTS.md for AI-powered code review tools
 2026-02-13 21:39 UTC  (3+ messages)
` [PATCH v9 0/6] devtools: AI-assisted code and documentation review
  ` [PATCH v9 1/6] doc: add AGENTS.md for AI code review tools

DPDK 26.03 rc summary
 2026-02-13 20:44 UTC 

[PATCH 0/8] net/nfb: rework to real multiport
 2026-02-13 20:13 UTC  (18+ messages)
` [PATCH v7 "
` [PATCH v8 "
  ` [PATCH v8 1/8] net/nfb: prepare for indirect queue mapping scheme
  ` [PATCH v8 2/8] net/nfb: create one ethdev per ethernet port
  ` [PATCH v8 3/8] net/nfb: add vdev as alternative device probe method
  ` [PATCH v8 4/8] net/nfb: add device argument "port" to limit used ports
  ` [PATCH v8 5/8] net/nfb: init only MACs associated with device
  ` [PATCH v8 6/8] net/nfb: add compatible cards to driver PCI ID table
  ` [PATCH v8 7/8] net/nfb: report firmware version
  ` [PATCH v8 8/8] doc/nfb: cleanup and update guide

[PATCH v1 0/1] support igb uio driver for VF devices
 2026-02-13 19:59 UTC  (7+ messages)
` [PATCH v1 1/1] net/nbl: add igb_uio support for NBL "
    ` 回复:[PATCH "
` [PATCH v2 0/1] support igb uio driver for "
  ` [PATCH v2 1/1] net/nbl: add igb uio support for NBL "

[PATCH 1/2] lib/ethdev: support inline calculating masked item value
 2026-02-13 19:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/5] dts: add cryptodev testing support
 2026-02-13 19:35 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] dts: add find float method to text parser
  ` [PATCH v3 2/5] dts: add cryptodev package to DTS
  ` [PATCH v3 3/5] dts: add cryptodev throughput test suite
  ` [PATCH v3 4/5] dts: add crypto test decorator
  ` [PATCH v3 5/5] dts: automate VFIO-PCI modprobe in node setup

[PATCH v6 0/5] pcapng: fixes and improvements
 2026-02-13 19:18 UTC  (9+ messages)
` [PATCH v7 0/7] "
  ` [PATCH v7 1/7] pcapng: add length checks to string arguments
  ` [PATCH v7 2/7] pcapng: use malloc instead of fixed buffer size
  ` [PATCH v7 3/7] pcapng: chain additional mbuf when comment exceeds tailroom
  ` [PATCH v7 4/7] pcapng: improve performance of timestamping
  ` [PATCH v7 5/7] test/pcapng: add tests for comments
  ` [PATCH v7 6/7] test/pcapng: skip test if null driver missing
  ` [PATCH v7 7/7] dumpcap: improve pcapng error reporting

[PATCH v10 0/6] flow_parser: add shared parser library
 2026-02-13 19:16 UTC  (10+ messages)
` [PATCH v10 3/6] "

[PATCH] drivers: disable comma warnings selectively
 2026-02-13 18:47 UTC  (4+ messages)

[PATCH] hash: fix maybe-uninitialized warnings on build
 2026-02-13 18:22 UTC  (5+ messages)

[PATCH 00/12] net/pcap: cleanups and test
 2026-02-13 17:01 UTC  (20+ messages)
` [PATCH v15 00/18] net/pcap: improvements and test suite
  ` [PATCH v15 01/18] maintainers: update for pcap driver
  ` [PATCH v15 02/18] doc: update features for PCAP PMD
  ` [PATCH v15 03/18] net/pcap: include used headers
  ` [PATCH v15 04/18] net/pcap: remove unnecessary casts
  ` [PATCH v15 05/18] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v15 06/18] net/pcap: rework transmit burst handling
  ` [PATCH v15 07/18] net/pcap: consolidate boolean flag handling
  ` [PATCH v15 08/18] net/pcap: support VLAN strip and insert offloads
  ` [PATCH v15 09/18] net/pcap: add link state and speed for interface mode
  ` [PATCH v15 10/18] net/pcap: support nanosecond timestamp precision
  ` [PATCH v15 11/18] net/pcap: reject non-Ethernet interfaces
  ` [PATCH v15 12/18] net/pcap: reduce scope of file-level variables
  ` [PATCH v15 13/18] net/pcap: avoid use of volatile
  ` [PATCH v15 14/18] net/pcap: clarify maximum received packet
  ` [PATCH v15 15/18] net/pcap: add snapshot length devarg
  ` [PATCH v15 16/18] net/pcap: add link status change support for iface mode
  ` [PATCH v15 17/18] net/pcap: add EOF notification via link status change
  ` [PATCH v15 18/18] test: add comprehensive test suite for pcap PMD

[PATCH v4 00/13] net/r8169: driver updates and new hardware support
 2026-02-13 16:53 UTC  (15+ messages)
` [PATCH v4 01/13] net/r8169: fix crash in RTL8168FP init
` [PATCH v4 02/13] net/r8169: optimize Rx descriptor fetch number
` [PATCH v4 03/13] net/r8169: add support for RTL8168KD
` [PATCH v4 04/13] net/r8169: update hardware configurations for 8127
` [PATCH v4 05/13] net/r8169: adjust jumbo frame size limit for non-1G cards
` [PATCH v4 06/13] net/r8169: remove support for CFG_METHOD_69
` [PATCH v4 07/13] net/r8169: update hardware configurations for 8126
` [PATCH v4 08/13] net/r8169: update hardware configurations for 8125
` [PATCH v4 09/13] net/r8169: add support for RTL9151
` [PATCH v4 10/13] net/r8169: add support for RTL8125K
` [PATCH v4 11/13] net/r8169: fix one bug about RTL8168KB
` [PATCH v4 12/13] net/r8169: ensure the old mapping is used
` [PATCH v4 13/13] net/r8169: fix bitmask logic for RTL8127

[PATCH v2 0/3] EAL memory fixes
 2026-02-13 16:02 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] eal/linux: check hugepage access permissions

[PATCH 1/2] eal: add location info to interrupt error message
 2026-02-13 15:22 UTC  (5+ messages)
` [PATCH v2 0/3] improve error reporting & resilience in unit tests
  ` [PATCH v2 1/3] eal: add location info to interrupt error message
  ` [PATCH v2 2/3] test/eal_flags: add EAL debug flags to recursive calls
  ` [PATCH v2 3/3] test/eal_flags: remove PCI probing for "

[PATCH] net/iavf: fix txq flags setting after Tx path selection
 2026-02-13 13:31 UTC  (2+ messages)

[PATCH 00/10] Fix multi process path selection in Intel drivers
 2026-02-13 13:15 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] net/i40e: permit secondary process Rx path selection

[PATCH v1] net/intel: changes to avoid comma operator misuse warnings
 2026-02-13 13:05 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1 00/12] Cleanups for ixgbe, i40e, and iavf PMD's
 2026-02-13 10:44 UTC  (31+ messages)
` [PATCH v4 00/27] Cleanups for ixgbe, i40e, iavf, and ice PMD's
  ` [PATCH v4 01/27] net/ixgbe: remove MAC type check macros
  ` [PATCH v4 02/27] net/ixgbe: remove security-related ifdefery
  ` [PATCH v4 03/27] net/ixgbe: split security and ntuple filters
  ` [PATCH v4 04/27] net/i40e: get rid of global filter variables
  ` [PATCH v4 05/27] net/i40e: make default RSS key global
  ` [PATCH v4 06/27] net/i40e: use unsigned types for queue comparisons
  ` [PATCH v4 07/27] net/i40e: use proper flex len define
  ` [PATCH v4 08/27] net/i40e: remove global pattern variable
  ` [PATCH v4 09/27] net/i40e: avoid rte malloc in tunnel set
  ` [PATCH v4 10/27] net/i40e: avoid rte malloc in RSS RETA operations
  ` [PATCH v4 11/27] net/i40e: avoid rte malloc in MAC/VLAN filtering
  ` [PATCH v4 12/27] net/i40e: avoid rte malloc in VF resource queries
  ` [PATCH v4 13/27] net/i40e: avoid rte malloc in adminq operations
  ` [PATCH v4 14/27] net/i40e: avoid rte malloc in DDP package handling
  ` [PATCH v4 15/27] net/i40e: avoid rte malloc in DDP ptype handling
  ` [PATCH v4 16/27] net/iavf: remove remnants of pipeline mode
  ` [PATCH v4 17/27] net/iavf: avoid rte malloc in VF mailbox for IPsec
  ` [PATCH v4 18/27] net/iavf: decouple hash uninit from parser uninit
  ` [PATCH v4 19/27] net/iavf: avoid rte malloc in RSS configuration
  ` [PATCH v4 20/27] net/iavf: avoid rte malloc in MAC address operations
  ` [PATCH v4 21/27] net/iavf: avoid rte malloc in IPsec operations
  ` [PATCH v4 22/27] net/iavf: avoid rte malloc in queue operations
  ` [PATCH v4 23/27] net/iavf: avoid rte malloc in irq map config
  ` [PATCH v4 24/27] net/ice: avoid rte malloc in RSS RETA operations
  ` [PATCH v4 25/27] net/ice: avoid rte malloc in MAC address operations
  ` [PATCH v4 26/27] net/ice: avoid rte malloc in raw pattern parsing
  ` [PATCH v4 27/27] net/ice: avoid rte malloc in flow pattern match

[PATCH dpdk 0/2] hash: safe data replacement on overwrite
 2026-02-13 10:34 UTC  (8+ messages)
` [PATCH dpdk 1/2] hash: free replaced data on overwrite when RCU is configured
` [PATCH dpdk 2/2] hash: add replace API returning old data on overwrite
` [PATCH dpdk v2 0/3] hash: safe data replacement "
  ` [PATCH dpdk v2 1/3] hash: avoid leaking entries on RCU defer queue failure
  ` [PATCH dpdk v2 2/3] hash: free replaced data on overwrite when RCU is configured
  ` [PATCH dpdk v2 3/3] hash: add replace API returning old data on overwrite

[PATCH v3 00/27] Cleanups for ixgbe, i40e, iavf, and ice PMD's
 2026-02-13 10:30 UTC  (4+ messages)
` [PATCH v3 06/27] net/i40e: use unsigned types for queue comparisons

[PATCH v1 1/4] net/ixgbe: add missing E610 MAC type checks
 2026-02-13 10:10 UTC  (42+ messages)
` [PATCH v5 00/12] Assortment of bug fixes for Intel PMD's
  ` [PATCH v5 01/12] net/ixgbe: add missing E610 MAC type checks
  ` [PATCH v5 02/12] net/ixgbe: fix memory leak in security flows
  ` [PATCH v5 03/12] net/ixgbe: fix potential null dereference in IPsec
  ` [PATCH v5 04/12] "
  ` [PATCH v5 05/12] net/ixgbe: fix wrong pointer handling "
  ` [PATCH v5 06/12] net/i40e: move FDIR config to flow create
  ` [PATCH v5 07/12] net/i40e: fix IPv6 GTPU handling
  ` [PATCH v5 08/12] net/iavf: fix memory leak on egress IPsec flows
  ` [PATCH v5 09/12] net/iavf: fix memory leak on uninit
  ` [PATCH v5 10/12] net/iavf: fix IPv4 flow subscription
  ` [PATCH v5 11/12] net/ice: fix memory leak in DCF QoS bandwidth config
  ` [PATCH v5 12/12] net/ice: fix memory leak in FDIR flow parsing
` [PATCH v6 00/12] Assortment of bug fixes for Intel PMD's
  ` [PATCH v6 01/12] net/ixgbe: add missing E610 MAC type checks
  ` [PATCH v6 02/12] net/ixgbe: fix memory leak in security flows
  ` [PATCH v6 03/12] net/ixgbe: fix potential null dereference in IPsec
  ` [PATCH v6 04/12] "
  ` [PATCH v6 05/12] net/ixgbe: fix wrong pointer handling "
  ` [PATCH v6 06/12] net/i40e: move FDIR config to flow create
  ` [PATCH v6 07/12] net/i40e: fix IPv6 GTPU handling
  ` [PATCH v6 08/12] net/iavf: fix memory leak on egress IPsec flows
  ` [PATCH v6 09/12] net/iavf: fix memory leak on uninit
  ` [PATCH v6 10/12] net/iavf: fix IPv4 flow subscription
  ` [PATCH v6 11/12] net/ice: fix memory leak in DCF QoS bandwidth config
  ` [PATCH v6 12/12] net/ice: fix memory leak in FDIR flow parsing

Guidance Required to Improve Throughput on ConnectX-7 (1x400G) with DPDK v23.07
 2026-02-13 10:09 UTC  (5+ messages)

[PATCH] net/ice: add devargs to control link update
 2026-02-13  8:57 UTC  (2+ messages)
` [PATCH v2] net/ice: enable link status polling

[PATCH v3 00/12] net/r8169: update driver with new HW support and fixes
 2026-02-13  3:11 UTC  (3+ messages)
  ` 回复: "

[PATCH 0/7] net/nfb: ethernet enhancements
 2026-02-12 18:52 UTC  (2+ messages)

[RFC PATCH 00/27] combine multiple Intel scalar Tx paths
 2026-02-12 14:45 UTC  (22+ messages)
` [PATCH v5 00/35] "
  ` [PATCH v5 02/35] net/intel: fix memory leak on TX queue setup failure
  ` [PATCH v5 07/35] net/ice: refactor context descriptor handling
  ` [PATCH v5 08/35] net/i40e: "
  ` [PATCH v5 15/35] net/intel: support configurable VLAN tag insertion on Tx
  ` [PATCH v5 20/35] net/intel: write descriptors using non-volatile pointers
  ` [PATCH v5 23/35] net/intel: use separate array for desc status tracking
  ` [PATCH v5 34/35] net/idpf: enable simple Tx function
  ` [PATCH v5 35/35] net/cpfl: "

[PATCH v3 0/2] support dmabuf
 2026-02-12 13:57 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] eal: "

[PATCH 1/2] common/mlx5: add mlx5 prefix to remaining internal functions
 2026-02-12 13:41 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] net/ice: enable link status polling
 2026-02-12 12:49 UTC  (2+ messages)

[PATCH v2 1/3] examples/l3fwd: extend NUMA nodes limit beyond 8
 2026-02-12 10:44 UTC  (5+ messages)

[PATCH v3 03/27] net/ixgbe: split security and ntuple filters
 2026-02-12  9:42 UTC  (3+ messages)

[PATCH 0/4] net/mlx5: future HW devargs defaults and fixes
 2026-02-12  9:02 UTC  (4+ messages)
` [PATCH 2/4] net/mlx5: fix default memzone requirements in HWS


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