IB/core: Ignore membership bit in ib_find_pkey()
authorMoni Shoua <monisonlists@gmail.com>
Mon, 23 Jul 2007 07:07:42 +0000 (10:07 +0300)
committerRoland Dreier <rolandd@cisco.com>
Fri, 3 Aug 2007 17:45:17 +0000 (10:45 -0700)
commit36026ecc20e5df722bbe2ea9e451c73d686ef107
tree729cb528a72bfd40cc56b97d75df2f07c0094a60
parent7a883eaf62f4b943ebec738ce3b0796c67ef5d32
IB/core: Ignore membership bit in ib_find_pkey()

ib_find_pkey() is used as a replacement for ib_find_cached_pkey(), and
the original function ignored the membership bit when searching for a
P_Key, so ib_find_pkey() should ignore the bit too.

In particular, IPoIB turns on the P_Key membership bit of limited
membership P_Keys when creating a child interface and looks for the
full membership P_key.  This broke if a port was a partial member of a
partition when IPoIB switched from ib_find_cached_pkey() to
ib_find_pkey(), and this change fixes things again.

Signed-off-by: Moni Shoua <monis@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/device.c