]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit085d78948e807fd95d1d644df294dc8f8e687e31
tree34ae1a7be6e0d0501b24b18dac520f249c67bab7
parent09267015cad6c17853ab1c06d3bf68af40f6e50f
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