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)
commit628f096d8d244f54c3595a478b6e672cdb6c04ed
tree96fdbc2259566706c81869cc85d6b0a359cc5130
parent3f7e5c330e19da2ac822ea1d02b744a24497e61b
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