> -----Original Message----- > From: Yigit, Ferruh [mailto:[email protected]] > Sent: Wednesday, March 06, 2019 20:46 > To: Xu, Rosen <[email protected]>; [email protected] > Cc: Yigit, Ferruh <[email protected]>; Zhang, Tianfei > <[email protected]>; Wei, Dan <[email protected]>; Pei, Andy > <[email protected]>; Yang, Qiming <[email protected]>; Wang, > Haiyue <[email protected]>; Chen, Santos <[email protected]>; > Zhang, Zhang <[email protected]> > Subject: Re: [dpdk-dev] [PATCH v1 07/11] mk: add link enablement for > IPN3KE > > 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.
Okay > > > > Signed-off-by: Rosen Xu <[email protected]> > > --- > > 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 > > > >

