From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] doc: add note for builtin-net-driver option Date: Thu, 09 Aug 2018 21:21:36 +0200 Message-ID: <4148057.MKKzfNfikb@xps> References: <20180726142738.58543-1-yong.liu@intel.com> <20180731160039.10613-1-yong.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" , "Bie, Tiwei" To: "Liu, Yong" 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) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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