DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Sun Yuechi <sunyuechi@iscas.ac.cn>
Cc: dev@dpdk.org, Vladimir Medvedkin <vladimir.medvedkin@intel.com>,
	Stanislaw Kardach <stanislaw.kardach@gmail.com>,
	uk7b@foxmail.com
Subject: Re: [PATCH v3 3/4] lib/fib: R-V V rte_fib_lookup_bulk
Date: Fri, 19 Sep 2025 19:48:18 +0200	[thread overview]
Message-ID: <4567272.LM0AJKV5NW@thomas> (raw)
In-Reply-To: <tencent_DCD86DAE038B30CC8DA74E95C5C27708B605@qq.com>

19/09/2025 18:33, uk7b@foxmail.com:
> From: Sun Yuechi <sunyuechi@iscas.ac.cn>
> +#ifndef _DIR248_RVV_H_
> +#define _DIR248_RVV_H_
> +
> +#include "rte_cpuflags.h"

It should be
	#include <rte_cpuflags.h>
and it should be only where really needed (.c probably).

Don't bother doing another version, I'm working on it,
and will merge with coding style improvements.




  reply	other threads:[~2025-09-19 17:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250919163358.2887335-1-uk7b@foxmail.com>
2025-09-19 16:33 ` [PATCH v3 1/4] config/riscv: detect V extension uk7b
2025-09-19 18:16   ` Thomas Monjalon
2025-09-19 18:52     ` 孙越池
2025-09-19 19:08       ` Thomas Monjalon
2025-09-19 16:33 ` [PATCH v3 2/4] lib/lpm: R-V V rte_lpm_lookupx4 uk7b
2025-09-19 16:33 ` [PATCH v3 3/4] lib/fib: R-V V rte_fib_lookup_bulk uk7b
2025-09-19 17:48   ` Thomas Monjalon [this message]
2025-09-19 17:59     ` 孙越池
2025-09-19 16:33 ` [PATCH v3 4/4] riscv: override machine_args only when default 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=4567272.LM0AJKV5NW@thomas \
    --to=thomas@monjalon.net \
    --cc=dev@dpdk.org \
    --cc=stanislaw.kardach@gmail.com \
    --cc=sunyuechi@iscas.ac.cn \
    --cc=uk7b@foxmail.com \
    --cc=vladimir.medvedkin@intel.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).