]> www.infradead.org Git - users/jedix/linux-maple.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)
committerDhaval Giani <dhaval.giani@oracle.com>
Wed, 8 Mar 2017 00:31:34 +0000 (19:31 -0500)
commit92a2063f1b9dff3828225029ec2b18da4e9e2a74
treea036cbe3fd39f63423514a96f0e2a0fe56f90f81
parent352be23d1bd094bd987c065f5eec4a5912db855e
i40e: move i40e_vsi_config_rss below i40e_get_rss_aq

Orabug: 24568124

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>
(cherry picked from commit 0582b964ece795fa2810eace82bf9b2233403d65)
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