From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 4/7] hv: uio driver Date: Thu, 09 Jul 2015 01:55:18 +0200 Message-ID: <1545498.6BDmrRMXn4@xps13> References: <1429637564-5656-1-git-send-email-stephen@networkplumber.org> <1429637564-5656-5-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stas Egorov , Stephen Hemminger , alexmay@microsoft.com To: Stephen Hemminger Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id A81015A51 for ; Thu, 9 Jul 2015 01:56:23 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so226940728wib.1 for ; Wed, 08 Jul 2015 16:56:23 -0700 (PDT) In-Reply-To: <1429637564-5656-5-git-send-email-stephen@networkplumber.org> 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" 2015-04-21 10:32, Stephen Hemminger: > Add new UIO driver in kernel to support DPDK Poll Mode Driver. > > Signed-off-by: Stas Egorov > Signed-off-by: Stephen Hemminger We should not add a kernel driver in DPDK. Stephen, you worked on upstreaming things in kernel and you often say that maintaining an out-of-tree module is a nightmare. So why submitting this one in DPDK?