From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 17 Jan 2017 18:40:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,247,1477983600"; d="scan'208";a="1114227061" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga002.fm.intel.com with ESMTP; 17 Jan 2017 18:40:40 -0800 Date: Wed, 18 Jan 2017 10:42:51 +0800 From: Yuanhan Liu To: Thomas Monjalon Cc: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1484691761-1778-1-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/virtio: fix build without virtio-user X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 02:40:42 -0000 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