Re: [PATCH 2/2] dts: rework run-time MTU adjustment test case

2025-02-03 Thread Nicholas Pratte
> > The start and stop could be grouped by forwarding sections: > >set_mtu() > >start() >assess() >assess() >stop() > >set_mtu() >... Alright, I'll fix that real quick!

Re: [PATCH 2/2] dts: rework run-time MTU adjustment test case

2025-01-31 Thread Luca Vizzarro
Looks good. Just some very small comments on polishing. Reviewed-by: Luca Vizzarro On 31/01/2025 19:38, Nicholas Pratte wrote: Forwarding restarts in the run-time MTU adjustment test case have been explicitly added, given that the 'requires_forwarding_restart' decorator from a previous patch w