From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlad Zolotarov Subject: Re: [PATCH 0/2] uio_msi: device driver Date: Sun, 4 Oct 2015 23:49:44 +0300 Message-ID: <561190E8.6060801@cloudius-systems.com> References: <560D11F6.2080609@scylladb.com> <20151001075731.2f079237@urahara> <560D8E14.5030500@gmail.com> <20151001150036.7a20b228@urahara> <560DBBAA.3050906@gmail.com> <20151001163918.1bc98774@urahara> <560DC51B.7030507@gmail.com> <20151001170403.1ba4dad3@urahara> <560DE03E.3080300@gmail.com> <5611589F.3010002@cloudius-systems.com> <20151004190348.GA4308@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Avi Kivity , dev@dpdk.org, linux-kernel@vger.kernel.org, hjk@hansjkoch.de To: Greg KH Return-path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id ECE3D8D9A for ; Sun, 4 Oct 2015 22:49:46 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so89855349wic.1 for ; Sun, 04 Oct 2015 13:49:46 -0700 (PDT) In-Reply-To: <20151004190348.GA4308@kroah.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/04/15 22:03, Greg KH wrote: > On Sun, Oct 04, 2015 at 07:49:35PM +0300, Vlad Zolotarov wrote: >> FYI: I've just posted to linux-kernel list patches that add support for both >> MSI and MSI-X interrupt modes to uio_pci_generic driver. >> It addresses most (all) remarks on this thread and also fixes some issues >> this code has, e.g. not disabling msi-x in remove(), etc. >> >> U are all welcome to comment... ;) > Not if you don't at least cc: all of the uio maintainers :( > > I'm just going to ignore the things, as obviously you don't want them > merged, quite strange... I actually do mean them to be merged and I do (tried to) cc all the maintainers. Unfortunately I missed the first letter when I copied your email from the get_maintainers.pl output. I resent v3 with the correct email of yours. Hope u don't have (too) hard feelings about the first iterations of the series. Pls., believe me there was nothing personal, just a typo... ;) > > greg k-h