OSDN Git Service

IB/hfi1: Remove filtering of Set(PkeyTable) in HFI SMA
authorSebastian Sanchez <sebastian.sanchez@intel.com>
Sun, 25 Sep 2016 14:41:11 +0000 (07:41 -0700)
committerDoug Ledford <dledford@redhat.com>
Sun, 2 Oct 2016 12:42:12 +0000 (08:42 -0400)
The FM should have full control to set the pkeys in the
driver pkey table. Remove filtering done by the driver.

Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Sebastian Sanchez <sebastian.sanchez@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/hfi1/mad.c

index aecfc5b..9487c9b 100644 (file)
@@ -1406,12 +1406,6 @@ static int set_pkeys(struct hfi1_devdata *dd, u8 port, u16 *pkeys)
                if (key == okey)
                        continue;
                /*
-                * Don't update pkeys[2], if an HFI port without MgmtAllowed
-                * by neighbor is a switch.
-                */
-               if (i == 2 && !ppd->mgmt_allowed && ppd->neighbor_type == 1)
-                       continue;
-               /*
                 * The SM gives us the complete PKey table. We have
                 * to ensure that we put the PKeys in the matching
                 * slots.