messages from 2026-04-09 08:40:56 to 2026-04-15 14:48:46 UTC [more...]
[PATCH 00/12] net/pcap: cleanups and test
2026-04-15 14:45 UTC (32+ 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
24.11.5 patches review and test
2026-04-15 14:18 UTC (3+ messages)
[PATCH v4 0/4] Introduce Topology NUMA grouping for lcores
2026-04-15 14:06 UTC (8+ 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] mempool: improve cache behaviour and performance
2026-04-15 13:40 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v11 0/6] flow_parser: add shared parser library
2026-04-15 10:07 UTC (9+ messages)
` [PATCH v11 1/6] cmdline: include stddef.h for MSVC compatibility
` [PATCH v11 2/6] ethdev: add RSS type helper APIs
` [PATCH v11 3/6] ethdev: add flow parser library
` [PATCH v11 4/6] app/testpmd: use flow parser from ethdev
` [PATCH v11 5/6] examples/flow_parsing: add flow parser demo
` [PATCH v11 6/6] test: add flow parser functional tests
[PATCH 0/8] Rework device probing
2026-04-15 10:05 UTC (32+ 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
[PATCH 0/6] fix pthread mutexes for multi-process
2026-04-14 18:51 UTC (15+ 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: "
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
[PATCH] dts: ConfigurationError not thrown due to lack of next default value
2026-04-14 15:21 UTC
[PATCH] net/i40e: reduce debug messages
2026-04-14 5:26 UTC
[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
[PATCH v1 1/2] dts: update verbose output regex for VXLAN packets
2026-04-10 14:56 UTC (3+ messages)
` [PATCH v1 2/2] dts: add VXLAN protocols to flow test suite
[RFC PATCH] dts: add PVVP case to virtio suite
2026-04-10 14:55 UTC (2+ messages)
[PATCH v2] dts: update testsuite named to be clear and consistent
2026-04-10 14:38 UTC (3+ messages)
[PATCH v1] dts: add support for no link topology
2026-04-10 14:36 UTC (4+ messages)
` [PATCH v2] "
[PATCH v1] dts: add default values for queue info
2026-04-10 14:36 UTC (3+ messages)
[PATCH v1] dts: add ipgre test suite
2026-04-10 14:35 UTC (2+ messages)
[PATCH v1] dts: port speed capabilities test suite to next DTS
2026-04-10 14:32 UTC (3+ messages)
` [PATCH v8] "
[PATCH v1 00/25] Add common flow attr/action parsing infrastructure to Intel PMD's
2026-04-10 13:22 UTC (31+ messages)
` [PATCH v3 00/29] "
` [PATCH v3 01/29] net/ixgbe: fix shared PF pointer in representor
` [PATCH v3 02/29] net/ixgbe: store max VFs in adapter
` [PATCH v3 03/29] net/ixgbe: reduce FDIR conf macro usage
` [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 06/29] net/intel/common: add common flow attr validation
` [PATCH v3 07/29] net/ixgbe: use common checks in ethertype filter
` [PATCH v3 08/29] net/ixgbe: use common checks in syn filter
` [PATCH v3 09/29] net/ixgbe: use common checks in L2 tunnel filter
` [PATCH v3 10/29] net/ixgbe: use common checks in ntuple filter
` [PATCH v3 11/29] net/ixgbe: use common checks in security filter
` [PATCH v3 12/29] net/ixgbe: use common checks in FDIR filters
` [PATCH v3 13/29] net/ixgbe: use common checks in RSS filter
` [PATCH v3 14/29] net/i40e: use common flow attribute checks
` [PATCH v3 15/29] net/i40e: refactor RSS flow parameter checks
` [PATCH v3 16/29] net/i40e: use common action checks for ethertype
` [PATCH v3 17/29] net/i40e: use common action checks for FDIR
` [PATCH v3 18/29] net/i40e: use common action checks for tunnel
` [PATCH v3 19/29] net/iavf: use common flow attribute checks
` [PATCH v3 20/29] net/iavf: use common action checks for IPsec
` [PATCH v3 21/29] net/iavf: use common action checks for hash
` [PATCH v3 22/29] net/iavf: use common action checks for FDIR
` [PATCH v3 23/29] net/iavf: use common action checks for fsub
` [PATCH v3 24/29] net/iavf: use common action checks for flow query
` [PATCH v3 25/29] net/ice: use common flow attribute checks
` [PATCH v3 26/29] net/ice: use common action checks for hash
` [PATCH v3 27/29] net/ice: use common action checks for FDIR
` [PATCH v3 28/29] net/ice: use common action checks for switch
` [PATCH v3 29/29] net/ice: use common action checks for ACL
[DPDK/ethdev Bug 1934] Pollara 400 AI NIC does not have code for 400G
2026-04-10 2:36 UTC
[DPDK/ethdev Bug 1933] Pollara 400 AI NIC does not transmit or recieve
2026-04-10 2:31 UTC
[PATCH] bpf/arm64: support packet data load instructions
2026-04-09 22:11 UTC (5+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 2/2] "
DPDK ip_frag security analyis
2026-04-09 20:10 UTC (2+ messages)
[DPDK/ethdev Bug 1932] cn10k/cn20k: IPv6 header parsing bugs
2026-04-09 20:02 UTC
[PATCH v2] net/ice: add NEON-optimised Rx/Tx vector paths
2026-04-09 16:41 UTC (8+ messages)
` [PATCH v1 0/1] "
` [PATCH v3] "
` [PATCH v4 0/1] "
` [PATCH v4 1/1] "
[PATCH] net: fix GTP Tunnel parse out-of-bounds read
2026-04-09 16:15 UTC
DPDK ACL library Security Analysis
2026-04-09 15:42 UTC (2+ messages)
[RFC] ethdev: add buffer size parameter to rte_eth_dev_get_name_by_port()
2026-04-09 15:23 UTC (5+ messages)
[PATCH] net/iavf: add support for QinQ strip
2026-04-09 14:26 UTC (3+ messages)
` [PATCH v4] "
[PATCH] raw/ifpga: target main tree not next-net-intel
2026-04-09 14:00 UTC
[PATCH] net/ixgbe: shrink size of context index
2026-04-09 13:45 UTC (3+ messages)
DTS Working Group Meeting Minutes - April 9, 2026
2026-04-09 13:31 UTC
[PATCH v1] dts: update modprobe command to be privileged
2026-04-09 13:16 UTC (2+ messages)
[PATCH] net/cpfl: add LEM block support in CPFL PMD
2026-04-09 9:48 UTC (3+ messages)
` [PATCH v2] "
[DPDK/core Bug 1931] Broadcom BCM57608 Ethernet 100Gb 2-port QSFP112 Adapter - PCI-PT and SRIOV on VM Perf Degrade in 25.11 and 26.03
2026-04-09 12:00 UTC
[PATCH] net/ice: add missing SMAC field mapping in flow input set
2026-04-09 10:52 UTC (2+ messages)
[PATCH] net/intel: introduce a dedicated idpf complq struct
2026-04-09 10:45 UTC (3+ messages)
[PATCH] net/mlx5: fix skipping PF representors
2026-04-09 8:40 UTC (2+ messages)
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