On 2/28/2019 7:13 AM, Rosen Xu wrote: > Add build enablement for Intel FPGA Acceleration > NIC IPN3KE.
No need to make this a separate patch, can squash into previous one. > > Signed-off-by: Rosen Xu <rosen...@intel.com> > --- > config/common_base | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/config/common_base b/config/common_base > index 7c6da51..4fac8ba 100644 > --- a/config/common_base > +++ b/config/common_base > @@ -316,6 +316,12 @@ CONFIG_RTE_LIBRTE_AVF_DEBUG_RX=n > CONFIG_RTE_LIBRTE_AVF_16BYTE_RX_DESC=n > > # > +# Compile burst-oriented IPN3KE PMD driver > +# > +CONFIG_RTE_LIBRTE_IPN3KE_PMD=n Why PMD is disabled by default? > +CONFIG_RTE_LIBRTE_IPN3KE_DEBUG=n _DEBUG seems not used at all, if so can you please remove it? > + > +# > # Compile burst-oriented Mellanox ConnectX-3 (MLX4) PMD > # > CONFIG_RTE_LIBRTE_MLX4_PMD=n >