]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: increase AQ work limit
authorMitch Williams <mitch.a.williams@intel.com>
Mon, 28 Sep 2015 18:12:43 +0000 (14:12 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 16 Oct 2015 12:02:40 +0000 (05:02 -0700)
commit1b0deac340354580428d1f8a439f3ee1690c3e36
tree96fdbc2259566706c81869cc85d6b0a359cc5130
parentdd9048ccfcb1285f746f573d8df085dcd1f813e5
i40e: increase AQ work limit

With 64 VFs, we can easily overwhelm the AQ on the PF if we have too low
a limit on the number of AQ requests. This leads to ARQ overflow errors,
and occasionally VFs that fail to initialize.

Since we really only hit this condition on initial VF driver load, the
requests that we process are lightweight, so this extra work doesn't
cause problems for the PF driver.

Change-ID: I620221520d8af987df6ace9ba938ffaf22107681
Signed-off-by: Mitch Williams <mitch.a.williams@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