]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit91c1e68a7985bad155211a47039c0a92fb8a0b6b
treea46568c3c31bd93d1dffcc6ffb038c52759e29ae
parenta9ffe3a50b7b17e61dcf95516e6f6de00008167b
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