i40e: move i40e_vsi_config_rss below i40e_get_rss_aq
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 19 Jul 2016 23:23:29 +0000 (16:23 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 20 Aug 2016 04:05:35 +0000 (21:05 -0700)
commit0582b964ece795fa2810eace82bf9b2233403d65
treea46568c3c31bd93d1dffcc6ffb038c52759e29ae
parentdc833def42e7f2425f69d83a53bee054e80caea5
i40e: move i40e_vsi_config_rss below i40e_get_rss_aq

Move this function below the two functions related to configuring RSS
via the admin queue. This helps co-locate the two functions, and made it
easier to spot a bug in the first i40e_config_rss_aq function as
compared to the i40e_get_rss_aq function.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c