Re: [PATCH v5 4/5] dts: add `show port info` command to TestPmdShell

2024-06-14 Thread Nicholas Pratte
Tested-by: Nicholas Pratte Reviewed-by: Nicholas Pratte On Thu, Jun 6, 2024 at 5:34 PM Luca Vizzarro wrote: > > Add a new TestPmdPort data structure to represent the output > returned by `show port info`, which is implemented as part of > TestPmdShell. > > The TestPmdPort data structure and its

Re: [PATCH v5 4/5] dts: add `show port info` command to TestPmdShell

2024-06-07 Thread Jeremy Spewock
On Thu, Jun 6, 2024 at 5:34 PM Luca Vizzarro wrote: > > Add a new TestPmdPort data structure to represent the output > returned by `show port info`, which is implemented as part of > TestPmdShell. > > The TestPmdPort data structure and its derived classes are modelled > based on the relevant testp

Re: [PATCH v5 4/5] dts: add `show port info` command to TestPmdShell

2024-06-07 Thread Juraj Linkeš
On 6. 6. 2024 23:34, Luca Vizzarro wrote: Add a new TestPmdPort data structure to represent the output returned by `show port info`, which is implemented as part of TestPmdShell. The TestPmdPort data structure and its derived classes are modelled based on the relevant testpmd source code. Th

[PATCH v5 4/5] dts: add `show port info` command to TestPmdShell

2024-06-06 Thread Luca Vizzarro
Add a new TestPmdPort data structure to represent the output returned by `show port info`, which is implemented as part of TestPmdShell. The TestPmdPort data structure and its derived classes are modelled based on the relevant testpmd source code. This implementation makes extensive use of regula