From patchwork Wed Jul 25 10:40:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 1236251 X-Patchwork-Delegate: alexne@voltaire.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 6208A3FDFB for ; Wed, 25 Jul 2012 10:40:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756243Ab2GYKkz (ORCPT ); Wed, 25 Jul 2012 06:40:55 -0400 Received: from mail-qc0-f174.google.com ([209.85.216.174]:56990 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756117Ab2GYKkz (ORCPT ); Wed, 25 Jul 2012 06:40:55 -0400 Received: by qcro28 with SMTP id o28so293940qcr.19 for ; Wed, 25 Jul 2012 03:40:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=DCCQjELufEP9/JGlidqr3CFUE5KnsUYO3NYOJ7nn9PE=; b=j8Gx3Ad0YaNEo36wfelHT6PT/IDMpBaYbnsTTAYTjrLVgy5gnFwBMxqFdnqtAYnB1/ XzuMS2dTusiHeu7gBhB7TGbegBaM55Rpw1h8GPPTU0MwYE19y+9MY1tL2tu1dZuYYS8A +p3398DaOY+Zhxherc96wTSTt4n83rVWQK5eQpFLk3gK8vxn+vKF8bWDLfXFI2hrT/al 16/9qr6lSbZmhS3RFXH1CJcyAzYH78dXzj8Hho4ikctIUhMGCM7otS0m5rhZ1ETRsMgF UqjTgCuxBorxHyCKL7ET9/cLZOmYTpgctQ6v6d0qutCc5Anhdd/V6PJ3GnyYkTwNbFbo vpQg== Received: by 10.224.211.137 with SMTP id go9mr37110986qab.77.1343212854796; Wed, 25 Jul 2012 03:40:54 -0700 (PDT) Received: from [192.168.1.102] (c-71-192-10-85.hsd1.ma.comcast.net. [71.192.10.85]) by mx.google.com with ESMTPS id gq10sm16411021qab.18.2012.07.25.03.40.53 (version=SSLv3 cipher=OTHER); Wed, 25 Jul 2012 03:40:54 -0700 (PDT) Message-ID: <500FCD35.3000900@dev.mellanox.co.il> Date: Wed, 25 Jul 2012 06:40:53 -0400 From: Hal Rosenstock User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Alex Netes CC: "linux-rdma (linux-rdma@vger.kernel.org)" Subject: [PATCH 1/2] opensm/ib_types.h: Add CapabilityMask2 to notice for trap 144 X-Gm-Message-State: ALoCoQnxy6z9vQKRvI1dHH4b5+UAyDioiSHltPd906DszdJgea991HdYrhSd5vQZZsucWHt2aGbD Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Per MgtWG RefID #4855 Signed-off-by: Hal Rosenstock --- -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/iba/ib_types.h b/include/iba/ib_types.h index d28de17..7b4d1ee 100644 --- a/include/iba/ib_types.h +++ b/include/iba/ib_types.h @@ -7656,6 +7656,7 @@ typedef struct _ib_mad_notice_attr // Total Size calc Accumulated uint8_t local_changes; // 7b reserved 1b local changes ib_net32_t new_cap_mask; // new capability mask ib_net16_t change_flgs; // 10b reserved 6b change flags + ib_net16_t cap_mask2; } PACK_SUFFIX ntc_144; struct _ntc_145 { ib_net16_t pad1;