]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Remove ICE_MAX_TXQ_PER_TXQG check when configuring Tx queue
authorMd Fahad Iqbal Polash <md.fahad.iqbal.polash@intel.com>
Fri, 26 Oct 2018 18:44:37 +0000 (11:44 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 13 Nov 2018 17:09:26 +0000 (09:09 -0800)
commit89166d49e5bcc631affc634b89d4ae43471f7e27
tree54adcbfebc22680f092b761e9b6a71516672abf5
parent627dfb5a877b9c332f9fd71b4b32dfaf59b3755b
ice: Remove ICE_MAX_TXQ_PER_TXQG check when configuring Tx queue

This patch removes the condition checking of VSI TX queue number to
ICE_MAX_TXQ_PER_TXQG. This is an unnecessary check and causes a driver
load error on hosts that have more than 128 cores.

Signed-off-by: Md Fahad Iqbal Polash <md.fahad.iqbal.polash@intel.com>
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_lib.c