* [dts] [PATCH V1] framework/project_dpdk:remove meson -werror param
@ 2020-11-06 11:32 lingwei
2020-11-06 5:22 ` Zhao, HaiyangX
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: lingwei @ 2020-11-06 11:32 UTC (permalink / raw)
To: dts; +Cc: lingwei
remove meson -werror param because sometimes DPDK use meson build occur
warning message dut to build failed
Signed-off-by: lingwei <weix.ling@intel.com>
---
framework/project_dpdk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index 459577e..a41b3df 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -309,7 +309,7 @@ class DPDKdut(Dut):
self.send_expect("export PKG_CONFIG_LIBDIR=%s" % pkg_path, "# ")
self.send_expect("rm -rf " + target, "#")
- out = self.send_expect("CC=%s meson --werror -Denable_kmods=True -Dlibdir=lib %s --default-library=%s %s" % (
+ out = self.send_expect("CC=%s meson -Denable_kmods=True -Dlibdir=lib %s --default-library=%s %s" % (
toolchain, extra_options, default_library, target), "# ", build_time)
assert ("FAILED" not in out), "meson setup failed ..."
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dts] [PATCH V1] framework/project_dpdk:remove meson -werror param
2020-11-06 11:32 [dts] [PATCH V1] framework/project_dpdk:remove meson -werror param lingwei
@ 2020-11-06 5:22 ` Zhao, HaiyangX
2020-11-06 6:06 ` Chen, BoX C
2020-11-09 3:27 ` Ling, WeiX
2020-11-11 3:36 ` Tu, Lijuan
2 siblings, 1 reply; 5+ messages in thread
From: Zhao, HaiyangX @ 2020-11-06 5:22 UTC (permalink / raw)
To: dts; +Cc: Ling, WeiX
Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of lingwei
> Sent: Friday, November 6, 2020 19:32
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts] [PATCH V1] framework/project_dpdk:remove meson -werror
> param
>
> remove meson -werror param because sometimes DPDK use meson build
> occur warning message dut to build failed
>
> Signed-off-by: lingwei <weix.ling@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dts] [PATCH V1] framework/project_dpdk:remove meson -werror param
2020-11-06 5:22 ` Zhao, HaiyangX
@ 2020-11-06 6:06 ` Chen, BoX C
0 siblings, 0 replies; 5+ messages in thread
From: Chen, BoX C @ 2020-11-06 6:06 UTC (permalink / raw)
To: Zhao, HaiyangX, dts; +Cc: Ling, WeiX
Do we allow alarms in dpdk compilation?
Regards,
Chen Bo
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhao, HaiyangX
> Sent: November 6, 2020 13:22
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: Re: [dts] [PATCH V1] framework/project_dpdk:remove meson -
> werror param
>
> Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>
>
> > -----Original Message-----
> > From: dts <dts-bounces@dpdk.org> On Behalf Of lingwei
> > Sent: Friday, November 6, 2020 19:32
> > To: dts@dpdk.org
> > Cc: Ling, WeiX <weix.ling@intel.com>
> > Subject: [dts] [PATCH V1] framework/project_dpdk:remove meson -
> werror
> > param
> >
> > remove meson -werror param because sometimes DPDK use meson build
> > occur warning message dut to build failed
> >
> > Signed-off-by: lingwei <weix.ling@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dts] [PATCH V1] framework/project_dpdk:remove meson -werror param
2020-11-06 11:32 [dts] [PATCH V1] framework/project_dpdk:remove meson -werror param lingwei
2020-11-06 5:22 ` Zhao, HaiyangX
@ 2020-11-09 3:27 ` Ling, WeiX
2020-11-11 3:36 ` Tu, Lijuan
2 siblings, 0 replies; 5+ messages in thread
From: Ling, WeiX @ 2020-11-09 3:27 UTC (permalink / raw)
To: Ling, WeiX, dts
[-- Attachment #1: Type: text/plain, Size: 323 bytes --]
Tested-by: Ling, Wei <weix.ling@intel.com>
Regards,
Ling Wei
> -----Original Message-----
> From: lingwei <weix.ling@intel.com>
> Sent: Friday, November 6, 2020 07:32 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1] framework/project_dpdk:remove meson -werror
> param
[-- Attachment #2: TestNicSingleCorePerf.log --]
[-- Type: application/octet-stream, Size: 323607 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dts] [PATCH V1] framework/project_dpdk:remove meson -werror param
2020-11-06 11:32 [dts] [PATCH V1] framework/project_dpdk:remove meson -werror param lingwei
2020-11-06 5:22 ` Zhao, HaiyangX
2020-11-09 3:27 ` Ling, WeiX
@ 2020-11-11 3:36 ` Tu, Lijuan
2 siblings, 0 replies; 5+ messages in thread
From: Tu, Lijuan @ 2020-11-11 3:36 UTC (permalink / raw)
To: Ling, WeiX, dts; +Cc: Ling, WeiX
> remove meson -werror param because sometimes DPDK use meson build
> occur warning message dut to build failed
>
> Signed-off-by: lingwei <weix.ling@intel.com>
Applied
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-11-11 3:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06 11:32 [dts] [PATCH V1] framework/project_dpdk:remove meson -werror param lingwei
2020-11-06 5:22 ` Zhao, HaiyangX
2020-11-06 6:06 ` Chen, BoX C
2020-11-09 3:27 ` Ling, WeiX
2020-11-11 3:36 ` Tu, Lijuan
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).