[dpdk-dev] [PATCH v5] app/testpmd: add IFPGA AFU register access function

Ferruh Yigit ferruh.yigit at intel.com
Thu Dec 20 13:57:37 CET 2018


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.


More information about the dev mailing list