public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-02-11 13:50:30 to 2026-02-12 12:38:24 UTC [more...]

[RFC PATCH 00/27] combine multiple Intel scalar Tx paths
 2026-02-12 12:38 UTC  (67+ messages)
` [PATCH v4 00/35] "
  ` [PATCH v4 14/35] net/intel: support configurable VLAN tag insertion on Tx
  ` [PATCH v4 19/35] eal: add macro for marking assumed alignment
  ` [PATCH v4 20/35] net/intel: write descriptors using non-volatile pointers
  ` [PATCH v4 22/35] net/intel: mark mid-burst ring cleanup as unlikely
` [PATCH v5 00/35] combine multiple Intel scalar Tx paths
  ` [PATCH v5 01/35] net/intel: create common Tx descriptor structure
  ` [PATCH v5 02/35] net/intel: fix memory leak on TX queue setup failure
  ` [PATCH v5 03/35] net/intel: use common Tx ring structure
  ` [PATCH v5 04/35] net/intel: create common post-Tx cleanup function
  ` [PATCH v5 05/35] net/intel: consolidate definitions for Tx desc fields
  ` [PATCH v5 06/35] net/intel: add common fn to calculate needed descriptors
  ` [PATCH v5 07/35] net/ice: refactor context descriptor handling
  ` [PATCH v5 08/35] net/i40e: "
  ` [PATCH v5 09/35] net/idpf: "
  ` [PATCH v5 10/35] net/intel: consolidate checksum mask definition
  ` [PATCH v5 11/35] net/intel: create common checksum Tx offload function
  ` [PATCH v5 12/35] net/intel: create a common scalar Tx function
  ` [PATCH v5 13/35] net/i40e: use "
  ` [PATCH v5 14/35] net/intel: add IPsec hooks to common "
  ` [PATCH v5 15/35] net/intel: support configurable VLAN tag insertion on Tx
  ` [PATCH v5 16/35] net/iavf: use common scalar Tx function
  ` [PATCH v5 17/35] net/i40e: document requirement for QinQ support
  ` [PATCH v5 18/35] net/idpf: use common scalar Tx function
  ` [PATCH v5 19/35] net/intel: avoid writing the final pkt descriptor twice
  ` [PATCH v5 20/35] net/intel: write descriptors using non-volatile pointers
  ` [PATCH v5 21/35] net/intel: remove unnecessary flag clearing
  ` [PATCH v5 22/35] net/intel: add special handling for single desc packets
  ` [PATCH v5 23/35] net/intel: use separate array for desc status tracking
  ` [PATCH v5 24/35] net/ixgbe: "
  ` [PATCH v5 25/35] net/intel: drop unused Tx queue used count
  ` [PATCH v5 26/35] net/intel: remove index for tracking end of packet
  ` [PATCH v5 27/35] net/intel: merge ring writes in simple Tx for ice and i40e
  ` [PATCH v5 28/35] net/intel: consolidate ice and i40e buffer free function
  ` [PATCH v5 29/35] net/intel: complete merging simple Tx paths
  ` [PATCH v5 30/35] net/intel: use non-volatile stores in simple Tx function
  ` [PATCH v5 31/35] net/intel: align scalar simple Tx path with vector logic
  ` [PATCH v5 32/35] net/intel: use vector SW ring entry for simple path
  ` [PATCH v5 33/35] net/intel: use vector mbuf cleanup from simple scalar path
  ` [PATCH v5 34/35] net/idpf: enable simple Tx function
  ` [PATCH v5 35/35] net/cpfl: "

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

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

[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

[PATCH v10 0/6] flow_parser: add shared parser library
 2026-02-12  8:56 UTC  (3+ messages)

[PATCH] cmdline: update clear screen behavior
 2026-02-12  7:56 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v4 0/9] Assortment of bug fixes for Intel PMD's
 2026-02-11 21:57 UTC  (6+ messages)
` [PATCH v4 1/9] net/ixgbe: add missing E610 MAC type checks
` [PATCH v4 9/9] net/ice: fix memory leak in FDIR flow parsing

[PATCH] net/ice: enable link status polling
 2026-02-12  7:03 UTC 

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

[PATCH v2 00/12] net/r8169: update driver with new HW support and fixes
 2026-02-12  5:51 UTC  (7+ messages)
` [PATCH v2 01/12] net/r8169: fix NULL pointer dereference in rtl8168fp_ops
    ` 回复: "
` [PATCH v2 02/12] net/r8169: tune RX desc fetch num for 8126 and 8127
    ` 回复: "

[PATCH 0/6] Add support for L2TPV2 over UDP to ICE PMD
 2026-02-02  9:42 UTC  (17+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v4 1/7] net/ice: add L2TPv2 PPP and PPoE data structures
  ` [PATCH v4 2/7] net/ice: add L2TPv2 tunnel type definition
  ` [PATCH v4 3/7] net/ice: add L2TPv2 protocol and field definitions
  ` [PATCH v4 4/7] net/ice: add L2TPv2 flow patterns and FDIR support
  ` [PATCH v4 5/7] net/ice: add L2TPv2 hardware packet generation
  ` [PATCH v4 6/7] net/ice: add L2TPv2 RSS hash support
  ` [PATCH v4 7/7] doc: update release notes
` [PATCH v5 0/7] Add support for L2TPV2 over UDP to ICE PMD
  ` [PATCH v5 1/7] net/ice: add L2TPv2 PPP and PPoE data structures
  ` [PATCH v5 2/7] net/ice: add L2TPv2 tunnel type definition
  ` [PATCH v5 3/7] net/ice: add L2TPv2 protocol and field definitions
  ` [PATCH v5 4/7] net/ice: add L2TPv2 flow patterns and FDIR support
  ` [PATCH v5 5/7] net/ice: add L2TPv2 hardware packet generation
  ` [PATCH v5 6/7] net/ice: add L2TPv2 RSS hash support
  ` [PATCH v5 7/7] doc: update release notes

[RFC] net/ring: add veth-like peer link state tracking
 2026-02-12  0:08 UTC 

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

[PATCH v1 0/1] support igb uio driver for VF devices
 2026-02-11 17:13 UTC  (3+ messages)
` [PATCH v1 1/1] net/nbl: add igb_uio support for NBL "

