From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) by dpdk.org (Postfix) with ESMTP id D9233AFCB for ; Tue, 10 Jun 2014 22:46:58 +0200 (CEST) Received: by mail-pb0-f51.google.com with SMTP id rp16so1204051pbb.10 for ; Tue, 10 Jun 2014 13:47:13 -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=qVN47Sh3z3GRPoxS/yt73aR25HdNFS+m6pt5y8YeB9w=; b=kDX2Y+IIEx3aQjwhXoZDz1NLWxwWfDopOzsb7l+b6ApyTXHlbDWZ4chrk4gdM3YjO9 E1h6RZSeGfWVFGr+64XMXOwBmELDGGdnfX17rEOBSkFSwBD2jur/zcDqIAPVKWD6po2O I0QZGwoRMVo+C0qYoHikN9b17pW6u/Hv6tJ/L4+G9kSVqKBBeCV1OWb6/p+SOsk+HR1U r2Hn1cKwP2S0CKYDKR9afdxc9523q5XRKAffwBpHxZCD8zfSmyWKT6qIPmLTHTk2L8L8 RI2/5A/mE20LJ7sQzy//ZfgdxQjrwY5WMk0JFwc+MAAZJ+nifOdDeDq6XTX0Wv22Sbma ZYhA== X-Gm-Message-State: ALoCoQkF0hBwB1L++S1XF43DGglUCepRhxKpHiOPvB1tsqsXjQEoO4Em2wyX7K+DaaZ9X8XQisIf X-Received: by 10.66.227.33 with SMTP id rx1mr7717610pac.133.1402433232873; Tue, 10 Jun 2014 13:47:12 -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 zn9sm18016964pac.31.2014.06.10.13.47.12 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 10 Jun 2014 13:47:12 -0700 (PDT) Date: Tue, 10 Jun 2014 13:47:09 -0700 From: Stephen Hemminger To: "Carew, Alan" Message-ID: <20140610134709.03524b62@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:46:59 -0000 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.