From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcGkw-0000xg-1q for qemu-devel@nongnu.org; Wed, 16 Sep 2015 13:44:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcGkr-0004EX-1y for qemu-devel@nongnu.org; Wed, 16 Sep 2015 13:44:29 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:25921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcGkq-0004EN-Q1 for qemu-devel@nongnu.org; Wed, 16 Sep 2015 13:44:24 -0400 Date: Wed, 16 Sep 2015 14:44:18 -0300 From: Flavio Leitner Message-ID: <20150916174418.GA2212@x240.home> References: <55F1DF37.6090702@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55F1DF37.6090702@redhat.com> Subject: Re: [Qemu-devel] [wiki] New wiki page - vhost-user setup with ovs/dpdk backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum Cc: qemu list On Thu, Sep 10, 2015 at 10:51:19PM +0300, Marcel Apfelbaum wrote: > Hi, > > The page describes how to setup an environment that allows testing/developing > vhost-user using ovs (with dpdk) as backend. > > A regular pc machine can be used, no need for several hosts, a 'dpdk enabled' NIC or 1G huge-pages. > > The goal is to connect guests' virtio-net devices having vhost-user backend to OVS dpdkvhostuser ports > and be able to run any kind of network traffic between them. > > The page can be found at: > http://wiki.qemu.org/Features/vhost-user-ovs-dpdk > > I want to keep it as simple as possible. > If you see steps that can be skipped or unneeded configuration please let me know > or feel free to update the page. I gave a quick look and found couple issues. It seems to be missing the installing steps for qemu. Also the eventfd_link module is only needed for vhost-cuse, so you don't need to build/install/load at all. Thanks for doing that Marcel! fbl