[dpdk-dev] [PATCH] eal: fix compiler detection in public headers

Dmitry Kozlyuk dmitry.kozliuk at gmail.com
Tue Mar 17 08:09:40 CET 2020


> > This case is now better fixed with a patch removing EAL dependencies
> > from the PCI library, which drops rte_common.h inclusion from pmdinfogen:
> >     http://patches.dpdk.org/patch/66701/  
> 
> Actually rte_common.h is directly included by buildtools/pmdinfogen/pmdinfogen.c
> so we need this patch in my opinion.
> 
> > As a consequence, I send this EAL patch just in case we need it
> > in future. We can decide to apply or leave it.  
> 
> This patch is now gating acceptance of MinGW support.

Applied on top of this patch, MinGW patchset builds OK:

* by host Clang and target GCC on Linux,
* by host Clang and target MinGW on Linux,
* by Clang on Windows,
* and by MinGW on Windows.

Acked-by: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>

-- 
Dmitry Kozlyuk


More information about the dev mailing list