[net-next 3/3] i40e: fix sideband flow director vector allocation

2016-10-03 Thread Jeff Kirsher
From: Stefan Assmann 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 Tested-by: Andrew Bowers Signed-off-by: Jeff Kir

[PATCH net-next 3/3] i40e: fix sideband flow director vector allocation

2016-09-19 Thread Stefan Assmann
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 --- drivers/net/ethernet/intel/i40e/i40e_main.c | 11 +-- 1 fil