On Fri, 9 Aug 2019 11:31:25 -0700, Jeff Kirsher wrote: > From: Henry Tieman <[email protected]> > > Add code to query and set the number of queues on the primary > VSI for a PF. This is accessed from the 'ethtool -l' and 'ethtool -L' > commands, respectively. > > Signed-off-by: Henry Tieman <[email protected]> > Signed-off-by: Tony Nguyen <[email protected]> > Tested-by: Andrew Bowers <[email protected]> > Signed-off-by: Jeff Kirsher <[email protected]>
If you're using the same IRQ vector for RX and TX queue the channel counts as combined. Looks like you are counting RX and TX separately here. That's incorrect.
