From patchwork Sat Dec 4 00:16:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arlin Davis X-Patchwork-Id: 379751 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB40HHAS006989 for ; Sat, 4 Dec 2010 00:17:17 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753766Ab0LDARQ (ORCPT ); Fri, 3 Dec 2010 19:17:16 -0500 Received: from mga11.intel.com ([192.55.52.93]:3260 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752344Ab0LDARQ convert rfc822-to-8bit (ORCPT ); Fri, 3 Dec 2010 19:17:16 -0500 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 03 Dec 2010 16:17:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,296,1288594800"; d="scan'208";a="632956865" Received: from orsmsx602.amr.corp.intel.com ([10.22.226.211]) by fmsmga002.fm.intel.com with ESMTP; 03 Dec 2010 16:17:01 -0800 Received: from orsmsx506.amr.corp.intel.com ([10.22.226.44]) by orsmsx602.amr.corp.intel.com ([10.22.226.211]) with mapi; Fri, 3 Dec 2010 16:17:00 -0800 From: "Davis, Arlin R" To: linux-rdma , "ofw@lists.openfabrics.org" CC: "Smith, Stan" Date: Fri, 3 Dec 2010 16:16:58 -0800 Subject: [PATCH] DAPL v2.0: common: increase default IB inline send threshold to 400 Thread-Topic: [PATCH] DAPL v2.0: common: increase default IB inline send threshold to 400 Thread-Index: ActyJdB1zpL8wMt1SpGrifvPhTdQ9QhG2UBwAAAWHLAAAGs+0AAAzJOwAAB/iZA= Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US 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 (demeter1.kernel.org [140.211.167.41]); Sat, 04 Dec 2010 00:17:17 +0000 (UTC) diff --git a/dapl/openib_common/dapl_ib_common.h b/dapl/openib_common/dapl_ib_common.h index bf4946c..8b0e0ba 100644 --- a/dapl/openib_common/dapl_ib_common.h +++ b/dapl/openib_common/dapl_ib_common.h @@ -150,7 +150,7 @@ typedef uint16_t ib_hca_port_t; /* inline send rdma threshold */ #define INLINE_SEND_IWARP_DEFAULT 64 -#define INLINE_SEND_IB_DEFAULT 256 +#define INLINE_SEND_IB_DEFAULT 400 /* qkey for UD QP's */ #define DAT_UD_QKEY 0x78654321