> -----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 08/11] app/test-pmd: add IPN3KE support > for testpmd > > On 2/28/2019 7:13 AM, Rosen Xu wrote: > > Add IPN3KE support for testpmd > > I think it is already decided to remove this patch, +1.
Okay > > > > Signed-off-by: Rosen Xu <[email protected]> > > Signed-off-by: Andy Pei <[email protected]> > > --- > > app/test-pmd/Makefile | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/app/test-pmd/Makefile b/app/test-pmd/Makefile index > > d5258ea..a6b6f6f 100644 > > --- a/app/test-pmd/Makefile > > +++ b/app/test-pmd/Makefile > > @@ -62,6 +62,10 @@ ifeq ($(CONFIG_RTE_LIBRTE_I40E_PMD),y) LDLIBS > += > > -lrte_pmd_i40e endif > > > > +ifeq ($(CONFIG_RTE_LIBRTE_IPN3KE_PMD),y) > > +LDLIBS += -lrte_pmd_ipn3ke > > +endif > > + > > ifeq ($(CONFIG_RTE_LIBRTE_BNXT_PMD),y) LDLIBS += -lrte_pmd_bnxt > > endif > >

