Re: [PATCH] dts: fix MTU set command

2025-01-07 Thread Nicholas Pratte
Thanks Luca! Reviewed-by: Nicholas Pratte On Tue, Jan 7, 2025 at 9:13 AM Luca Vizzarro wrote: > > There are some PMDs that in order to set a scatter-offload-compatible > MTU size, they need to have started at least once since the startup of > testpmd. This fixes the behaviour of the command to

Re: [PATCH] dts: fix MTU set command

2025-01-07 Thread Patrick Robb
Reviewed-by: Patrick Robb

[PATCH] dts: fix MTU set command

2025-01-07 Thread Luca Vizzarro
There are some PMDs that in order to set a scatter-offload-compatible MTU size, they need to have started at least once since the startup of testpmd. This fixes the behaviour of the command to start and stop the ports before changing the MTU to ensure this happened Fixes: 9910db35962b ("dts: add M