On Thu, Apr 18, 2019 at 1:57 PM Vinicius Costa Gomes <vinicius.go...@intel.com> wrote: > > Hi Jeff, > > Jeff Kirsher <jeffrey.t.kirs...@intel.com> writes: > > > I will discuss the issue with my fellow developers and hopefully we can > > come up with a kernel interface that all drivers can use to handle this > > issue. > > Did you have the chance to discuss this issue? > > > Cheers, > -- > Vinicius
Is there any reason why you couldn't just use the "ethtool -L" command to change the number of queues after creating the interface instead of having to use a module parameter? Just wondering since that would be a way to change the number of queues, and it should support values greater than the number of CPUs if I am not mistaken. Thanks. - Alex