From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 829152C5 for ; Thu, 9 Aug 2018 21:21:41 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AF6FD20B71; Thu, 9 Aug 2018 15:21:39 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 09 Aug 2018 15:21:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=r/AXEQfrzRTtXxNdHkl5QZXzYe cKhh/3nS6JOj6Yoj0=; b=ABC0wrxIS1yBiyshoXqvbloqIlpjguI8Z8LUOJXJ/7 X16ftM+blgdMPckRgo0ma2HOAjul31dPB8EVeYRuHWGuKi0cZGMtB9PdDje0bFv3 YRBPyBjXVudfHehWf+1nMpVbOO27BVMV+kSMd+Y3/9xL92B6DZB4LUZCMUITuvDv c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=r/AXEQ frzRTtXxNdHkl5QZXzYecKhh/3nS6JOj6Yoj0=; b=UqbpIv+liSKRO5v/EI9bmN lUMzBDzrAUDnzGuuP4LWouJPE7RS1ssZ8mnpF2so4UdAL+BH7UuXitCPnr/DPn5i RmiJOuVItPGcZTM933N4tbl9iUI3CunwfogawaWjkpXpTZ9nwp/IGlqu1bBltwhk 7zD6VrJEti1ZkWKXUVRGf1/HPQRs6jG9xTx+sJ34KPonkfaVaP68pkbNIdqc0i5o NlBFQ9naZQTGQ4EEzTyPgoJWeIFJfny43Md9Kt6NmU86745lOa31rvKKYK+26pfC 6BAvC7tmNxpxUjsSQt7VjeDxm7NniVM7D6n0Lrd4CrMF9dms+/5FmFeduT9zf8EQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 6791DE48A6; Thu, 9 Aug 2018 15:21:38 -0400 (EDT) From: Thomas Monjalon To: "Liu, Yong" Cc: dev@dpdk.org, "Mcnamara, John" , "Bie, Tiwei" Date: Thu, 09 Aug 2018 21:21:36 +0200 Message-ID: <4148057.MKKzfNfikb@xps> In-Reply-To: References: <20180726142738.58543-1-yong.liu@intel.com> <20180731160039.10613-1-yong.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] doc: add note for builtin-net-driver option 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: Thu, 09 Aug 2018 19:21:41 -0000 > > Very simple version of vhost-user driver in vhost sample will be used if > > builtin-net-driver option is enabled. This driver is based on generic vhost > > lib APIs. Unfortunately, the implementation is incompatible with QEMU as > > protocol feature is not supported. > > > > Signed-off-by: Marvin Liu > > Acked-by: John McNamara Applied, thanks