Hi Patrick,
On 29/10/2024 01:28, Patrick Robb wrote:
-Example command for running DTS with the template configuration and
DPDK tag v23.11:
-
-.. code-block:: console
-
- (dts-py3.10) $ ./main.py --git-ref v23.11
-
I see this needs to go because of the --git-ref usage. Can this be
replaced with a new example command? Perhaps even 2, one for each of --
tarball and --dpdk-tree?
These patches make these command line arguments optional, and instead of
being the primary source of DPDK, they become overrides of the
configuration fields. The original doc snippet was there as it was
mandatory to make it work, but it's no longer the case given the
configuration must be completed or DTS won't run. And naturall with a
completed configuration there is no further need to use CLI arguments.
Hope this clarifies!
Best,
Luca