From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 26DAA5A86 for ; Thu, 1 Oct 2015 12:25:20 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so25855200wic.1 for ; Thu, 01 Oct 2015 03:25:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=5eS6nCQeg4XuLrl6KMtkbh6jHfwTaJ7ccf8vJ8v7Xqs=; b=Sp0FOCe+wB+jSdjeqr1aaKmzHfhBmbbzsVBkc8ab1cyrwICl70MaSq2+SR7VUo2q+w cmCL2SXDq7bOQYjIWgSTTMHBqNVRGBvyptRfeYub9sRpYJBjs2/apRr4I6N2OnzkbMD6 MP10JZnfDFB784LFctzsqJgAUC8WJYhdEO3k6y42gfp2QlsrFSq570FkYEWrlN9w++Cz 8ntClXBFNjLDwC/O1ggGRiEzD6KKv3DuUdQ3fWfX94yO34Hr2rwdPYCaloNRhR9iFElY fdjrN+TNwjTodEGnAfg24umgfnciTrynRDgiY+HKfYlNMXBGZP7i7VCIFEbDP7XfQsnZ TK6A== X-Gm-Message-State: ALoCoQlnr4zbwJCEofC7fMEddBUI2AJX+NG0EZuZapilJFNbmTF5vKNRt3n2HjjGhaZWCD4eJPv6 X-Received: by 10.194.52.6 with SMTP id p6mr10848480wjo.119.1443695120033; Thu, 01 Oct 2015 03:25:20 -0700 (PDT) Received: from avi.cloudius ([37.142.229.250]) by smtp.googlemail.com with ESMTPSA id ld5sm5395866wjc.18.2015.10.01.03.25.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Oct 2015 03:25:18 -0700 (PDT) To: "Michael S. Tsirkin" References: <560BF782.4070308@scylladb.com> <20150930175848-mutt-send-email-mst@redhat.com> <560C0171.7080507@scylladb.com> <20150930204016.GA29975@redhat.com> <20151001113828-mutt-send-email-mst@redhat.com> <560CF44A.60102@scylladb.com> <20151001120027-mutt-send-email-mst@redhat.com> <560CFB66.5050904@scylladb.com> <20151001123335-mutt-send-email-mst@redhat.com> <560D028A.8050509@scylladb.com> <20151001131517-mutt-send-email-mst@redhat.com> <560D09E4.4060603@scylladb.com> From: Avi Kivity Message-ID: <560D0A0D.8030604@scylladb.com> Date: Thu, 1 Oct 2015 13:25:17 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <560D09E4.4060603@scylladb.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Having troubles binding an SR-IOV VF to uio_pci_generic on Amazon instance 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 10:25:20 -0000 On 10/01/2015 01:24 PM, Avi Kivity wrote: > On 10/01/2015 01:17 PM, Michael S. Tsirkin wrote: >> On Thu, Oct 01, 2015 at 12:53:14PM +0300, Avi Kivity wrote: >>> Non-virtualized setups have an iommu available, but they can also use >>> pci_uio_generic without patching if they like. >> Not with VFs, they can't. >> > > They can and they do (I use it myself). I mean with a PF. Why use a VF on a non-virtualized system?