[RFC 00/10] Add vduse live migration features
 2026-02-11 16:14 UTC  (11+ messages)
` [RFC 01/10] uapi: align VDUSE header for ASID
` [RFC 02/10] vhost: introduce ASID support
` [RFC 03/10] vhost: add VDUSE API version negotiation
` [RFC 04/10] vhost: add virtqueues groups support to VDUSE
` [RFC 05/10] vhost: add ASID support to VDUSE IOTLB operations
` [RFC 06/10] vhost: claim VDUSE support for API version 1
` [RFC 07/10] vhost: add net status feature to VDUSE
` [RFC 08/10] uapi: Align vduse.h for enable and suspend VDUSE messages
` [RFC 09/10] vhost: Support VDUSE QUEUE_READY feature
` [RFC 10/10] vhost: Support vduse suspend feature

[PATCH v4 8/9] net/ice: fix memory leak in DCF QoS bandwidth config
 2026-02-11 15:56 UTC  (2+ messages)

[PATCH v4 7/9] net/iavf: fix IPv4 flow subscription
 2026-02-11 15:53 UTC  (2+ messages)

[PATCH v4 6/9] net/iavf: fix memory leak on uninit
 2026-02-11 15:52 UTC  (2+ messages)

[PATCH v4 5/9] net/iavf: fix memory leak on egress IPsec flows
 2026-02-11 15:45 UTC  (2+ messages)

[PATCH v4 4/9] net/i40e: fix IPv6 GTPU handling
 2026-02-11 15:40 UTC  (2+ messages)

[PATCH v4 3/9] net/i40e: move FDIR config to flow create
 2026-02-11 15:38 UTC  (2+ messages)

[PATCH v4 2/9] net/ixgbe: fix memory leak in security flows
 2026-02-11 15:28 UTC  (2+ messages)

[DPDK/ethdev Bug 1879] net/mlx5: dev_info.tx_desc_lim.nb_min is zero (uninitialized), causing port start failure when TX descriptors set to 0
 2026-02-11 15:15 UTC 

[PATCH v2 0/3] net/mlx5: SF/representor hotplug fixes
 2026-02-09 16:14 UTC  (4+ messages)
` [PATCH v2 1/3] common/mlx5: fix ROCE disable for auxiliary SF devices
` [PATCH v2 2/3] net/mlx5: fix vport metadata for auxiliary bus devices
` [PATCH v2 3/3] net/mlx5: fix vport action flags for hotplugged representors

[PATCH] common/mlx5: skip ROCE disable for auxiliary SF devices
 2026-02-09 13:01 UTC  (3+ messages)

[PATCH v1 00/25] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-02-11 14:20 UTC  (26+ messages)
` [PATCH v1 01/25] net/intel/common: add common flow action parsing
` [PATCH v1 02/25] net/intel/common: add common flow attr validation
` [PATCH v1 03/25] net/ixgbe: use common checks in ethertype filter
` [PATCH v1 04/25] net/ixgbe: use common checks in syn filter
` [PATCH v1 05/25] net/ixgbe: use common checks in L2 tunnel filter
` [PATCH v1 06/25] net/ixgbe: use common checks in ntuple filter
` [PATCH v1 07/25] net/ixgbe: use common checks in security filter
` [PATCH v1 08/25] net/ixgbe: use common checks in FDIR filters
` [PATCH v1 09/25] net/ixgbe: use common checks in RSS filter
` [PATCH v1 10/25] net/i40e: use common flow attribute checks
` [PATCH v1 11/25] net/i40e: refactor RSS flow parameter checks
` [PATCH v1 12/25] net/i40e: use common action checks for ethertype
` [PATCH v1 13/25] net/i40e: use common action checks for FDIR
` [PATCH v1 14/25] net/i40e: use common action checks for tunnel
` [PATCH v1 15/25] net/iavf: use common flow attribute checks
` [PATCH v1 16/25] net/iavf: use common action checks for IPsec
` [PATCH v1 17/25] net/iavf: use common action checks for hash
` [PATCH v1 18/25] net/iavf: use common action checks for FDIR
` [PATCH v1 19/25] net/iavf: use common action checks for fsub
` [PATCH v1 20/25] net/iavf: use common action checks for flow query
` [PATCH v1 21/25] net/ice: use common flow attribute checks
` [PATCH v1 22/25] net/ice: use common action checks for hash
` [PATCH v1 23/25] net/ice: use common action checks for FDIR
` [PATCH v1 24/25] net/ice: use common action checks for switch
` [PATCH v1 25/25] net/ice: use common action checks for ACL


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