On 12/18/2018 11:30 AM, Rosen Xu wrote: > @@ -11,6 +11,7 @@ > > #include <rte_bus_pci.h> > #include <rte_gro.h> > #include <rte_gso.h> > +#include <rte_bus_ifpga.h>
This adds dependency to ifpga for testpmd. What happen if ifpga is disabled? Will testpmd build fail? Is there a way to prevent this dependency? If not I think it should be added with compile time checks, as some drivers did.