[PATCH v3 5/8] dts: add testpmd shell params
Juraj Linkeš
juraj.linkes at pantheon.tech
Thu Jun 6 16:37:21 CEST 2024
Apparently I was replying to v2 so fixing that from now on.
On 30. 5. 2024 17:25, Luca Vizzarro wrote:
> Implement all the testpmd shell parameters into a data structure.
>
> Signed-off-by: Luca Vizzarro <luca.vizzarro at arm.com>
> Reviewed-by: Paul Szczepanek <paul.szczepanek at arm.com>
Just one minor correction, otherwise:
Reviewed-by: Juraj Linkeš <juraj.linkes at pantheon.tech>
> + at dataclass(slots=True, kw_only=True)
> +class TestPmdParams(EalParams):
> + """The testpmd shell parameters.
> +
> + Attributes:
> + interactive_mode: Runs testpmd in interactive mode.
"Run testpmd" to unify with the rest of the attributes.
More information about the dev
mailing list