commit | f6be6fbe262d065e85be159ea27460852f13ec90 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Tue Jul 17 18:37:41 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Jul 17 18:37:41 2007 -0700 |
tree | 34ae1a7be6e0d0501b24b18dac520f249c67bab7 | |
parent | 2b94397adc68c2f0f851539884cc426e03444a26 [diff] |
IB/mthca: Schedule MSI support for removal The mthca driver supports both MSI and MSI-X. However, MSI-X works with all hardware that the driver handles, and provides a superset of what MSI does, so there's no point in having code for both. Schedule MSI support for removal in 2008 to give anyone who actually needs MSI and who can't use MSI time to speak up. Signed-off-by: Roland Dreier <rolandd@cisco.com>