]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: fix sideband flow director vector allocation
authorStefan Assmann <sassmann@kpanic.de>
Mon, 19 Sep 2016 11:37:51 +0000 (13:37 +0200)
committerDhaval Giani <dhaval.giani@oracle.com>
Wed, 8 Mar 2017 00:39:55 +0000 (19:39 -0500)
commit360211b89827fe678511a37a7402a5c795681723
treeb1421fb8930f280367da00001c570d3935d1d3dc
parentf013d40530a53138ac9e3ad2d047692ae6940022
i40e: fix sideband flow director vector allocation

Orabug: 24568124

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>
(cherry picked from commit abd97a94ba913d121a920d5541aba1e568be6972)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_main.c