All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jasvinder Singh <jasvinder.singh@intel.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH v3] librte_cfgfile(rte_cfgfile.h): modify the macros values
Date: Mon, 19 Oct 2015 17:54:25 +0200	[thread overview]
Message-ID: <3382020.2fmGnSoMV8@xps13> (raw)
In-Reply-To: <1441364325-4965-1-git-send-email-jasvinder.singh@intel.com>

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

  parent reply	other threads:[~2015-10-19 15:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1441289108-4501-1-git-send-email-jasvinder.singh@intel.com>
2015-09-03 14:18 ` [PATCH v2] librte_cfgfile (rte_cfgfile.h): modify the macros values Jasvinder Singh
2015-09-03 14:33   ` Thomas Monjalon
2015-09-03 15:46     ` Mcnamara, John
2015-09-03 17:22       ` Thomas Monjalon
2015-09-04 10:58   ` [PATCH v3] librte_cfgfile(rte_cfgfile.h): " Jasvinder Singh
2015-09-07 11:23     ` Dumitrescu, Cristian
2015-10-19 15:54     ` Thomas Monjalon [this message]
2015-10-22 14:03     ` [PATCH v4 0/2] cfgfile: " Jasvinder Singh
2015-10-22 14:03       ` [PATCH v4 1/2] qos_sched: fix example modification to use librte_cfgfile Jasvinder Singh
2015-10-22 14:03       ` [PATCH v4 2/2] librte_cfgfile(rte_cfgfile.h): modify the macros values Jasvinder Singh
2015-10-22 16:35       ` [PATCH v4 0/2] cfgfile: " Thomas Monjalon
2015-10-23  8:12         ` Singh, Jasvinder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3382020.2fmGnSoMV8@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=jasvinder.singh@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.