On Fri, May 31, 2024 at 1:22 PM Luca Vizzarro <luca.vizza...@arm.com> wrote: > > DTS needs an input to gather the DPDK source code from. This is then > built on the remote target. This commit makes sure that this input is > more constrained, separating the Git revision ID – used to create a > tarball using Git – and providing tarballed source code directly, while > retaining mutual exclusion. > > This makes the code more readable and easier to handle for input > validation, of which this commit introduces a basic one based on the > pre-existing code. > > Moreover it ensures that these flags are explicitly required to be set > by the user, dropping a default value. > > Signed-off-by: Luca Vizzarro <luca.vizza...@arm.com> > Reviewed-by: Paul Szczepanek <paul.szczepa...@arm.com>
Reviewed-by: Juraj Linkeš <juraj.lin...@pantheon.tech>