> -----Original Message----- > From: Gaëtan Rivet [mailto:[email protected]] > Sent: Wednesday, March 28, 2018 21:29 > To: Xu, Rosen <[email protected]> > Cc: [email protected]; Doherty, Declan <[email protected]>; > Richardson, Bruce <[email protected]>; [email protected]; > Zhang, Tianfei <[email protected]>; Wu, Hao <[email protected]> > Subject: Re: [PATCH v3 3/6] mk/rte.app.mk: Add Intel FPGA Bus Build > Configuration Macro To App Script > > On Wed, Mar 28, 2018 at 05:29:53PM +0800, Rosen Xu wrote: > > Signed-off-by: Rosen Xu <[email protected]> > > --- > > mk/rte.app.mk | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/mk/rte.app.mk b/mk/rte.app.mk index 3eb41d1..958b6b5 > > 100644 > > --- a/mk/rte.app.mk > > +++ b/mk/rte.app.mk > > @@ -107,6 +107,9 @@ _LDLIBS-$(CONFIG_RTE_LIBRTE_CMDLINE) += - > lrte_cmdline > > _LDLIBS-$(CONFIG_RTE_LIBRTE_REORDER) += -lrte_reorder > > _LDLIBS-$(CONFIG_RTE_LIBRTE_SCHED) += -lrte_sched > > > > +_LDLIBS-$(CONFIG_RTE_LIBRTE_IFPGA_BUS) += -lrte_bus_ifpga > > +_LDLIBS-$(CONFIG_RTE_LIBRTE_IFPGA_RAWDEV) += - > lrte_ifpga_rawdev > > + > > This however, should trigger a link error given that the relevant libraries > are > not yet available. Same as before, please squash with the patch introducing > the libraries.
It's done by PATCH v4. > > ifeq ($(CONFIG_RTE_EXEC_ENV_LINUXAPP),y) > > _LDLIBS-$(CONFIG_RTE_LIBRTE_KNI) += -lrte_kni > > endif > > -- > > 1.8.3.1 > > > > -- > Gaëtan Rivet > 6WIND

