test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts]  [PATCH] increase DPDK  build time
@ 2020-03-03  4:10 Thinh Tran
  2020-03-03  7:37 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Thinh Tran @ 2020-03-03  4:10 UTC (permalink / raw)
  To: dts; +Cc: drc, Thinh Tran

- Increasing the build time for some target systems that
  would need a little more time.

Signed-off-by: Thinh Tran <thinhtr@linux.vnet.ibm.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 6cc0e67..4c57e81 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -222,7 +222,7 @@ class DPDKdut(Dut):
         """
         Build DPDK source code on linux with specified target.
         """
-        build_time = 300
+        build_time = 600
         if "icc" in target:
             build_time = 900
         # clean all
--
2.17.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] increase DPDK  build time
  2020-03-03  4:10 [dts] [PATCH] increase DPDK build time Thinh Tran
@ 2020-03-03  7:37 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-03-03  7:37 UTC (permalink / raw)
  To: Thinh Tran, dts; +Cc: drc

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Thinh Tran
> Sent: Tuesday, March 3, 2020 12:10 PM
> To: dts@dpdk.org
> Cc: drc@linux.vnet.ibm.com; Thinh Tran <thinhtr@linux.vnet.ibm.com>
> Subject: [dts] [PATCH] increase DPDK build time
> 
> - Increasing the build time for some target systems that
>   would need a little more time.
> 
> Signed-off-by: Thinh Tran <thinhtr@linux.vnet.ibm.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
> 6cc0e67..4c57e81 100644
> --- a/framework/project_dpdk.py
> +++ b/framework/project_dpdk.py
> @@ -222,7 +222,7 @@ class DPDKdut(Dut):
>          """
>          Build DPDK source code on linux with specified target.
>          """
> -        build_time = 300
> +        build_time = 600
>          if "icc" in target:
>              build_time = 900
>          # clean all
> --
> 2.17.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-03  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03  4:10 [dts] [PATCH] increase DPDK build time Thinh Tran
2020-03-03  7:37 ` 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).