diff options
author | Dennis Dalessandro <dennis.dalessandro@intel.com> | 2016-05-19 12:25:50 (GMT) |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-05-26 15:23:17 (GMT) |
commit | 0eb626590dcf1280c6d01a784e9d53a3de6d5e8e (patch) | |
tree | fa8a4b60c2b69da52801b79fa61add9f75da7075 /drivers/video | |
parent | f3225c3f1107104f5e143797550476182b844cfb (diff) | |
download | linux-0eb626590dcf1280c6d01a784e9d53a3de6d5e8e.tar.xz |
IB/hfi1: Remove multiple device cdev
hfi1 current exports a cdev that can be used to target all of the hfi's
in the system. However there is a problem with this approach in
that the devices could be on different subnets. This is a problem that
user space can figure out and explicitly tell the driver on which device
to create a context.
Remove the multi-purpose cdev leaving a dedicated cdev for each port.
Also remove the striping capability that is dependent upon the user
choosing the multi-purpose cdev. It is now up to user space to determine
how to stripe contexts.
Reviewed-by: Dean Luick <dean.luick@intel.com>
Reviewed-by: Mitko Haralanov <mitko.haralanov@intel.com>
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions