From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 00/10] igb_uio patches Date: Tue, 10 Jun 2014 13:47:09 -0700 Message-ID: <20140610134709.03524b62@nehalam.linuxnetplumber.net> References: <20140606212644.203613327@networkplumber.org> <0E29434AEE0C3A4180987AB476A6F630593A5E2D@IRSMSX101.ger.corp.intel.com> <20140610104035.08d3946a@nehalam.linuxnetplumber.net> <0E29434AEE0C3A4180987AB476A6F630593A5F6C@IRSMSX101.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "Carew, Alan" Return-path: In-Reply-To: <0E29434AEE0C3A4180987AB476A6F630593A5F6C-kPTMFJFq+rF9qrmMLTLiibfspsVTdybXVpNB7YpNyf8@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Tue, 10 Jun 2014 19:26:08 +0000 "Carew, Alan" wrote: > One alternative for us is then to take Neil Horman's idea of scanning /sys/bus/pci/devices//msi_irqs/ > This gives us at least (MSI | MSI-X) | INT-X, however the Virtio specification mentions MSI-X explicitly for determining the correct offset and might not address the underlying problem my patch set was addressing, I have not tried Virtio with MSI. MSI doesn't work with virtio. pci_enable_msi() returns error. The device does not report MSI capability.