From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by dpdk.org (Postfix) with ESMTP id CA39C8E69 for ; Thu, 1 Oct 2015 16:57:22 +0200 (CEST) Received: by pablk4 with SMTP id lk4so76339615pab.3 for ; Thu, 01 Oct 2015 07:57:22 -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=afQFu66uGd7zxGxLtnBZ+wG7KWImFdVpYB00r8rgwwA=; b=PpPzf63488crU9j6FQMbLOOAtSu6oiVoTKx2cKhGBMnXoAlWe1un9zIYpTqrah7gD1 hgYByDm8Gh8NNir0B7PgOacBTyy5grxAhr7qkOf8bvoDD1yN+ArFMQdWuUVdv5/Ol+6u 3TywYXQirKsPX2yLIR/6D5K970Fws8pf3QcGr6246xaLH208wA4PtZ6Mimzq7Iv4QqpL bDTDpqpL2DqQbgH4609vtNBpKkF3Ag30cxRdRgVIX1LSzoKHyf4SotS81TEYPUo6EZZU b4G85qPOXsN/qXDtsCjCygItmFHcRTiFm/bKzZpVrULgnXr8KSVRaHjxxAvJ066ag2LC 7UpA== X-Gm-Message-State: ALoCoQl241+11NrzgwfjaSUSzxJZ+r0q7A8p0xzNoi5u+bx8eRtS7GzGkZ5C90DwgpKTes3pCJil X-Received: by 10.66.145.193 with SMTP id sw1mr12781344pab.74.1443711442192; Thu, 01 Oct 2015 07:57:22 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id d2sm7227750pat.24.2015.10.01.07.57.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Oct 2015 07:57:21 -0700 (PDT) Date: Thu, 1 Oct 2015 07:57:31 -0700 From: Stephen Hemminger To: Avi Kivity Message-ID: <20151001075731.2f079237@urahara> In-Reply-To: <560D11F6.2080609@scylladb.com> 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: dev@dpdk.org, hjk@hansjkoch.de, gregkh@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [dpdk-dev] [PATCH 0/2] uio_msi: device driver 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 14:57:23 -0000 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.