From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.ehu.eus (smtp.lg.ehu.es [158.227.0.66]) by dpdk.org (Postfix) with ESMTP id CECE69A9F for ; Wed, 11 Feb 2015 15:49:18 +0100 (CET) Received: from smtp.ehu.eus (localhost.localdomain [127.0.0.1]) by postfix.imss71 (Postfix) with ESMTP id 32CA86E22 for ; Wed, 11 Feb 2015 15:49:18 +0100 (CET) Received: from localhost (alweb1.lgp.ehu.es [10.0.100.41]) by smtp2 (Postfix) with ESMTP id 265256DD1 for ; Wed, 11 Feb 2015 15:49:18 +0100 (CET) Received: from 2001:720:1410:101f:69a5:baca:bbf9:df0e ([2001:720:1410:101f:69a5:baca:bbf9:df0e]) by www.ehu.eus (Horde Framework) with HTTP; Wed, 11 Feb 2015 15:49:18 +0100 Date: Wed, 11 Feb 2015 15:49:18 +0100 Message-ID: <20150211154918.Horde.GusL15O-_ZpdikbZDP7FsQ4@www.ehu.eus> From: =?utf-8?b?ScORQUtJ?= MURILLO To: dev@dpdk.org User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4 (smtp2); Wed, 11 Feb 2015 15:49:18 +0100 (CET) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4 (postfix.imss71); Wed, 11 Feb 2015 15:49:18 +0100 (CET) Subject: [dpdk-dev] Doubt: QEMU <-> OVS using DPDK 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: Wed, 11 Feb 2015 14:49:19 -0000 Hello, I am trying to connect a virtual machine with a openvswitch using DPDK for performance, as you can see in the next figure. +-----------------------------------------------+ | QMEU VM | | | | +--------+--------+ | | | DPDK APP | | | | | | | +--------^--------+ | | | | | +--------V--------+ | | | DPDK virtual | | | | interface | | +--------------------------+--------^--------+--+ | Ivshmen ¿? | MEMNIC ¿? | +-----+--------------------+--------V--------+--+ | OVS+DPDK | DPDK virtual | | | | interface | | | +-----------------+ | | | | | | +--------------+ +----------------+ | | | | | | | +--+------^-------+---------+----------^-----+--+ | | | | | | +---------V---+ +------V--------+ | 10G NIC | | 10G NIC | | DPDK | | DPDK | +-------------+ +---------------+ I do not have any problem connecting with 10G NICs, but I do have when it comes to QEMU. I am nor pretty sure how to connect qemu with ovs. As far as I know, I think that I have to use MEMNIC or Ivshmem, but I cannot find much information about how to do it. Could someone explain to me how can it be done? Thank you in advanced. Iñaki Murillo