]> 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)
commit5b6de8119a4ebae1627b1056702c0670449d71ea
treefb8c0fbd2a5a43df037d13ab7bbef70f7c4bf2fc
parent3fbc75ccf94c08f09e7a59b457f69921b16062fe
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