From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B6B0A3237 for ; Mon, 11 Apr 2016 10:26:21 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 11 Apr 2016 01:26:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,462,1455004800"; d="scan'208";a="929777249" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 11 Apr 2016 01:26:02 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 11 Apr 2016 01:26:02 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.136]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.155]) with mapi id 14.03.0248.002; Mon, 11 Apr 2016 16:26:00 +0800 From: "Xie, Huawei" To: chintu hetam , "dev@dpdk.org" Thread-Topic: [dpdk-dev] DPDK 2.2 build failing with vhost-kni Thread-Index: AdGTy8a3hnSX8Y9BTzmYSVPmrUF1DQ== Date: Mon, 11 Apr 2016 08:25:59 +0000 Message-ID: References: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] DPDK 2.2 build failing with vhost-kni X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 08:26:22 -0000 On 4/10/2016 7:26 AM, chintu hetam wrote:=0A= > I am compiling DPDK 2.2 on Fedora 23 and i am seeing following build erro= r=0A= > /home/vcr/devel/dpdk/dpdk-2.2.0/build/build/lib/librte_eal/linuxapp/kni/k= ni_vhost.c:=0A= > In function =91kni_sock_poll=92:=0A= > /home/vcr/devel/dpdk/dpdk-2.2.0/build/build/lib/librte_eal/linuxapp/kni/k= ni_vhost.c:254:25:=0A= > error: =91SOCK_ASYNC_NOSPACE=92 undeclared (first use in this function)= =0A= > (!test_and_set_bit(SOCK_ASYNC_NOSPACE, &q->sock->flags) &&=0A= > ^=0A= =0A= Hi, besides the issue, now user space vhost is the preferred way to=0A= switch packets with the virtual machine, and we have plans to remove kni=0A= vhost support. Do you have any reason to use kni vhost?=0A=