[dts] [PATCH] increase DPDK build time

Tu, Lijuan lijuan.tu at intel.com
Tue Mar 3 08:37:27 CET 2020


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Thinh Tran
> Sent: Tuesday, March 3, 2020 12:10 PM
> To: dts at dpdk.org
> Cc: drc at linux.vnet.ibm.com; Thinh Tran <thinhtr at 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 at 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



More information about the dts mailing list