From patchwork Thu Aug 11 00:41:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arlin Davis X-Patchwork-Id: 1055392 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7B0fe5k016848 for ; Thu, 11 Aug 2011 00:41:54 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755471Ab1HKAly (ORCPT ); Wed, 10 Aug 2011 20:41:54 -0400 Received: from mga03.intel.com ([143.182.124.21]:57976 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752290Ab1HKAlx convert rfc822-to-8bit (ORCPT ); Wed, 10 Aug 2011 20:41:53 -0400 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 10 Aug 2011 17:41:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,353,1309762800"; d="scan'208";a="37258991" Received: from azsmsx601.amr.corp.intel.com ([10.2.121.193]) by azsmga001.ch.intel.com with ESMTP; 10 Aug 2011 17:41:53 -0700 Received: from azsmsx604.amr.corp.intel.com (10.2.161.34) by azsmsx601.amr.corp.intel.com (10.2.121.193) with Microsoft SMTP Server (TLS) id 8.2.255.0; Wed, 10 Aug 2011 17:41:53 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.19.9.52) by azsmsx604.amr.corp.intel.com (10.2.161.34) with Microsoft SMTP Server (TLS) id 8.2.255.0; Wed, 10 Aug 2011 17:41:52 -0700 Received: from fmsmsx151.amr.corp.intel.com ([169.254.6.155]) by FMSMSX101.amr.corp.intel.com ([169.254.1.55]) with mapi id 14.01.0323.003; Wed, 10 Aug 2011 17:41:52 -0700 From: "Davis, Arlin R" To: linux-rdma , "ofw@lists.openfabrics.org" , "ewg@lists.openfabrics.org" Subject: [PATCH 3/10] DAPL v2.0: common: new debug bitmask definition for extension logging Thread-Topic: [PATCH 3/10] DAPL v2.0: common: new debug bitmask definition for extension logging Thread-Index: AcxXv3XV6a2MWaH7STubik+8rE4I3g== Date: Thu, 11 Aug 2011 00:41:51 +0000 Message-ID: <54347E5A035A054EAE9D05927FB467F916E42B31@FMSMSX151.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.138] 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.6 (demeter1.kernel.org [140.211.167.41]); Thu, 11 Aug 2011 00:41:54 +0000 (UTC) Signed-off-by: Arlin Davis --- dapl/include/dapl_debug.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dapl/include/dapl_debug.h b/dapl/include/dapl_debug.h index 6e332e6..ff473e3 100644 --- a/dapl/include/dapl_debug.h +++ b/dapl/include/dapl_debug.h @@ -69,7 +69,8 @@ typedef enum DAPL_DBG_TYPE_CM_LIST = 0x2000, DAPL_DBG_TYPE_THREAD = 0x4000, DAPL_DBG_TYPE_CM_EST = 0x8000, - DAPL_DBG_TYPE_CM_WARN = 0x10000 + DAPL_DBG_TYPE_CM_WARN = 0x10000, + DAPL_DBG_TYPE_EXTENSION = 0x20000 } DAPL_DBG_TYPE;