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.vizza...@arm.com> Reviewed-by: Paul Szczepanek <paul.szczepa...@arm.com>
Just one minor correction, otherwise: Reviewed-by: Juraj Linkeš <juraj.lin...@pantheon.tech>
+@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.