* [dts][PATCH V1]tests/perf_test_base: fix invalid meson parameter
@ 2022-05-07 9:03 Yingya Han
2022-05-09 7:38 ` lijuan.tu
0 siblings, 1 reply; 2+ messages in thread
From: Yingya Han @ 2022-05-07 9:03 UTC (permalink / raw)
To: dts; +Cc: Yingya Han
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-09 7:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-07 9:03 [dts][PATCH V1]tests/perf_test_base: fix invalid meson parameter Yingya Han
2022-05-09 7:38 ` lijuan.tu
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