Re: [EXT] Re: [PATCH net-next 3/3] qede: set default per queue rx/tx usecs coalescing parameters

2021-01-17 Thread Igor Russkikh
>> Here we do the initialization of coalescing values on load. >> Although the default device values are the same - explicit >> config is better visible. > > Can you also make the driver store the settings across ifdown / ifup > and allow the settings to be checked while the interface is down,

Re: [PATCH net-next 3/3] qede: set default per queue rx/tx usecs coalescing parameters

2021-01-16 Thread Jakub Kicinski
On Fri, 15 Jan 2021 01:06:10 -0800 Bhaskar Upadhaya wrote: > Here we do the initialization of coalescing values on load. > Although the default device values are the same - explicit > config is better visible. Can you also make the driver store the settings across ifdown / ifup and allow the setti

[PATCH net-next 3/3] qede: set default per queue rx/tx usecs coalescing parameters

2021-01-15 Thread Bhaskar Upadhaya
Here we do the initialization of coalescing values on load. Although the default device values are the same - explicit config is better visible. Signed-off-by: Bhaskar Upadhaya Signed-off-by: Igor Russkikh Signed-off-by: Ariel Elior --- drivers/net/ethernet/qlogic/qede/qede.h | 1 + dr