On Fri, Jan 17, 2025 at 9:58 AM Nicholas Pratte <npratte@iol.unh.edu> wrote:
-    @requires_started_ports
+    @requires_forwarding_restart
     @requires_stopped_ports
     def set_port_mtu(self, port_id: int, mtu: int, verify: bool = True) -> None:
         """Change the MTU of a port using testpmd.

Is the requires_stopped_ports decorated still required, or is the requires_forwarding_restart decorator alone sufficient? 
 

Looks good otherwise thanks!

Reviewed-by: Patrick Robb <probb@iol.unh.edu>