[dpdk-dev] [PATCH v1 07/11] mk: add link enablement for IPN3KE

Yigit, Ferruh ferruh.yigit at linux.intel.com
Wed Mar 6 13:45:40 CET 2019


On 2/28/2019 7:13 AM, Rosen Xu wrote:
> Add link enablement for Intel FPGA Acceleration
> NIC IPN3KE.

Again, I think no need/benefit to make this separate patch, please merge into
main one that add pmd.

> 
> Signed-off-by: Rosen Xu <rosen.xu at intel.com>
> ---
>  mk/rte.app.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/mk/rte.app.mk b/mk/rte.app.mk
> index 8a4f0f4..8b427d1 100644
> --- a/mk/rte.app.mk
> +++ b/mk/rte.app.mk
> @@ -295,6 +295,7 @@ endif # CONFIG_RTE_LIBRTE_FSLMC_BUS
>  _LDLIBS-$(CONFIG_RTE_LIBRTE_IFPGA_BUS)      += -lrte_bus_ifpga
>  ifeq ($(CONFIG_RTE_LIBRTE_IFPGA_BUS),y)
>  _LDLIBS-$(CONFIG_RTE_LIBRTE_PMD_IFPGA_RAWDEV)   += -lrte_pmd_ifpga_rawdev
> +_LDLIBS-$(CONFIG_RTE_LIBRTE_IPN3KE_PMD)       += -lrte_pmd_ipn3ke
>  endif # CONFIG_RTE_LIBRTE_IFPGA_BUS
>  endif # CONFIG_RTE_LIBRTE_RAWDEV
>  
> 



More information about the dev mailing list