Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756330AbbGTQ2S (ORCPT ); Mon, 20 Jul 2015 12:28:18 -0400 Received: from relay3.sgi.com ([192.48.152.1]:60224 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754358AbbGTQ2Q (ORCPT ); Mon, 20 Jul 2015 12:28:16 -0400 Date: Mon, 20 Jul 2015 11:28:03 -0500 From: Alex Thorlton To: Or Gerlitz Cc: Alex Thorlton , Or Gerlitz , andrew banman , Linux Kernel , Doug Ledford , Sean Hefty , Hal Rosenstock , "David S. Miller" , Roland Dreier , Matan Barak , Moni Shoua , Jack Morgenstein , Yishai Hadas , Eran Ben Elisha , Ira Weiny , "linux-rdma@vger.kernel.org" Subject: Re: [BUG] mellanox IB driver fails to load on large config Message-ID: <20150720162803.GL58053@asylum.americas.sgi.com> References: <20150710191506.GA52396@asylum.americas.sgi.com> <20150714182234.GD17920@asylum.americas.sgi.com> <20150714184820.GB58053@asylum.americas.sgi.com> <20150714202848.GD58053@asylum.americas.sgi.com> <55A74E61.1080403@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55A74E61.1080403@mellanox.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1068 Lines: 37 On Thu, Jul 16, 2015 at 09:25:37AM +0300, Or Gerlitz wrote: > On 7/14/2015 11:28 PM, Alex Thorlton wrote: >> >> We see the same exact messages on 4.1-rc8. >> >> > > does this solves the problem? > > > diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h > index ad31e47..c8ae3b9 100644 > --- a/include/linux/mlx4/device.h > +++ b/include/linux/mlx4/device.h > @@ -45,7 +45,7 @@ > #include > > #define MAX_MSIX_P_PORT 17 > -#define MAX_MSIX 64 > +#define MAX_MSIX 1024 > #define MIN_MSIX_P_PORT 5 > #define MLX4_IS_LEGACY_EQ_MODE(dev_cap) ((dev_cap).num_comp_vectors < \ > (dev_cap).num_ports * MIN_MSIX_P_PORT) > -- > I've got some time on the large machine later today. I'll give this a try then. Thanks, Or! - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/