]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
i40evf: remove bogus comment
authorMitch Williams <mitch.a.williams@intel.com>
Sat, 10 May 2014 04:49:05 +0000 (04:49 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 8 Jun 2014 09:01:31 +0000 (02:01 -0700)
This comment is just plain false. VF drivers require MSI-X or they won't
get interrupts at all.

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

index 360a91188437c301366cad5feff96e6e0a6983b3..c8ad8385d271a594adb523701e397e7a9b8947c5 100644 (file)
@@ -1130,9 +1130,6 @@ static int i40evf_set_interrupt_capability(struct i40evf_adapter *adapter)
        v_budget = min_t(int, pairs, (int)(num_online_cpus() * 2)) + NONQ_VECS;
        v_budget = min_t(int, v_budget, (int)adapter->vf_res->max_vectors);
 
-       /* A failure in MSI-X entry allocation isn't fatal, but it does
-        * mean we disable MSI-X capabilities of the adapter.
-        */
        adapter->msix_entries = kcalloc(v_budget,
                                        sizeof(struct msix_entry), GFP_KERNEL);
        if (!adapter->msix_entries) {