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

2024-05-22 Thread Nicholas Pratte
In addition to the pmd_scatter suite, I refactored my jumboframes suite to use this new module for testing purposes; everything works great, and the format looks much better too. Tested-by: Nicholas Pratte Reviewed-by: Nicholas Pratte On Thu, May 9, 2024 at 7:21 AM Luca Vizzarro wrote: > > He

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

2024-05-09 Thread Luca Vizzarro
Hello, sending in v2: - refactored the params module - strengthened typing of the params module - moved the params module into its own package - refactored EalParams and TestPmdParams and moved under the params package - reworked interactions between nodes and shells - refactored imports leading