From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] vhost: fix meson build issues Date: Thu, 5 Apr 2018 22:03:41 +0200 Message-ID: References: <1522915696-26727-1-git-send-email-tdu@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: jianfeng.tan@intel.com, zhihong.wang@intel.com To: Tomasz Duszynski , 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 639741CDA1 for ; Thu, 5 Apr 2018 22:03:44 +0200 (CEST) In-Reply-To: <1522915696-26727-1-git-send-email-tdu@semihalf.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/05/2018 10:08 AM, Tomasz Duszynski wrote: > This patch addresses following meson build issues: > > 1) Since rte_vdpa.h includes rte_pci.h it introduces pci > dependency thus deps array should be updated accordingly. > > 2) Since vhost.h includes rte_vdpa.h vdpa.c should be added to > the sources list. Otherwise we end up with linker errors > caused by undefined references. > > Fixes: 34b30b2e7e42 ("vhost: add apis for datapath configuration") > Cc: zhihong.wang@intel.com > > Signed-off-by: Tomasz Duszynski > --- > lib/librte_vhost/meson.build | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Applied to dpdk-next-virtio/master. Thanks, Maxime