Re: [PATCH v7 0/8] dts: add testpmd params

2024-06-19 Thread Thomas Monjalon
19/06/2024 16:02, Luca Vizzarro: > Luca Vizzarro (8): > dts: add params manipulation module > dts: use Params for interactive shells > dts: refactor EalParams > dts: remove module-wide imports > dts: add testpmd shell params > dts: use testpmd params for scatter test suite > dts: rewo

[PATCH v7 0/8] dts: add testpmd params

2024-06-19 Thread Luca Vizzarro
v7: - rebased v6: - refactored InteractiveShell and DPDKShell constructors - fixed docstrings - removed some more module-wide imports v5: - fixed typo v4: - fixed up docstrings - made refactoring changes - removed params value only - rebased on top of show port info/stats v3: - refactored Interacti