From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=9QTe7H9NlsANYYaOJXeAr562mH63TToWeJXCFOqk1zE=; b=nBrs3CRl74xXU6EgnjGbX+tWVumszKx/thJ+fr163IQZBKqApj3tziKLiT9v7WVgjn zexbwT5BvpZ4LyglEHylQM+2oxYqkNWE5zqobiOc0hydLY38b5tqOWezmOUZ8nxVmHFN AM6iA0ngPo77O6jYxc/01+y8RrvuGPvCsJmaEjdLXD7DM+hEoEKdkou/bZ33j5ki77hM Rmi9+BQw1cXg1bnOl82TDTW1ba5/wbZbnsX9TfN1DY2HBvqQEOSAa4fBNjbyIWT3inaV 6PTqBuNRIKPN7wG5uz7BZSn7mhBZHsx9U4JE7OanLCYfArZMzJbTEccTRSH0WGaxo+Jl OV+w== X-Gm-Message-State: ALoCoQkWH+Q11XuOd5j6wngiYpyyG50sgqZcngtoDS1KFA+pE2lrncO4SPw2QP9qHMCWCeNcZyue X-Received: by 10.194.133.73 with SMTP id pa9mr24179643wjb.148.1436399783566; Wed, 08 Jul 2015 16:56:23 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id q4sm5851774wju.14.2015.07.08.16.56.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 16:56:22 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Thu, 09 Jul 2015 01:55:18 +0200 Message-ID: <1545498.6BDmrRMXn4@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1429637564-5656-5-git-send-email-stephen@networkplumber.org> References: <1429637564-5656-1-git-send-email-stephen@networkplumber.org> <1429637564-5656-5-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Stas Egorov , Stephen Hemminger , alexmay@microsoft.com Subject: Re: [dpdk-dev] [PATCH v4 4/7] hv: uio 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: Wed, 08 Jul 2015 23:56:23 -0000 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?