DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>,
	Jasvinder Singh <jasvinder.singh@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v4 02/11] ip_pipeline: added config checks
Date: Fri, 03 Jul 2015 22:27:04 +0200	[thread overview]
Message-ID: <2394438.7nXkfRJIlT@xps13> (raw)
In-Reply-To: <1435913919-13196-3-git-send-email-maciejx.t.gajdzica@intel.com>

There is an error with clang (tested with 3.6.1):

examples/ip_pipeline/config_check.c:63:26: error: comparison of integers of
      different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Werror,-Wsign-compare]
        APP_CHECK((app->n_links == __builtin_popcountll(app->port_mask)),
                   ~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/thomas/projects/dpdk/dpdk/examples/ip_pipeline/app.h:518:8: note: expanded from macro 'APP_CHECK'
        if (!(exp)) {                                                   \
              ^

  reply	other threads:[~2015-07-03 20:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-03  8:58 [dpdk-dev] [PATCH v4 00/11] ip_pipeline: ip_pipeline application enhancements Maciej Gajdzica
2015-07-03  8:58 ` [dpdk-dev] [PATCH v4 01/11] ip_pipeline: add parsing for config files with new syntax Maciej Gajdzica
2015-07-03  8:58 ` [dpdk-dev] [PATCH v4 02/11] ip_pipeline: added config checks Maciej Gajdzica
2015-07-03 20:27   ` Thomas Monjalon [this message]
2015-07-03  8:58 ` [dpdk-dev] [PATCH v4 03/11] ip_pipeline: modified init to match new params struct Maciej Gajdzica
2015-07-03  8:58 ` [dpdk-dev] [PATCH v4 04/11] ip_pipeline: moved pipelines to separate folder Maciej Gajdzica
2015-07-03  8:58 ` [dpdk-dev] [PATCH v4 05/11] ip_pipeline: added master pipeline Maciej Gajdzica
2015-07-03  8:58 ` [dpdk-dev] [PATCH v4 06/11] ip_pipeline: added application thread Maciej Gajdzica
2015-07-03  8:58 ` [dpdk-dev] [PATCH v4 07/11] ip_pipeline: moved config files to separate folder Maciej Gajdzica
2015-07-03  8:58 ` [dpdk-dev] [PATCH v4 08/11] ip_pipeline: added new implementation of passthrough pipeline Maciej Gajdzica
2015-07-03  8:58 ` [dpdk-dev] [PATCH v4 09/11] ip_pipeline: added new implementation of firewall pipeline Maciej Gajdzica
2015-07-03  8:58 ` [dpdk-dev] [PATCH v4 10/11] ip_pipeline: added new implementation of routing pipeline Maciej Gajdzica
2015-07-03  8:58 ` [dpdk-dev] [PATCH v4 11/11] ip_pipeline: added new implementation of flow classification pipeline Maciej Gajdzica
2015-07-03  9:40 ` [dpdk-dev] [PATCH v4 00/11] ip_pipeline: ip_pipeline application enhancements Dumitrescu, Cristian

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=2394438.7nXkfRJIlT@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=jasvinder.singh@intel.com \
    --cc=maciejx.t.gajdzica@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).