/[base]
ViewVC logotype

Revision 295946


Jump to revision: Previous Next
Author: erj
Date: Wed Feb 24 00:42:43 2016 UTC (8 years, 4 months ago)
Changed paths: 1
Log Message:
ixl(4): Fix potential driver interrupt setup issues and startup crash.

- Limit queue autoconfiguration to 8 queues to prevent the driver from
  requesting a large number of MSI-X vectors at boot.

- Fix potential kernel panic that occurs when the driver loads and cannot
  get all requested MSIX vectors. Instead, attach() will fail with an error.
  - Move taskqueue setup to later in attach() to prevent having to free
    taskqueues if some other error in attach() occurs.

Differential Revision:	 https://reviews.freebsd.org/D5205
MFC after:	1 month
Tested by:	jeffrey.e.pieper@intel.com
Sponsored by:	Intel Corporation


Changed paths

Path Details
Directoryhead/sys/dev/ixl/if_ixl.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27