[dts] [PATCH] framework: extend dts to run against installed dpdk packages

Liu, Yong yong.liu at intel.com
Thu Aug 24 14:15:40 CEST 2017


Thanks Jianbo, I'm sure whether this patch align to all dpdk release 
package.
Let me check with my crew first.

Thanks,
Marvin

On 08/24/2017 10:02 AM, Jianbo Liu wrote:
> dts runs from dpdk source code by default, but sometimes users may want
> to run tests on installed packages. This patch gives them an option to do that.
>
> One of dpdk packaging is deb_dpdk, which is popular for ubuntu and other
> debian-based system.
>
> It's simple to do that, only to configure installed sdk path and testpmd path
> in the parameters.
>
> An example here is to run on deb_dpdk packages:
> [Execution1]
> crbs=<CRB IP Address>
> drivername=igb_uio
> test_suites=
>      cmdline,
>      ......,
> targets=
>      x86_64-native-linuxapp-gcc
> parameters=nic_type=cfg:func=true:installed_dpdk_sdk=/usr/share/dpdk:testpmd_path=/usr/bin/testpmd
>
> If installed_dpdk_sdk is set, dts will not compile the libs, kernel
> modules and testpmd.
>
> Signed-off-by: Jianbo Liu<jianbo.liu at linaro.org>
> ---



More information about the dts mailing list