]> git.baikalelectronics.ru Git - kernel.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)
commitd59a816b9008298bde18d23673dc95f158490601
treefb8c0fbd2a5a43df037d13ab7bbef70f7c4bf2fc
parentc2276a54adb5dcf7fab5d5e86ee81c8e7e98e170
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