Re: [PATCH] dts: automatically bring up link on interfaces

2025-01-27 Thread Paul Szczepanek
Reviewed-by: Paul Szczepanek

[PATCH] dts: automatically bring up link on interfaces

2025-01-24 Thread Patrick Robb
Adds a method to os_session for bringing up port interface links, an implementation for linux_session, and a call to this at node init. This removes the current requirement that users bring up the link on their TG interfaces before running DTS. Tested-by: Patrick Robb Signed-off-by: Patrick Robb