[dpdk-dev] [PATCH v3 02/14] eventdev: fix errors with strict compilation flags

Jerin Jacob jerin.jacob at caviumnetworks.com
Wed Apr 26 16:47:19 CEST 2017


-----Original Message-----
> Date: Wed, 26 Apr 2017 14:07:10 +0200
> From: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
> To: dev at dpdk.org
> Cc: Jerin Jacob <jerin.jacob at caviumnetworks.com>, "De Lara Guarch, Pablo"
>  <pablo.de.lara.guarch at intel.com>
> Subject: [PATCH v3 02/14] eventdev: fix errors with strict compilation flags
> X-Mailer: git-send-email 2.1.4
> 
> Exported headers must allow compilation with the strictest flags. This
> commit addresses the following errors:
> 
>  In file included from build/include/rte_eventdev_pmd.h:55:0,
>                   from /tmp/check-includes.sh.25816.c:1:
>  build/include/rte_eventdev.h:908:8: error: struct has no named members
>     [-Werror=pedantic]
>  [...]
>  In file included from /tmp/check-includes.sh.25816.c:1:0:
>  build/include/rte_eventdev_pmd.h:65:35: error: ISO C does not permit named
>     variadic macros [-Werror=variadic-macros]
>  [...]
> 
> Fixes: 71f238432865 ("eventdev: introduce event driven programming model")
> Fixes: 4f0804bbdfb9 ("eventdev: implement the northbound APIs")
> 
> Cc: Jerin Jacob <jerin.jacob at caviumnetworks.com>
> Cc: "De Lara Guarch, Pablo" <pablo.de.lara.guarch at intel.com>
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>

Acked-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>



More information about the dev mailing list