From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753488AbbERRlB (ORCPT ); Mon, 18 May 2015 13:41:01 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:33703 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751431AbbERRk7 (ORCPT ); Mon, 18 May 2015 13:40:59 -0400 Date: Mon, 18 May 2015 10:41:02 -0700 From: Stephen Hemminger To: Christoph Hellwig Cc: "Hans J. Koch" , Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] uio: add support for ioctl Message-ID: <20150518104102.22cc3b41@urahara> In-Reply-To: <20150518173605.GA30744@infradead.org> References: <20150518103136.73e48906@urahara> <20150518173605.GA30744@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 18 May 2015 10:36:05 -0700 Christoph Hellwig wrote: > On Mon, May 18, 2015 at 10:31:36AM -0700, Stephen Hemminger wrote: > > Allow UIO device specific driver to provide ioctl interface. > > This mechanism is used in DPDK uio_msi driver to allow creating > > VFIO like events. > > I can't find that driver anywhere in the kernel tree, and there is no > point adding new hooks just for out of tree code that doesn't even > get tested in tree. > I will send that driver as soon as the DPDK folks are ready, like a couple of days from now.