On Thu, May 9, 2024 at 7:26 AM Luca Vizzarro <luca.vizza...@arm.com> wrote: > > Adds parsing text into a custom dataclass. It provides a new > `TextParser` dataclass to be inherited. This implements the `parse` > method, which combined with the parser functions, it can automatically > parse the value for each field. > > This new utility will facilitate and simplify the parsing of complex > command outputs, while ensuring that the codebase does not get bloated > and stays flexible. > > Signed-off-by: Luca Vizzarro <luca.vizza...@arm.com> > Reviewed-by: Paul Szczepanek <paul.szczepa...@arm.com> > --- Reviewed-by: Jeremy Spewock <jspew...@iol.unh.edu>
- Re: [PATCH 5/5] dts: add `show port stats` command to ... Jeremy Spewock
- Re: [PATCH 5/5] dts: add `show port stats` command... Luca Vizzarro
- [PATCH v2 0/5] dts: testpmd show port info/stats Luca Vizzarro
- [PATCH v2 1/5] dts: fix InteractiveShell command promp... Luca Vizzarro
- Re: [PATCH v2 1/5] dts: fix InteractiveShell comma... Jeremy Spewock
- Re: [PATCH v2 1/5] dts: fix InteractiveShell comma... Juraj Linkeš
- [PATCH v2 2/5] dts: skip first line of send command ou... Luca Vizzarro
- Re: [PATCH v2 2/5] dts: skip first line of send co... Jeremy Spewock
- Re: [PATCH v2 2/5] dts: skip first line of send co... Juraj Linkeš
- [PATCH v2 3/5] dts: add parsing utility module Luca Vizzarro
- Re: [PATCH v2 3/5] dts: add parsing utility module Jeremy Spewock
- Re: [PATCH v2 3/5] dts: add parsing utility module Juraj Linkeš
- Re: [PATCH v2 3/5] dts: add parsing utility mo... Luca Vizzarro
- Re: [PATCH v2 3/5] dts: add parsing utilit... Juraj Linkeš
- Re: [PATCH v2 3/5] dts: add parsing u... Luca Vizzarro
- [PATCH v2 4/5] dts: add `show port info` command to Te... Luca Vizzarro
- Re: [PATCH v2 4/5] dts: add `show port info` comma... Jeremy Spewock
- Re: [PATCH v2 4/5] dts: add `show port info` c... Luca Vizzarro
- Re: [PATCH v2 4/5] dts: add `show port info` comma... Juraj Linkeš
- Re: [PATCH v2 4/5] dts: add `show port info` c... Luca Vizzarro
- [PATCH v2 5/5] dts: add `show port stats` command to T... Luca Vizzarro