From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f49.google.com (mail-oi0-f49.google.com [209.85.218.49]) by dpdk.org (Postfix) with ESMTP id BD3FE8D9A for ; Mon, 5 Oct 2015 06:40:32 +0200 (CEST) Received: by oixx17 with SMTP id x17so84737005oix.0 for ; Sun, 04 Oct 2015 21:40:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YbdxSxGQfZ6C+pY6ELiFO/VWlQ85oNKOPr513GaoK1g=; b=v7q4SUCGkKTbHc42dkbUY3681rLMxWLFrU971H4X9R5a8FeMvDInBPjxliPviP1YD3 lk3vE7D4I8CkvMpeyqi0r3VgkoofYf4kMp4+F6XzU62vwVLbN8k8F2IWVvLlntd6GZPC i4sjab50zBYBRhM2ncYAFe6lq9vNXPC7nCqfZmnLVNeOctI2BWQddybIUSFMdbuREtHb jsnD6IxH04wBtrMbMWd8SeDIp0byBWHzDcJPoN0Cc1vE0lIRFX0do0QU8/1w8P85bbeD UgndhB3LkZLN0bE4zrwaJ5stUjpfo16uHha/t0eITQhjletRBlT8WIbgs1B0BBuYh9rJ RnDA== MIME-Version: 1.0 X-Received: by 10.202.74.10 with SMTP id x10mr15198570oia.98.1444020032089; Sun, 04 Oct 2015 21:40:32 -0700 (PDT) Received: by 10.60.10.162 with HTTP; Sun, 4 Oct 2015 21:40:32 -0700 (PDT) In-Reply-To: <20151001074228.6c980c96@urahara> References: <20151001074228.6c980c96@urahara> Date: Mon, 5 Oct 2015 10:10:32 +0530 Message-ID: From: Venkateswara Rao Dokku To: Stephen Hemminger Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Regarding MMIO 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: Mon, 05 Oct 2015 04:40:33 -0000 Thanks for the response Stephen. Are you referring to Virt-IO 0.9 in specific here in the response or for any Virt-IO versions in general? On Thu, Oct 1, 2015 at 8:12 PM, Stephen Hemminger < stephen@networkplumber.org> wrote: > On Thu, 1 Oct 2015 09:51:42 +0530 > Venkateswara Rao Dokku wrote: > > > Hi, > > > > If we go through the DPDK code it is observed that we are using MMIO for > > Virt-IO devices. But in the Virt-IO specification, it is written that > from > > Virt-IO 1.0 onwards only they are supporting MMIO, all previous versions > > uses Port IO for RX/TX notifications. > > > > So, If I use VirtIO 0.9, Can I get the MMIO based notifications for RX/TX > > or is it supported only for Virt-IO 1.0 onwards? > > > > Although the virtio device will bind to the mmio address in some cases, > it does not use that. It uses i/o port access (see iopl) to activate > host. > -- Thanks & Regards, Venkateswara Rao Dokku.