From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com
 [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 10672C840
 for <dev@dpdk.org>; Fri, 19 Jun 2015 16:48:03 +0200 (CEST)
Received: by wicgi11 with SMTP id gi11so20936972wic.0
 for <dev@dpdk.org>; Fri, 19 Jun 2015 07:48:02 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:date:from:to:cc:subject:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=U6uim/7x9FNjE77F2AnpM4BdFSYAHsnGYBmCHzEo7qM=;
 b=CWdkO1PtTba37MB0N35WlwFgtB9GUNyxhLwOGCOEJXBD3Xorga3fru6G+KAvYOpXis
 5eSan5fB3/WwR4ww3Wu1jgm+sfQJhEfzd9VJcgH6CjuFaTA6in/hxVFInjdC4ftuL7JV
 7gxj4KU6lcCNiwd5G8Rsyb/OxDPnKDKwI+4SuuiTtXExjkWF6geihl+kzWqNd7MnaPwD
 tjfBxuNZ87rIn0McOO2bkDzWOWSJYWUKeMdgL72br4cLJm9AQg/LN/UgP+U3ZcWmAI8+
 pohOK3fgP2dfLgbst6dZ3Ox57Y4dbG8yBw38nSU9gE13bDsMF0JmTnNtqAKXB5apOMQt
 yssw==
X-Gm-Message-State: ALoCoQnQOAokaxWCU4J0OtX/XSA8xkg7ObClVvn3BhtJRpGjkaCgzGhVwgtuqtD0EM+5NcLjcw5Z
X-Received: by 10.194.9.161 with SMTP id a1mr26496972wjb.39.1434725282683;
 Fri, 19 Jun 2015 07:48:02 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id lk5sm4036858wic.24.2015.06.19.07.48.01
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 19 Jun 2015 07:48:02 -0700 (PDT)
Date: Fri, 19 Jun 2015 07:48:02 -0700 (PDT)
X-Google-Original-Date: Fri, 19 Jun 2015 16:47 +0200
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Gajdzica, MaciejX T" <maciejx.t.gajdzica@intel.com>
Message-ID: <2048288.aStCxb75UN@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <9CC680510C0AC140A846FED2EF7F96281383E81B@IRSMSX102.ger.corp.intel.com>
References: <9CC680510C0AC140A846FED2EF7F96281383E81B@IRSMSX102.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 19 Jun 2015 14:48:03 -0000

2015-06-19 14:38, Gajdzica, MaciejX T:
> There is an issue with macros in rte_compat.h. For shared library case, macro 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.

Yes, and your patch fix it:
	http://dpdk.org/dev/patchwork/patch/5475/
But it is part of a series which is not accepted yet.

It would be faster merged if you send it as a standalone patch.
Thanks