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
&gt; 抄送: sunyuechi <sunyue...@iscas.ac.cn>
&gt; 主题: [PATCH v2 0/3] Add RISC-V V extension detection and LPM optimization
&gt; 
&gt; From: sunyuechi <sunyue...@iscas.ac.cn>
&gt; 
&gt; This patch series adds support for the RISC-V Vector (V) extension and 
provides
&gt; an optimized implementation of `rte_lpm_lookupx4` using RVV. It includes 
runtime
&gt; detection of the V extension, conditional compilation based on compiler 
support
&gt; for RVV intrinsics.
&gt; 
&gt; Test results using lpm_perf_autotest on BPI-F3:
&gt;     scalar: 5.7 cycles
&gt;     rvv:    2.4 cycles
&gt; 
&gt; ### v2:
&gt; - Improved commit messages.
&gt; 
&gt; sunyuechi (3):
&gt;   config/riscv: detect V extension
&gt;   lib/lpm: R-V V rte_lpm_lookupx4
&gt;   riscv: override machine_args only when default
&gt; 
&gt;  MAINTAINERS              |  2 +
&gt;  config/riscv/meson.build | 27 ++++++++++++
&gt;  lib/lpm/meson.build      |  1 +
&gt;  lib/lpm/rte_lpm.h        |  2 +
&gt;  lib/lpm/rte_lpm_rvv.h    | 91 ++++++++++++++++++++++++++++++++++++++++
&gt;  5 files changed, 123 insertions(+)
&gt;  create mode 100644 lib/lpm/rte_lpm_rvv.h
&gt; 
&gt; --
&gt; 2.49.0
</sunyue...@iscas.ac.cn></sunyue...@iscas.ac.cn>

Reply via email to