From: Jerin Jacob <jerin.jacob@caviumnetworks.com>
To: Radu Nicolau <radu.nicolau@intel.com>
Cc: dev@dpdk.org, erik.g.carrillo@intel.com,
Jerin.JacobKollanukkaran@cavium.com, stable@dpdk.org
Subject: Re: [PATCH] test: fix gcc 4.8 build issue
Date: Wed, 9 May 2018 15:01:01 +0530 [thread overview]
Message-ID: <20180509093059.GA9694@jerin> (raw)
In-Reply-To: <1525857017-29590-1-git-send-email-radu.nicolau@intel.com>
-----Original Message-----
> Date: Wed, 9 May 2018 10:10:17 +0100
> From: Radu Nicolau <radu.nicolau@intel.com>
> To: dev@dpdk.org
> CC: erik.g.carrillo@intel.com, Jerin.JacobKollanukkaran@cavium.com, Radu
> Nicolau <radu.nicolau@intel.com>, stable@dpdk.org
> Subject: [PATCH] test: fix gcc 4.8 build issue
> X-Mailer: git-send-email 2.7.5
>
> Fixes: d1f3385d0076 ("test: add event timer adapter auto-test")
> Cc: stable@dpdk.org
Similar patch already applied
http://dpdk.org/dev/patchwork/patch/39428/
>
> Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
> ---
> test/test/test_event_timer_adapter.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/test/test/test_event_timer_adapter.c b/test/test/test_event_timer_adapter.c
> index 93471db..7336a96 100644
> --- a/test/test/test_event_timer_adapter.c
> +++ b/test/test/test_event_timer_adapter.c
> @@ -22,6 +22,10 @@
>
> #include "test.h"
>
> +#ifndef __INTEL_COMPILER
> +#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
> +#endif
> +
> /* 4K timers corresponds to sw evdev max inflight events */
> #define MAX_TIMERS (4 * 1024)
> #define BKT_TCK_NSEC
> --
> 2.7.5
>
prev parent reply other threads:[~2018-05-09 9:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-09 9:10 [PATCH] test: fix gcc 4.8 build issue Radu Nicolau
2018-05-09 9:31 ` Jerin Jacob [this message]
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=20180509093059.GA9694@jerin \
--to=jerin.jacob@caviumnetworks.com \
--cc=Jerin.JacobKollanukkaran@cavium.com \
--cc=dev@dpdk.org \
--cc=erik.g.carrillo@intel.com \
--cc=radu.nicolau@intel.com \
--cc=stable@dpdk.org \
/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.