Re: [PATCH v3 07/12] dts: add testpmd port information caching

2024-09-03 Thread Dean Marx
On Wed, Aug 21, 2024 at 10:53 AM 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. > > Signed-of

Re: [PATCH v3 07/12] dts: add testpmd port information caching

2024-08-26 Thread Jeremy Spewock
On Wed, Aug 21, 2024 at 10:53 AM 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. > > Signed-o

[PATCH v3 07/12] dts: add testpmd port information caching

2024-08-21 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. Signed-off-by: Juraj Linkeš --- dts/framework/remote_session/testpmd_shel