From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 866E38E5A for ; Sun, 4 Oct 2015 21:03:50 +0200 (CEST) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id E5C042037C for ; Sun, 4 Oct 2015 15:03:49 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Sun, 04 Oct 2015 15:03:49 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=sKDgsyklOikg3S1lz2voWdnIIqw=; b=Def6b /hlWG6IYjPlJmkDRdfD1/liupjZ3qfCHYH2NQyLB3ay08z26ujvTt+naNKAM97FC duALPhvL3Kjy5W39Zfxe+idbSecK6xPRu6/yUEfNPLVSOthbpUJgLKHY1L41WVJG yafs3eQqrWAzsgZYsT3dfI93vwVJW77pJCBjj4= X-Sasl-enc: zWVtfFtyNHfTrvmnmnml1g0a2tW9wDJ0Y4h7DbiklxEe 1443985429 Received: from localhost (unknown [193.120.146.54]) by mail.messagingengine.com (Postfix) with ESMTPA id 55A22C0001F; Sun, 4 Oct 2015 15:03:49 -0400 (EDT) Date: Sun, 4 Oct 2015 20:03:48 +0100 From: Greg KH To: Vlad Zolotarov Message-ID: <20151004190348.GA4308@kroah.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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5611589F.3010002@cloudius-systems.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Mailman-Approved-At: Wed, 07 Oct 2015 16:16:10 +0200 Cc: Avi Kivity , dev@dpdk.org, linux-kernel@vger.kernel.org, hjk@hansjkoch.de 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: Sun, 04 Oct 2015 19:03:50 -0000 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... greg k-h