commit | 9ca57e97a75780a7f9b8e93e83ab1e36dbfd9846 | [log] [tgz] |
---|---|---|
author | Stefan Assmann <sassmann@kpanic.de> | Mon Sep 19 13:37:49 2016 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Oct 03 19:07:43 2016 -0700 |
tree | 0a5f590b1a7110550b01b8f0451c76acb9b48d52 | |
parent | b9118b7221ebb12156d2b08d4d5647bc6076d6bb [diff] |
i40e: check if vectors are already depleted when doing VMDq allocation During MSI-X vector allocation for VMDq, a check for "no vectors left" was missing, add it. This prevents more vectors to be allocated than available. Signed-off-by: Stefan Assmann <sassmann@kpanic.de> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>