-----Original Message-----
> Date: Wed, 26 Apr 2017 14:07:10 +0200
> From: Adrien Mazarguil <adrien.mazarg...@6wind.com>
> To: dev@dpdk.org
> Cc: Jerin Jacob <jerin.ja...@caviumnetworks.com>, "De Lara Guarch, Pablo"
>  <pablo.de.lara.gua...@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.ja...@caviumnetworks.com>
> Cc: "De Lara Guarch, Pablo" <pablo.de.lara.gua...@intel.com>
> Signed-off-by: Adrien Mazarguil <adrien.mazarg...@6wind.com>

Acked-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>

Reply via email to