test suite reviews and discussions
 help / color / mirror / Atom feed
* [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

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).