From: Yingya Han <yingyax.han@intel.com> To: dts@dpdk.org Cc: Yingya Han <yingyax.han@intel.com> Subject: [dts][PATCH V1]tests/perf_test_base: fix invalid meson parameter Date: Sat, 7 May 2022 17:03:34 +0800 Message-ID: <20220507090334.2538890-1-yingyax.han@intel.com> (raw) Signed-off-by: Yingya Han <yingyax.han@intel.com> --- tests/perf_test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/perf_test_base.py b/tests/perf_test_base.py index 82ae74f4..5f80a9d8 100644 --- a/tests/perf_test_base.py +++ b/tests/perf_test_base.py @@ -680,7 +680,7 @@ class PerfTestBase(object): def __get_rx_desc_complication_flag(self): rx_desc_flag = "" if self.__compile_rx_desc: - rx_desc_flag = f"RTE_LIBRTE_{self.kdriver.upper()}_{self.__compile_rx_desc}BYTE_RX_DESC" + rx_desc_flag = f"-Dc_args=-DRTE_LIBRTE_{self.kdriver.upper()}_{self.__compile_rx_desc}BYTE_RX_DESC" if self.__compile_rx_desc == 32: msg = f"{rx_desc_flag} is dpdk default compile flag, ignore this compile flag" self.logger.warning(msg) -- 2.25.1
next reply other threads:[~2022-05-07 9:03 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-05-07 9:03 Yingya Han [this message] 2022-05-09 7:38 ` lijuan.tu
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=20220507090334.2538890-1-yingyax.han@intel.com \ --to=yingyax.han@intel.com \ --cc=dts@dpdk.org \ /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
test suite reviews and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/dts/0 dts/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dts dts/ http://inbox.dpdk.org/dts \ dts@dpdk.org public-inbox-index dts Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dts AGPL code for this site: git clone https://public-inbox.org/public-inbox.git