From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/3] librte_compat: fix macro deffinition Date: Mon, 15 Jun 2015 11:12:08 +0200 Message-ID: <1591170.szdQAMiik7@xps13> References: <1432913219-11589-1-git-send-email-maciejx.t.gajdzica@intel.com> <1432913219-11589-3-git-send-email-maciejx.t.gajdzica@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Maciej Gajdzica , Pawel Wodkowski Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 61F5E12A8 for ; Mon, 15 Jun 2015 11:13:06 +0200 (CEST) Received: by wigg3 with SMTP id g3so70405380wig.1 for ; Mon, 15 Jun 2015 02:13:06 -0700 (PDT) In-Reply-To: <1432913219-11589-3-git-send-email-maciejx.t.gajdzica@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, More fixes are needed in rte_compat.h 2015-05-29 17:26, Maciej Gajdzica: > --- a/lib/librte_compat/rte_compat.h > +++ b/lib/librte_compat/rte_compat.h > @@ -103,7 +103,7 @@ > #define VERSION_SYMBOL(b, e, v) Should be b,e,n > #define __vsym > #define BASE_SYMBOL(b, n) Should be b,e > -#define BIND_DEFAULT_SYMBOL(b, v) > +#define BIND_DEFAULT_SYMBOL(b, v, n) Should be b,e,n This comment needs also to be fixed: * BIND_DEFAULT_SYMBOL(foo, 2.1);