DPDK patches and discussions
 help / color / mirror / Atom feed
From: 孙越池 <sunyuechi@iscas.ac.cn>
To: uk7b@foxmail.com, dev@dpdk.org
Subject: Re: [PATCH v2 0/3] Add RISC-V V extension detection and LPM optimization
Date: Wed, 4 Jun 2025 21:16:21 +0800 (GMT+08:00)	[thread overview]
Message-ID: <2d17956c.286c8.1973b15eac2.Coremail.sunyuechi@iscas.ac.cn> (raw)
In-Reply-To: <tencent_51258569F10CA9965AA00D6D162FCD45600A@qq.com>

The previous v2 patch incorrectly used --in-reply-to, which caused a warning on Patchwork. This update only corrects the Reply-To field.


&gt; -----原始邮件-----
&gt; 发件人: uk7b@foxmail.com
&gt; 发送时间: 2025-06-04 21:07:33 (星期三)
&gt; 收件人: dev@dpdk.org
&gt; 抄送: sunyuechi <sunyuechi@iscas.ac.cn>
&gt; 主题: [PATCH v2 0/3] Add RISC-V V extension detection and LPM optimization
&gt; 
&gt; From: sunyuechi <sunyuechi@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
</sunyuechi@iscas.ac.cn></sunyuechi@iscas.ac.cn>

  reply	other threads:[~2025-06-04 13:16 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-28 16:57 [PATCH 1/3] config/riscv: detect V extension uk7b
2025-06-04 11:49 ` [PATCH v2 0/3] Add RISC-V V extension detection and LPM optimization uk7b
2025-06-04 11:49 ` [PATCH v2 1/3] config/riscv: detect V extension uk7b
2025-06-04 19:54   ` Stephen Hemminger
2025-06-04 11:49 ` [PATCH v2 2/3] lib/lpm: R-V V rte_lpm_lookupx4 uk7b
2025-06-04 11:49 ` [PATCH v2 3/3] riscv: override machine_args only when default uk7b
2025-06-04 13:07 ` [PATCH v2 0/3] Add RISC-V V extension detection and LPM optimization uk7b
2025-06-04 13:16   ` 孙越池 [this message]
2025-06-04 13:07 ` [PATCH v2 1/3] config/riscv: detect V extension uk7b
2025-06-04 13:07 ` [PATCH v2 2/3] lib/lpm: R-V V rte_lpm_lookupx4 uk7b
2025-06-04 13:07 ` [PATCH v2 3/3] riscv: override machine_args only when default uk7b
2025-06-04 15:47 ` [PATCH v3 0/3] Add RISC-V V extension detection and LPM optimization uk7b
     [not found] ` <20250604154720.3078131-1-uk7b@foxmail.com>
2025-06-04 15:47   ` [PATCH v3 1/3] config/riscv: detect V extension uk7b
2025-06-04 15:47   ` [PATCH v3 2/3] lib/lpm: R-V V rte_lpm_lookupx4 uk7b
2025-06-04 15:47   ` [PATCH v3 3/3] riscv: override machine_args only when default uk7b
2025-06-05 10:58 ` [PATCH v4 0/3] [PATCH v4 0/3] Add RISC-V V extension detection and LPM optimization uk7b
     [not found] ` <20250605105844.3931758-1-uk7b@foxmail.com>
2025-06-05 10:58   ` [PATCH v4 1/3] config/riscv: detect V extension uk7b
2025-06-05 10:58   ` [PATCH v4 2/3] lib/lpm: R-V V rte_lpm_lookupx4 uk7b
2025-06-05 10:58   ` [PATCH v4 3/3] riscv: override machine_args only when default uk7b
2025-06-04 11:31 [PATCH v2 0/3] Add RISC-V V extension detection and LPM optimization uk7b

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2d17956c.286c8.1973b15eac2.Coremail.sunyuechi@iscas.ac.cn \
    --to=sunyuechi@iscas.ac.cn \
    --cc=dev@dpdk.org \
    --cc=uk7b@foxmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).