Re: [PATCH v2 7/7] dts: remove git ref option

2024-10-29 Thread Luca Vizzarro
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 us

Re: [PATCH v2 7/7] dts: remove git ref option

2024-10-28 Thread Patrick Robb
On Mon, Oct 21, 2024 at 9:50 AM Luca Vizzarro wrote: > From: Tomáš Ďurovec > > Given the whole DPDK tree directory can now be copied to the nodes, > there is no more need to use the git ref option, as the tree can be > controlled directly by the user. > > Signed-off-by: Tomáš Ďurovec > Signed-o

Re: [PATCH v2 7/7] dts: remove git ref option

2024-10-25 Thread Dean Marx
On Mon, Oct 21, 2024 at 9:50 AM Luca Vizzarro wrote: > From: Tomáš Ďurovec > > Given the whole DPDK tree directory can now be copied to the nodes, > there is no more need to use the git ref option, as the tree can be > controlled directly by the user. > > Signed-off-by: Tomáš Ďurovec > Signed-o

[PATCH v2 7/7] dts: remove git ref option

2024-10-21 Thread Luca Vizzarro
From: Tomáš Ďurovec Given the whole DPDK tree directory can now be copied to the nodes, there is no more need to use the git ref option, as the tree can be controlled directly by the user. Signed-off-by: Tomáš Ďurovec Signed-off-by: Luca Vizzarro --- doc/guides/tools/dts.rst | 9 --- dts/f