]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Limit the number of autoconfigured queues to 8.
authorerj <erj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 26 Jun 2015 17:13:23 +0000 (17:13 +0000)
committererj <erj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 26 Jun 2015 17:13:23 +0000 (17:13 +0000)
commite42bfd76ed975cdd207cb0ac70d49331a9c31a60
treeffcd96a82244ffa092606de8f211a91d21d7735e
parent8a8c34021a460f3670bfbc5b47bc074b3bb52fb3
Limit the number of autoconfigured queues to 8.

This limit was in a previous version of the driver, but it is being re-
added to match the behavior of previous versions of 10. It prevents the
driver from using too many MSI-X vectors on systems with a large number of
logical CPU cores.

Thanks to <jwd@slowblink.com> for bringing up this issue.

Approved by: jfv (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/10@284876 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/ixgbe/if_ix.c