From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by dpdk.org (Postfix) with ESMTP id 1D4798E61 for ; Thu, 1 Oct 2015 16:42:22 +0200 (CEST) Received: by pablk4 with SMTP id lk4so76012703pab.3 for ; Thu, 01 Oct 2015 07:42:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=3t8HQpG1DC8Vsa6D8mN1w1C2x9FTFlAK6Jc50rYgUek=; b=ZFTY9MKyxPZaAcTBTKw6JYThHz8fa1HuWkJ69tODqt4XzpslGTHjgQdMhISimdfBPF aF136XHZuPnryxWY1uefqasiA1BXMKak4lgoE5yi5hJlQypWyvgDIMMtA20l6AhfOP/m 6yy0CETZLUMHdfUNUe331JijSfZW8SHqW32VXTuIcPOqGr6MdNCA+BpF6EhKCUOFqE0a cuQMg4JB0nbwevndOXglEMkAxEbYWhsCUhm+2mX2jJRgNvpNsLcU6jwE4e92VwUfNv/K C32W6hukW5WapAL3iM8OgrXSd0of6pTc/EIE7z3c1XGiYzwJ4vtbvSFnmsV4lcvcQtUU TLMw== X-Gm-Message-State: ALoCoQlFrEYau++lkeabX4ZgrrZx7J/6hIIJNFYfOr0EOwyRALKu5PvAYM4ZvGiYZoIXQ/GYtkF+ X-Received: by 10.68.215.73 with SMTP id og9mr12684575pbc.122.1443710541363; Thu, 01 Oct 2015 07:42:21 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id ey17sm7153974pac.26.2015.10.01.07.42.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Oct 2015 07:42:21 -0700 (PDT) Date: Thu, 1 Oct 2015 07:42:28 -0700 From: Stephen Hemminger To: Venkateswara Rao Dokku Message-ID: <20151001074228.6c980c96@urahara> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Thu, 01 Oct 2015 14:42:22 -0000 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.