On Mon, 8 Feb 2021 17:16:35 -0800 Tony Nguyen wrote: > Currently if the driver is unable to get all the MSI-X vectors it wants, it > falls back to the minimum configuration which equates to a single Tx/Rx > traffic queue pair. Instead of using the minimum configuration, if given > more vectors than the minimum, utilize those vectors for additional traffic > queues after accounting for other interrupts. > > Signed-off-by: Tony Nguyen <anthony.l.ngu...@intel.com> > Tested-by: Tony Brelinski <tonyx.brelin...@intel.com>
Acked-by: Jakub Kicinski <k...@kernel.org> Thanks!