commit | e56afa599609d3afe8b0ce24b553ab95e9782502 | [log] [tgz] |
---|---|---|
author | Amritha Nambiar <amritha.nambiar@intel.com> | Wed Nov 08 16:38:43 2017 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Nov 21 23:34:05 2017 -0800 |
tree | fb8c0fbd2a5a43df037d13ab7bbef70f7c4bf2fc | |
parent | 34c164de5867659f9162ae4fc9030b940bd40aaa [diff] |
i40e: Remove limit of 64 max queues per channel It is safe to remove the upper limit of 64 queues on a channel VSI. The upper bound is determined by the VSI's num_queue_pairs and gets validated when the queue mapping info through mqprio interface is subject to bound checking in the driver. Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>