commit | abd97a94ba913d121a920d5541aba1e568be6972 | [log] [tgz] |
---|---|---|
author | Stefan Assmann <sassmann@kpanic.de> | Mon Sep 19 13:37:51 2016 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Oct 03 19:10:05 2016 -0700 |
tree | 61408ddf97c56b63d2b51cddb130b00bc156a39c | |
parent | 4ce20abc645fc1822e86d9845a8562347e877b36 [diff] |
i40e: fix sideband flow director vector allocation Currently if the MSI-X vector limit is reached the sideband flow director gets disabled. A bit too early to make that decision, as vectors may get re-distributed. So move the check further back. 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>