From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] net/virtio: fix build without virtio-user Date: Wed, 18 Jan 2017 10:42:51 +0800 Message-ID: <20170118024251.GM10293@yliu-dev.sh.intel.com> References: <6199672.AS3ZBII79S@xps13> <1484691761-1778-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E2303106A for ; Wed, 18 Jan 2017 03:40:41 +0100 (CET) Content-Disposition: inline In-Reply-To: <1484691761-1778-1-git-send-email-thomas.monjalon@6wind.com> 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 Tue, Jan 17, 2017 at 11:22:41PM +0100, Thomas Monjalon wrote: > When CONFIG_RTE_VIRTIO_USER is disabled (default on FreeBSD), > the virtio driver cannot be compiled: > > librte_pmd_virtio.a(virtio_ethdev.o): In function `eth_virtio_dev_init': > (.text+0x1eba): undefined reference to `virtio_user_ops' Oops... and thanks! --yliu