From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 3B66F8E6C for ; Mon, 19 Oct 2015 17:55:30 +0200 (CEST) Received: by wicll6 with SMTP id ll6so12367572wic.0 for ; Mon, 19 Oct 2015 08:55:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=57PgrR4zPYxDTWS06ErdDnpDRQYXLMBlWfGlh/dIN4Y=; b=b3UVu/6ErlZBJLTeRDQRCXwuBhjuwV4ppqoaA8sJLYy5ayOdNR1XhKHMudX6oWrJEx JHNakhqm1ShnOrOSFWtBrv/hhB7YgQHQGOBb3OYRihAPhClHVLN1nSaUS+t4eWusN4Jm VybjYc2RuHOY67ldOpJLLAk4tk3g8PAoc3kBGZ0iF+yMp4PDZ98y1VivYUf/6yIV7dA7 fP4uFtdksHeSPOhZ0j3oimezwNHq3ipnkdy6eIKK9RJB1HWUCrz6vT7sTZ4uRb0jGpVd MCzhqDS+6ibbkEOrpl8fDuEG4Ad4BkrFHoGVIRK8qwLQgtCCa+ny32QxEMj5DMo+IIGX btYQ== X-Gm-Message-State: ALoCoQlYlHC3TbeoLc+SsaA1C2aLYcPiLdk99B1WaJbKAm1DdVzzoNA9wieP91rtbcNAZb2vzYPA X-Received: by 10.194.200.195 with SMTP id ju3mr34461097wjc.26.1445270129901; Mon, 19 Oct 2015 08:55:29 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id v9sm24048468wjv.45.2015.10.19.08.55.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Oct 2015 08:55:29 -0700 (PDT) From: Thomas Monjalon To: Jasvinder Singh Date: Mon, 19 Oct 2015 17:54:25 +0200 Message-ID: <3382020.2fmGnSoMV8@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1441364325-4965-1-git-send-email-jasvinder.singh@intel.com> References: <1441289888-7035-1-git-send-email-jasvinder.singh@intel.com> <1441364325-4965-1-git-send-email-jasvinder.singh@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] [PATCH v3] librte_cfgfile(rte_cfgfile.h): modify the macros values 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: Mon, 19 Oct 2015 15:55:30 -0000 2015-09-04 11:58, Jasvinder Singh: > -#define CFG_NAME_LEN 32 > -#define CFG_VALUE_LEN 64 > +#ifndef CFG_NAME_LEN > +#define CFG_NAME_LEN 64 > +#endif Build fails: examples/qos_sched/cfg_file.h:40:0: error: "CFG_NAME_LEN" redefined