From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BE609C80C for ; Fri, 19 Jun 2015 16:38:10 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 19 Jun 2015 07:38:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,643,1427785200"; d="scan'208,217";a="713961630" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 19 Jun 2015 07:38:09 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.117]) by IRSMSX151.ger.corp.intel.com ([169.254.4.108]) with mapi id 14.03.0224.002; Fri, 19 Jun 2015 15:38:08 +0100 From: "Gajdzica, MaciejX T" To: "dev@dpdk.org" , "nhorman@tuxdriver.com" Thread-Topic: Issue with rte_compat versioning macros Thread-Index: AdCqnQQggYoEH26OSROSj81vK5RplQ== Date: Fri, 19 Jun 2015 14:38:08 +0000 Message-ID: <9CC680510C0AC140A846FED2EF7F96281383E81B@IRSMSX102.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Issue with rte_compat versioning macros X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2015 14:38:11 -0000 Hi There is an issue with macros in rte_compat.h. For shared library case, mac= ro BIND_DEFAULT_SYMBOL takes three arguments and for other case it takes only two arguments. Also = letters for macro variable names are not consistent in these two cases. Best Regards Maciek