From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/3] xen: Add UIO kernel driver Date: Tue, 22 Mar 2016 12:27:03 +0100 Message-ID: <2345741.PiUorM7y0C@xps13> References: <1424013889-2226-4-git-send-email-shemming@brocade.com> <6484604.tKVHzYQlhX@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: jblunck@brocade.com, Stephen Hemminger , dev@dpdk.org, Stephen Hemminger To: Jan Blunck Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 512D92BEF for ; Tue, 22 Mar 2016 12:28:43 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id l68so147796235wml.0 for ; Tue, 22 Mar 2016 04:28:43 -0700 (PDT) In-Reply-To: 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" 2016-03-22 12:04, Jan Blunck: > On Tue, Mar 22, 2016 at 11:42 AM, Thomas Monjalon > wrote: > > 2016-03-22 10:55, Jan Blunck: > >> New UIO helper kernel driver for Xen netfront UIO poll mode driver. > >> > >> Signed-off-by: Stephen Hemminger > >> Signed-off-by: Jan Blunck > > > > Is it contributed upstream? > > No. Haven't planed that yet. Integrating new kernel modules in DPDK, without upstream work, is not planned. > > Is there something common with igb_uio? > > AFAIK igb_uio is mapping the bars via UIO. The Xen netfront driver > isn't simulating a PCI interface. Instead it directly maps the TX/RX > ring. > > Overlap is limited to reading sysfs files. Don't know if that is worth > being extracted into a standalone header. No it is not worth extracting. I'm just trying to understand what this module is, because the log doesn't say much.