messages from 2026-02-11 22:22:26 to 2026-02-13 17:04:26 UTC [more...]
[PATCH 00/12] net/pcap: cleanups and test
2026-02-13 17:01 UTC (21+ messages)
` [PATCH v14 00/18] net/pcap: improvements and test suite
` [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 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 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] drivers: disable comma warnings selectively
2026-02-13 15:14 UTC
[PATCH v1 0/1] support igb uio driver for VF devices
2026-02-13 14:54 UTC (6+ 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 13:31 UTC (2+ messages)
` [PATCH v2] "
[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 v10 0/6] flow_parser: add shared parser library
2026-02-13 7:46 UTC (9+ messages)
` [PATCH v10 3/6] "
[PATCH v3 00/12] net/r8169: update driver with new HW support and fixes
2026-02-13 3:11 UTC (15+ 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 v3 00/12] net/r8169: update driver with new HW support and fixes
[PATCH 0/7] net/nfb: ethernet enhancements
2026-02-12 18:52 UTC (2+ messages)
[PATCH 0/8] net/nfb: rework to real multiport
2026-02-12 18:35 UTC (3+ messages)
` [PATCH v7 "
[PATCH] hash: fix maybe-uninitialized warnings on build
2026-02-12 17:01 UTC (4+ 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
[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 (3+ messages)
` [PATCH v4 1/9] net/ixgbe: add missing E610 MAC type checks
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox