]> Pileus Git - ~andy/linux/commit
IB/mad: IBoE supports only QP1 (no QP0)
authorEli Cohen <eli@mellanox.co.il>
Tue, 28 Sep 2010 00:51:11 +0000 (17:51 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 13 Oct 2010 16:38:11 +0000 (09:38 -0700)
commitfac70d51914674ce8ae742ed73441ddb4770ad20
tree9469e5497a237ad7b5fd25213ecaa796745890d1
parent7b4c876961ad6ddcfacd69b25fe7e13ff41fe322
IB/mad: IBoE supports only QP1 (no QP0)

Since IBoE is using Ethernet as its link layer, there is no central
management entity so there is need for QP0.  QP1 is still needed since
it handles communications between CM agents.  This patch will skip QP0
and create only QP1 for IBoE ports.

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/agent.c
drivers/infiniband/core/mad.c
drivers/infiniband/core/multicast.c
drivers/infiniband/core/sa_query.c