]> www.infradead.org Git - users/jedix/linux-maple.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)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 10 Mar 2016 16:32:55 +0000 (08:32 -0800)
commit8a81de983b30ea621b350af9430eee83e0e58f7d
tree271899c06b4dc1872d4562595b2c95a190260f50
parent0f42d38de062e656f39a101a2bfaa232289a0131
i40e: increase AQ work limit

Orabug: 22342532

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>
(cherry picked from commit 628f096d8d244f54c3595a478b6e672cdb6c04ed)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40e/i40e.h