netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/3][pull request] 40GbE Intel Wired LAN Driver Updates 2016-10-03
@ 2016-10-04  2:25 Jeff Kirsher
  2016-10-04  2:25 ` [net-next 1/3] i40e: check if vectors are already depleted when doing VMDq allocation Jeff Kirsher
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jeff Kirsher @ 2016-10-04  2:25 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene,
	guru.anbalagane

This series contains fixes to i40e only.

Stefan Assmann provides the changes in this series to resolve an issue
where when we run out of MSIx vectors, iWARP gets disabled automatically.
First adds a check for "no vectors left" during MSIx vector allocation
for VMDq, which will prevent more vectors being allocated than available.
Then fixed the MSIx vector redistribution when we reach the hardware limit
for vectors so that additional features like VMDq, iWARP, etc do not get
starved for vectors because the PF is hogging all the resources.  Lastly,
fix the issue for flow director by moving the check for the reaching the
vector limit earlier in the code so that a decision can be made on
disabling flow director.

The following are changes since commit b9118b7221ebb12156d2b08d4d5647bc6076d6bb:
  ptp: Fix resource leak in case of error
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE

Stefan Assmann (3):
  i40e: check if vectors are already depleted when doing VMDq allocation
  i40e: fix MSI-X vector redistribution if hw limit is reached
  i40e: fix sideband flow director vector allocation

 drivers/net/ethernet/intel/i40e/i40e_main.c | 76 ++++++++++++++++++-----------
 1 file changed, 47 insertions(+), 29 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-10-04  3:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04  2:25 [net-next 0/3][pull request] 40GbE Intel Wired LAN Driver Updates 2016-10-03 Jeff Kirsher
2016-10-04  2:25 ` [net-next 1/3] i40e: check if vectors are already depleted when doing VMDq allocation Jeff Kirsher
2016-10-04  2:25 ` [net-next 2/3] i40e: fix MSI-X vector redistribution if hw limit is reached Jeff Kirsher
2016-10-04  2:25 ` [net-next 3/3] i40e: fix sideband flow director vector allocation Jeff Kirsher
2016-10-04  3:29 ` [net-next 0/3][pull request] 40GbE Intel Wired LAN Driver Updates 2016-10-03 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).