From patchwork Thu Jun 10 19:09:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yevgeny Petrilin X-Patchwork-Id: 105444 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 o5AJ9mtL018533 for ; Thu, 10 Jun 2010 19:09:48 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759748Ab0FJTJ2 (ORCPT ); Thu, 10 Jun 2010 15:09:28 -0400 Received: from mail.mellanox.co.il ([194.90.237.43]:48260 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759741Ab0FJTJ2 (ORCPT ); Thu, 10 Jun 2010 15:09:28 -0400 Received: from Internal Mail-Server by MTLPINE1 (envelope-from yevgenyp@mellanox.co.il) with SMTP; 10 Jun 2010 22:10:14 +0300 Received: from vnc8.lab.mtl.com ([10.4.45.8]) by mtlexch01.mtl.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 10 Jun 2010 22:09:23 +0300 Message-ID: <4C113863.9090002@mellanox.co.il> Date: Thu, 10 Jun 2010 22:09:23 +0300 From: Yevgeny Petrilin User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Roland Dreier CC: linux-rdma@vger.kernel.org Subject: [PATCH 18/19 V4] mlx4_core: setting MGM entry size to 512 X-OriginalArrivalTime: 10 Jun 2010 19:09:23.0415 (UTC) FILETIME=[6FEC0670:01CB08D0] X-TM-AS-Product-Ver: SMEX-8.0.0.1181-6.000.1038-17438.001 X-TM-AS-Result: No--3.414000-8.000000-31 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No 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]); Thu, 10 Jun 2010 19:09:48 +0000 (UTC) diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h index 8530032..7a7f787 100644 --- a/drivers/net/mlx4/mlx4.h +++ b/drivers/net/mlx4/mlx4.h @@ -64,7 +64,7 @@ enum { }; enum { - MLX4_MGM_ENTRY_SIZE = 0x100, + MLX4_MGM_ENTRY_SIZE = 0x200, MLX4_QP_PER_MGM = 4 * (MLX4_MGM_ENTRY_SIZE / 16 - 2), MLX4_MTT_ENTRY_PER_SEG = 8 };