From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) by dpdk.org (Postfix) with ESMTP id 536FDAFD0 for ; Tue, 10 Jun 2014 22:48:51 +0200 (CEST) Received: by mail-pb0-f53.google.com with SMTP id md12so6590655pbc.40 for ; Tue, 10 Jun 2014 13:49:05 -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=6KYu4r0o03RoASKJslQT3gxZbOueIO2nat7wVGQKCVU=; b=Vhx6rfvmQcO8wvFrM47fpCnVecTOiNs2BN9FT5k/I6sTTsC5IwMb0W9N+pJWXT+TTk 7GsxhZle1+ZvpfADUlAcHxRz9/pRkbZo4EGcGMfeuAoFI84wsL0n2Z02uDvtEov5AIac 7s4sGXz2jT/hT6sgISu66LHmIIshplehN4t/O/+zZZNLfnZ89kbiYoJNyC3lxrz2sTFp XaJ/64Zee5uCBIObEzwXTg+w/X76rQIMWIiUbXeMWda4qCLWbp+t5rPZZkGj1FVztDzm HtP7+FuBpoPwj8y3a2NyV1v3QGxa0rYV/HgRl/UaCWFyS6sx+Axjw2JdIaPehn4soGKz 93GQ== X-Gm-Message-State: ALoCoQn6Z0yukFuWeWuWXbwhO6pFsrdtIq+jAvEEbljJ/9+xmkUkmy0j7fN/Qv2BeaBF2Z5+DHkL X-Received: by 10.68.162.34 with SMTP id xx2mr14092775pbb.120.1402433345641; Tue, 10 Jun 2014 13:49:05 -0700 (PDT) Received: from nehalam.linuxnetplumber.net (static-50-53-83-51.bvtn.or.frontiernet.net. [50.53.83.51]) by mx.google.com with ESMTPSA id cj1sm18013853pac.40.2014.06.10.13.49.05 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 10 Jun 2014 13:49:05 -0700 (PDT) Date: Tue, 10 Jun 2014 13:49:02 -0700 From: Stephen Hemminger To: "Carew, Alan" Message-ID: <20140610134902.754d9261@nehalam.linuxnetplumber.net> In-Reply-To: <0E29434AEE0C3A4180987AB476A6F630593A5F6C@IRSMSX101.ger.corp.intel.com> References: <20140606212644.203613327@networkplumber.org> <0E29434AEE0C3A4180987AB476A6F630593A5E2D@IRSMSX101.ger.corp.intel.com> <20140610104035.08d3946a@nehalam.linuxnetplumber.net> <0E29434AEE0C3A4180987AB476A6F630593A5F6C@IRSMSX101.ger.corp.intel.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 00/10] igb_uio patches 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: Tue, 10 Jun 2014 20:48:51 -0000 On Tue, 10 Jun 2014 19:26:08 +0000 "Carew, Alan" wrote: > A question then, how does uio_pci_generic handle interrupt modes in terms of userspace interface when determining the configured interrupt mode? uio_pci_generic only handles INTX disable, and nothing else. It doesn't do MSI or allow IRQ control. Also, it doesn't do iomap of resources, so theoretically if IOMMU is enabled userspace would still not be able to access the resources.