Thanks Luca for the patch submission best practices advice. :) Andrew we can chat more about the bound_for_dpdk() at the DTS meeting. On Thu, Aug 28, 2025 at 8:38 AM Andrew Bailey wrote: > > + ctx = get_ctx() > + prepare_node(ctx.tg_node) > + prepare_node(ctx.sut_node) > + # ctx.tg_node.main_session.bring_up_link(self.sut_ports) > Make sure to drop these commented out function calls and such when you submit. > + > @property > def sut_dpdk_ports(self) -> list[Port]: > """The DPDK ports for the SUT node.""" > -- > 2.50.1 > > Thanks Andrew.