]> asedeno.scripts.mit.edu Git - linux.git/commit
i40e: Remove limit of 64 max queues per channel
authorAmritha Nambiar <amritha.nambiar@intel.com>
Thu, 9 Nov 2017 00:38:43 +0000 (16:38 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 22 Nov 2017 07:34:05 +0000 (23:34 -0800)
commite56afa599609d3afe8b0ce24b553ab95e9782502
treefb8c0fbd2a5a43df037d13ab7bbef70f7c4bf2fc
parent34c164de5867659f9162ae4fc9030b940bd40aaa
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>
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_main.c