From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] librte_cfgfile(rte_cfgfile.h): modify the macros values Date: Mon, 19 Oct 2015 17:54:25 +0200 Message-ID: <3382020.2fmGnSoMV8@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jasvinder Singh 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) In-Reply-To: <1441364325-4965-1-git-send-email-jasvinder.singh@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" 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