From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tan, Jianfeng" Subject: Re: Can xenvirt pmd work in xen guest (aka DomU) without xen-vhost in Dom0 ? Date: Tue, 10 Oct 2017 09:14:05 +0800 Message-ID: <14cbd26b-7d49-eede-16e0-812912f85485@intel.com> References: <1585937b-613c-eecf-5b08-d840a3265329@intel.com> <7612e974-4dfd-970e-2bce-f59cfacf1aee@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: bernard.iremonger@intel.com, huawei.xie@intel.com, bruce.richardson@intel.com, thomas@monjalon.net, david.marchand@6wind.com, shreyansh.jain@nxp.com, pablo.de.lara.guarch@intel.com, Olivier Matz , yuanhan.liu@linux.intel.com, xen-devel@lists.xenproject.org, DPDK To: Bill Bonaparte Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 057CD1B211 for ; Tue, 10 Oct 2017 03:14:08 +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" > for me, the most important thing at the moment, is to run our system > on xen guest (aka DomU), with the full functions. the performance > could be a secondary consideration. > most of time, for our guests, full functions, with the > acceptable performance, is fine. > do we have plan to support xen netfront pmd in dpdk ? > in my humble opinion, limited performance is better than "not work" . If you only care about the functionality, you can try AF_PACKET or pcap PMD. Thanks, Jianfeng