From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hal Rosenstock Subject: [PATCH] ibsim/sim_net.c: Set IsClientReregistrationSupport in CA PortInfo:CapabilityMask Date: Tue, 06 Nov 2012 14:37:45 -0500 Message-ID: <50996709.7020504@dev.mellanox.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Alex Netes Cc: "linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)" List-Id: linux-rdma@vger.kernel.org Signed-off-by: Hal Rosenstock --- diff --git a/ibsim/sim_net.c b/ibsim/sim_net.c index 13c3b8c..142044c 100644 --- a/ibsim/sim_net.c +++ b/ibsim/sim_net.c @@ -100,7 +100,7 @@ static const uint8_t swport_down[] = { static const uint8_t hcaport[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFE, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x02, 0x00, 0x01, 0x00, 0x50, 0x00, 0x48, + 0x00, 0x02, 0x00, 0x01, 0x02, 0x50, 0x00, 0x48, 0x00, 0x00, 0x0F, 0xF9, 0x01, 0x03, 0x03, 0x02, 0x12, 0x52, 0x00, 0x11, 0x40, 0x40, 0x00, 0x08, 0x08, 0x04, 0xFF, 0x10, 0x00, 0x00, 0x00, 0x00, @@ -111,7 +111,7 @@ static const uint8_t hcaport[] = { static const uint8_t hcaport_down[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFE, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x02, 0x00, 0x01, 0x00, 0x10, 0x00, 0x48, + 0x00, 0x02, 0x00, 0x01, 0x02, 0x10, 0x00, 0x48, 0x00, 0x00, 0x0F, 0xF9, 0x01, 0x03, 0x03, 0x01, 0x11, 0x22, 0x00, 0x11, 0x40, 0x40, 0x00, 0x08, 0x08, 0x04, 0xE9, 0x10, 0x00, 0x00, 0x00, 0x00, -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html