From patchwork Tue Feb 2 19:07:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Chiang X-Patchwork-Id: 76455 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 o12J7omp024644 for ; Tue, 2 Feb 2010 19:07:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756524Ab0BBTHt (ORCPT ); Tue, 2 Feb 2010 14:07:49 -0500 Received: from g4t0015.houston.hp.com ([15.201.24.18]:46251 "EHLO g4t0015.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756357Ab0BBTHs (ORCPT ); Tue, 2 Feb 2010 14:07:48 -0500 Received: from g4t0009.houston.hp.com (g4t0009.houston.hp.com [16.234.32.26]) by g4t0015.houston.hp.com (Postfix) with ESMTP id 8612983D9; Tue, 2 Feb 2010 19:07:44 +0000 (UTC) Received: from ldl (ldl.fc.hp.com [15.11.146.30]) by g4t0009.houston.hp.com (Postfix) with ESMTP id 6A15BC034; Tue, 2 Feb 2010 19:07:44 +0000 (UTC) Received: from localhost (ldl.fc.hp.com [127.0.0.1]) by ldl (Postfix) with ESMTP id 542F5CF0011; Tue, 2 Feb 2010 12:07:44 -0700 (MST) Received: from ldl ([127.0.0.1]) by localhost (ldl.fc.hp.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AKJDc+OcTVow; Tue, 2 Feb 2010 12:07:44 -0700 (MST) Received: from eh.fc.hp.com (eh.fc.hp.com [15.11.146.105]) by ldl (Postfix) with ESMTP id 3CD24CF000B; Tue, 2 Feb 2010 12:07:44 -0700 (MST) Received: from bob.kio (localhost [127.0.0.1]) by eh.fc.hp.com (Postfix) with ESMTP id 06182261D3; Tue, 2 Feb 2010 12:07:44 -0700 (MST) Subject: [PATCH v2 00/18] Increase maximum number of Infiniband HCAs per system To: rdreier@cisco.com From: Alex Chiang Cc: linux-rdma@vger.kernel.org, justin.chen@hp.com, linux-kernel@vger.kernel.org Date: Tue, 02 Feb 2010 12:07:43 -0700 Message-ID: <20100202185235.28217.64521.stgit@bob.kio> User-Agent: StGit/0.15 MIME-Version: 1.0 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]); Tue, 02 Feb 2010 19:07:50 +0000 (UTC) diff --git a/drivers/infiniband/core/ucm.c b/drivers/infiniband/core/ucm.c index 7bf0a82..8581e64 100644 --- a/drivers/infiniband/core/ucm.c +++ b/drivers/infiniband/core/ucm.c @@ -102,7 +102,7 @@ struct ib_ucm_event { enum { IB_UCM_MAJOR = 231, IB_UCM_BASE_MINOR = 224, - IB_UCM_MAX_DEVICES = 32 + IB_UCM_MAX_DEVICES = 2 };