On 11/04/2024 13:13, Juraj Linkeš wrote:
The changes we discuss below don't seem that big. What do you think, do we just add another patch to the series?
Sure thing, I can take this and add it to v2.
I thought about this a bit as well, it's a good approach. The current design is top-down, as you say, in that "I have a node and I do things with the node, including starting testpmd on the node". But it could also be "I have a node, but I also have other non-node resources at my disposal and it's up to me how I utilize those". If we can make the imports work then this is likely the best option. <snip> +1 for simplification. <snip> > Let's try shells ingesting nodes if the imports work out then. If not, we can fall back to dedicated node methods.
Sounds good!