commit | b3525696adba1ecddff3d667680461cc533e63a4 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Thu Feb 04 10:47:56 2016 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Apr 05 12:49:07 2016 -0700 |
tree | dae9571a747c9ad044afb9f350aca76dd57a005a | |
parent | e72319bba814b115c47785b3b88f7263d0b8a1b8 [diff] |
fm10k: base queue scheme covered by RSS In fm10k_set_num_queues, we previously assigned the base template. This would always be overwritten by either fm10k_set_qos_queues or fm10k_set_rss_queues. In either case, we don't need the base values, so we can just remove them. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>