Re: [PATCH v2 3/4] dts: add methods for modifying MTU to testpmd shell

2024-06-10 Thread Juraj Linkeš
On 31. 5. 2024 23:08, Jeremy Spewock wrote: On Fri, May 31, 2024 at 12:34 PM Luca Vizzarro wrote: Due to the nature of this patch the console is spammed with a lot of commands. Would it be better to log these in debug and instead log: Setting port X to MTU as INFO? Potentially, b

Re: [PATCH v2 3/4] dts: add methods for modifying MTU to testpmd shell

2024-05-31 Thread Jeremy Spewock
On Fri, May 31, 2024 at 12:34 PM Luca Vizzarro wrote: > > Due to the nature of this patch the console is spammed with a lot of > commands. Would it be better to log these in debug and instead log: >Setting port X to MTU > as INFO? Potentially, but this would require a global change for h

Re: [PATCH v2 3/4] dts: add methods for modifying MTU to testpmd shell

2024-05-31 Thread Luca Vizzarro
Due to the nature of this patch the console is spammed with a lot of commands. Would it be better to log these in debug and instead log: Setting port X to MTU as INFO?