From patchwork Thu Jul 5 16:38:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arlin Davis X-Patchwork-Id: 1161701 Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 8E8C2DFB7C for ; Thu, 5 Jul 2012 16:38:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756138Ab2GEQif (ORCPT ); Thu, 5 Jul 2012 12:38:35 -0400 Received: from mga09.intel.com ([134.134.136.24]:63478 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000Ab2GEQif (ORCPT ); Thu, 5 Jul 2012 12:38:35 -0400 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 05 Jul 2012 09:38:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="161764871" Received: from orsmsx603.amr.corp.intel.com ([10.22.226.49]) by orsmga001.jf.intel.com with ESMTP; 05 Jul 2012 09:38:04 -0700 Received: from orsmsx106.amr.corp.intel.com (10.22.225.133) by orsmsx603.amr.corp.intel.com (10.22.226.49) with Microsoft SMTP Server (TLS) id 8.2.255.0; Thu, 5 Jul 2012 09:38:04 -0700 Received: from orsmsx101.amr.corp.intel.com ([169.254.8.125]) by ORSMSX106.amr.corp.intel.com ([169.254.5.39]) with mapi id 14.01.0355.002; Thu, 5 Jul 2012 09:38:03 -0700 From: "Davis, Arlin R" To: "linux-rdma@vger.kernel.org" CC: "ofw@lists.openfabrics.org" Subject: [PATCH 1/7] dapltest: DFLT_QLEN is defined in multiple tests Thread-Topic: [PATCH 1/7] dapltest: DFLT_QLEN is defined in multiple tests Thread-Index: AQHMlCOt3vNVzcjmAEq4x6fAvGYp8pYLaGgAgREGRyA= Date: Thu, 5 Jul 2012 16:38:03 +0000 Message-ID: <54347E5A035A054EAE9D05927FB467F9481A87C9@ORSMSX101.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Patch set for bug fixes. add #ifdef checking in transaction test. Signed-off-by: Arlin Davis --- test/dapltest/test/dapl_transaction_test.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) -- 1.7.3 diff --git a/test/dapltest/test/dapl_transaction_test.c b/test/dapltest/test/dapl_transaction_test.c index 14c14b4..779ea86 100644 --- a/test/dapltest/test/dapl_transaction_test.c +++ b/test/dapltest/test/dapl_transaction_test.c @@ -43,6 +43,10 @@ */ #define SYNC_BUFF_SIZE 64 +#ifdef DFLT_QLEN +#undef DFLT_QLEN +#endif + #define DFLT_QLEN 8 /* default event queue length */ #define DFLT_TMO 10 /* default timeout (seconds) */ #define MAX_CONN_RETRY 8