From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] vhost/crypto: fix makefile Date: Tue, 10 Apr 2018 11:41:08 +0200 Message-ID: <57af1cbf-0eb5-b3b9-fe9a-531f9f1ae5b3@redhat.com> References: <20180409163832.85611-1-roy.fan.zhang@intel.com> <20180409180144.87235-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ferruh.yigit@intel.com To: Fan Zhang , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 2B5831B892 for ; Tue, 10 Apr 2018 11:41:12 +0200 (CEST) In-Reply-To: <20180409180144.87235-1-roy.fan.zhang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 04/09/2018 08:01 PM, Fan Zhang wrote: > Fixes: 7b5ad7beee17 ("vhost/crypto: update makefile") > > Signed-off-by: Fan Zhang > --- > lib/librte_vhost/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lib/librte_vhost/Makefile b/lib/librte_vhost/Makefile > index 2cc65f95e..92c267475 100644 > --- a/lib/librte_vhost/Makefile > +++ b/lib/librte_vhost/Makefile > @@ -18,7 +18,8 @@ LDLIBS += -lpthread > ifeq ($(CONFIG_RTE_LIBRTE_VHOST_NUMA),y) > LDLIBS += -lnuma > endif > -LDLIBS += -lrte_eal -lrte_mempool -lrte_mbuf -lrte_ethdev -lrte_net > +LDLIBS += -lrte_eal -lrte_mempool -lrte_mbuf -lrte_ethdev -lrte_net \ > + -lrte_cryptodev -lrte_hash > > # all source are stored in SRCS-y > SRCS-$(CONFIG_RTE_LIBRTE_VHOST) := fd_man.c iotlb.c socket.c vhost.c \ > Acked-by: Maxime Coquelin I'll squash it with faulty commit if not yet merged by Ferruh. Thanks, Maxime