From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/3] usertools: add hv_uio_setup script Date: Thu, 05 Apr 2018 22:43:39 +0200 Message-ID: <1607753.vleKbttEpa@xps> References: <20180405191305.26813-1-sthemmin@microsoft.com> <20180405191305.26813-3-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stephen Hemminger To: Stephen Hemminger Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id AB47E1CDBD for ; Thu, 5 Apr 2018 22:43:41 +0200 (CEST) In-Reply-To: <20180405191305.26813-3-sthemmin@microsoft.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/04/2018 21:13, Stephen Hemminger: > Small script to rebind netvsc kernel device to Hyper-V > networking PMD. It could be integrated in dpdk-bind, but dpdk-bind > is focused on PCI, and that would get messy. > > Eventually, this functionality will be built into netvsc driver > (see vdev_netvsc as an example). I believe we should avoid creating such script. The direction to go, for hotplug, is to remove dpdk-devbind.py, and implement kernel binding in PMDs (with EAL helpers). In order to make this change happen, we should not add this hv_uio_setup.sh script.