Hi,
On 9/29/2016 3:16 PM, Bernard Iremonger wrote: > diff --git a/drivers/net/ixgbe/Makefile b/drivers/net/ixgbe/Makefile > index a6c71f3..7493b8d 100644 > --- a/drivers/net/ixgbe/Makefile > +++ b/drivers/net/ixgbe/Makefile > @@ -119,6 +119,8 @@ SRCS-$(CONFIG_RTE_LIBRTE_IXGBE_PMD) += ixgbe_bypass.c > SRCS-$(CONFIG_RTE_LIBRTE_IXGBE_PMD) += ixgbe_82599_bypass.c > endif > > +# install this header file > +SYMLINK-$(CONFIG_RTE_LIBRTE_ACL)-include := rte_pmd_ixgbe.h > In correct config flag CONFIG_RTE_LIBRTE_ACL , should be CONFIG_RTE_LIBRTE_IXGBE_PMD Thanks, Reshma