Bug 1365

Summary: DTS: add support for externally compiled DPDK
Product: DPDK Reporter: Juraj Linkeš (juraj.linkes)
Component: DTSAssignee: Juraj Linkeš (juraj.linkes)
Status: IN_PROGRESS ---    
Severity: major CC: juraj.linkes, probb
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Juraj Linkeš 2024-01-15 10:40:00 CET
We currently accept either a DPDK tarball with sources or a git refspec. Both of these approaches result in DTS compiling DPDK on the SUT node.

What we're missing is accepting a pre-compiled DPDK tree. In that case, we won't do any compilation on the SUT node, we'll just copy the DPDK tree to the SUT node.