Re: [PATCH v2 0/3] Add RISC-V V extension detection and LPM optimization

2025-06-04 Thread 孙越池
The previous v2 patch incorrectly used --in-reply-to, which caused a warning on Patchwork. This update only corrects the Reply-To field. > -原始邮件- > 发件人: u...@foxmail.com > 发送时间: 2025-06-04 21:07:33 (星期三) > 收件人: dev@dpdk.org > 抄送: sunyuechi > 主题: [PATCH v2 0/3] Add

[PATCH v2 0/3] Add RISC-V V extension detection and LPM optimization

2025-06-04 Thread uk7b
From: sunyuechi This patch series adds support for the RISC-V Vector (V) extension and provides an optimized implementation of `rte_lpm_lookupx4` using RVV. It includes runtime detection of the V extension, conditional compilation based on compiler support for RVV intrinsics. Test results using

[PATCH v2 0/3] Add RISC-V V extension detection and LPM optimization

2025-06-04 Thread uk7b
From: sunyuechi This patch series adds support for the RISC-V Vector (V) extension and provides an optimized implementation of `rte_lpm_lookupx4` using RVV. It includes runtime detection of the V extension, conditional compilation based on compiler support for RVV intrinsics. Test results using

[PATCH v2 0/3] Add RISC-V V extension detection and LPM optimization

2025-06-04 Thread uk7b
From: sunyuechi This patch series adds support for the RISC-V Vector (V) extension and provides an optimized implementation of `rte_lpm_lookupx4` using RVV. It includes runtime detection of the V extension, conditional compilation based on compiler support for RVV intrinsics. Test results using