]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40e/i40evf: Use correct number of VF vectors
authorMitch Williams <mitch.a.williams@intel.com>
Tue, 11 Feb 2014 08:26:32 +0000 (08:26 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 14 Mar 2014 23:30:04 +0000 (16:30 -0700)
commit9347eb771ece4fda0ad78c1c991f020af17abcb8
tree0e1c8844501be82d24619783bba4d122f88db66c
parentc0c289759c815a67f176d6f8fa0e44a97f27e46d
i40e/i40evf: Use correct number of VF vectors

Now that the 2.4 firmware reports the correct number of MSI-X vectors,
use this value correctly when communicating with the VF, and when
setting up the interrupt linked list.

The PF has always reported the correct number of MSI-X vectors, so we
should never increment the value in the vf driver.

Change-ID: Ifeefc631c321390192219ce2af9ada6180c1492f
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
drivers/net/ethernet/intel/i40evf/i40evf_main.c