From patchwork Sun Mar 21 15:23:03 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doron Shoham X-Patchwork-Id: 87260 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o2LFKTHL026096 for ; Sun, 21 Mar 2010 15:23:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753335Ab0CUPXe (ORCPT ); Sun, 21 Mar 2010 11:23:34 -0400 Received: from fwil.voltaire.com ([193.47.165.2]:27515 "EHLO exil.voltaire.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753261Ab0CUPXe (ORCPT ); Sun, 21 Mar 2010 11:23:34 -0400 Received: from dorons.Voltaire.COM ([172.25.1.161]) by exil.voltaire.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 21 Mar 2010 17:23:33 +0200 Message-ID: <4BA639D7.1040304@voltaire.com> Date: Sun, 21 Mar 2010 17:23:03 +0200 From: Doron Shoham User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Thunderbird/3.0.3 MIME-Version: 1.0 To: sashak@voltaire.com CC: linux-rdma@vger.kernel.org Subject: [PATCH 3/4] set PartitionCap and PartitionEnforcementCap to be 32. References: <4BA6391A.7020608@voltaire.com> In-Reply-To: <4BA6391A.7020608@voltaire.com> X-OriginalArrivalTime: 21 Mar 2010 15:23:33.0022 (UTC) FILETIME=[77CC63E0:01CAC90A] Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sun, 21 Mar 2010 15:23:35 +0000 (UTC) diff --git a/ibsim/sim_net.c b/ibsim/sim_net.c index 13c3b8c..6cdd40a 100644 --- a/ibsim/sim_net.c +++ b/ibsim/sim_net.c @@ -121,7 +121,7 @@ static const uint8_t hcaport_down[] = { static const uint8_t switchinfo[] = { 0xC0, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x04, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -134,7 +134,7 @@ static const uint8_t swnodeinfo[] = { 0x01, 0x01, 0x02, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0xF1, 0x04, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x08, - 0xF1, 0x04, 0x00, 0x0D, 0x00, 0x08, 0xA8, 0x7C, + 0xF1, 0x04, 0x00, 0x0D, 0x00, 0x20, 0xA8, 0x7C, 0x00, 0x00, 0x00, 0xA1, 0x00, 0x00, 0x08, 0xF1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -145,7 +145,7 @@ static const uint8_t hcanodeinfo[] = { 0x01, 0x01, 0x01, 0x02, 0x00, 0x02, 0xC9, 0x00, 0x01, 0x13, 0x6E, 0x40, 0x00, 0x02, 0xC9, 0x00, 0x01, 0x13, 0x6E, 0x40, 0x00, 0x02, 0xC9, 0x00, - 0x01, 0x13, 0x6E, 0x41, 0x00, 0x40, 0x5A, 0x44, + 0x01, 0x13, 0x6E, 0x41, 0x00, 0x20, 0x5A, 0x44, 0x00, 0x00, 0x00, 0xA1, 0x01, 0x00, 0x02, 0xC9, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,