IB/mthca: Schedule MSI support for removal
authorRoland Dreier <rolandd@cisco.com>
Wed, 18 Jul 2007 01:37:41 +0000 (18:37 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 18 Jul 2007 01:37:41 +0000 (18:37 -0700)
commitf6be6fbe262d065e85be159ea27460852f13ec90
tree34ae1a7be6e0d0501b24b18dac520f249c67bab7
parent2b94397adc68c2f0f851539884cc426e03444a26
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>
Documentation/feature-removal-schedule.txt
drivers/infiniband/hw/mthca/mthca_main.c