Re: [PATCH v1] dts: add testpmd port information caching

2024-09-09 Thread Juraj Linkeš
Applied to next-dts, thanks. On 23. 8. 2024 9:41, Juraj Linkeš wrote: When using port information multiple times in a testpmd shell instance lifespan, it's desirable to not get the information each time, so caching is added. In case the information changes, there's a way to force the update with

Re: [PATCH v1] dts: add testpmd port information caching

2024-09-05 Thread Jeremy Spewock
Seems like a good change to me! Reviewed-by: Jeremy Spewock

Re: [PATCH v1] dts: add testpmd port information caching

2024-09-02 Thread Luca Vizzarro
Good one. Reviewed-by: Luca Vizzarro

[PATCH v1] dts: add testpmd port information caching

2024-08-23 Thread Juraj Linkeš
When using port information multiple times in a testpmd shell instance lifespan, it's desirable to not get the information each time, so caching is added. In case the information changes, there's a way to force the update with either TestPmdShell.show_port_info() or TestPmdShell.show_port_info_all(