From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH 0/2] uio_msi: device driver Date: Thu, 1 Oct 2015 07:57:31 -0700 Message-ID: <20151001075731.2f079237@urahara> References: <1443652138-31782-1-git-send-email-stephen@networkplumber.org> <560D11F6.2080609@scylladb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: hjk@hansjkoch.de, gregkh@linux-foundation.org, dev@dpdk.org, linux-kernel@vger.kernel.org To: Avi Kivity Return-path: In-Reply-To: <560D11F6.2080609@scylladb.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: dev.dpdk.org On Thu, 1 Oct 2015 13:59:02 +0300 Avi Kivity wrote: > On 10/01/2015 01:28 AM, Stephen Hemminger wrote: > > This is a new UIO device driver to allow supporting MSI-X and MSI devices > > in userspace. It has been used in environments like VMware and older versions > > of QEMU/KVM where no IOMMU support is available. > > Why not add msi/msix support to uio_pci_generic? That is possible but that would meet ABI and other resistance from the author. Also, uio_pci_generic makes it harder to find resources since it doesn't fully utilize UIO infrastructure.