17/03/2020 08:09, Dmitry Kozlyuk: > > > 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.kozl...@gmail.com>
Applied