commit | 0582b964ece795fa2810eace82bf9b2233403d65 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Tue Jul 19 16:23:29 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Aug 19 21:05:35 2016 -0700 |
tree | a46568c3c31bd93d1dffcc6ffb038c52759e29ae | |
parent | dc833def42e7f2425f69d83a53bee054e80caea5 [diff] |
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>