[PATCH v2 5/7] dts: add support for externally compiled DPDK

Luca Vizzarro Luca.Vizzarro at arm.com
Tue Oct 29 12:48:09 CET 2024


Hi Patrick,

On 29/10/2024 01:19, Patrick Robb wrote:
>     diff --git a/dts/conf.yaml b/dts/conf.yaml
>     index 814744a1fc..8a65a481d6 100644
>     --- a/dts/conf.yaml
>     +++ b/dts/conf.yaml
>     @@ -5,12 +5,24 @@
>       test_runs:
>         # define one test run environment
>         - dpdk_build:
>     -      arch: x86_64
>     -      os: linux
>     -      cpu: native
>     -      # the combination of the following two makes CC="ccache gcc"
>     -      compiler: gcc
>     -      compiler_wrapper: ccache
>     +      # dpdk_tree: Commented out because `tarball` is defined.
> 
> 
> Should this key name be extended to clarify the desired value is a path, 
> and whether it is absolute or relative?

We could amend the key name to something more suitable if we wished. The 
path could be either absolute or relative, so it doesn't matter. I 
assume you are referring to change `dpdk_tree` to `dpdk_tree_path` and 
`tarball` to `tarball_path` or something similar?

> +1 to Dean's concerns about using the tarball without --tarball flag if 
> dpdk_tree is commented out and tarball is defined.

As replied to Dean, this scenario currently works, and I have also just 
re-tested it for completeness. I need some more details to figure out 
what's happening.

Best,
Luca


More information about the dev mailing list