DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test: fix gcc 4.8 build issue
@ 2018-05-09  9:10 Radu Nicolau
  2018-05-09  9:31 ` Jerin Jacob
  0 siblings, 1 reply; 2+ messages in thread
From: Radu Nicolau @ 2018-05-09  9:10 UTC (permalink / raw)
  To: dev; +Cc: erik.g.carrillo, Jerin.JacobKollanukkaran, Radu Nicolau, stable

Fixes: d1f3385d0076 ("test: add event timer adapter auto-test")
Cc: stable@dpdk.org

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] test: fix gcc 4.8 build issue
  2018-05-09  9:10 [dpdk-dev] [PATCH] test: fix gcc 4.8 build issue Radu Nicolau
@ 2018-05-09  9:31 ` Jerin Jacob
  0 siblings, 0 replies; 2+ messages in thread
From: Jerin Jacob @ 2018-05-09  9:31 UTC (permalink / raw)
  To: Radu Nicolau; +Cc: dev, erik.g.carrillo, Jerin.JacobKollanukkaran, stable

-----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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-09  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09  9:10 [dpdk-dev] [PATCH] test: fix gcc 4.8 build issue Radu Nicolau
2018-05-09  9:31 ` Jerin Jacob

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).