diff options
author | Brett Creeley <brett.creeley@intel.com> | 2021-01-21 10:38:05 -0800 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2021-01-26 10:44:17 -0800 |
commit | 943b881e35829403da638fcb34a959125deafef3 (patch) | |
tree | b1276981713b008d186a609e0f6e80af2fd829c2 /drivers/net/ethernet/intel/ice/ice.h | |
parent | 13ed5e8a9b9ccd140a79e80283f69d724c9bb2be (diff) | |
download | lwn-943b881e35829403da638fcb34a959125deafef3.tar.gz lwn-943b881e35829403da638fcb34a959125deafef3.zip |
ice: Don't allow more channels than LAN MSI-X available
Currently users could create more channels than LAN MSI-X available.
This is happening because there is no check against pf->num_lan_msix
when checking the max allowed channels and will cause performance issues
if multiple Tx and Rx queues are tied to a single MSI-X. Fix this by not
allowing more channels than LAN MSI-X available in pf->num_lan_msix.
Fixes: 87324e747fde ("ice: Implement ethtool ops for channels")
Signed-off-by: Brett Creeley <brett.creeley@intel.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice.h')
0 files changed, 0 insertions, 0 deletions