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
> > b
> > 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
16/03/2020 13:04, Thomas Monjalon:
> RTE_TOOLCHAIN_* macros are defining the target compiler.
> Some API may be used in a host application like pmdinfogen.
> That's why the the public headers should check the effective compiler
> in use instead of the target compiler.
>
> Detecting the compiler wi
3 matches
Mail list logo