From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 2/3] usertools: add hv_uio_setup script Date: Thu, 5 Apr 2018 17:22:42 -0700 Message-ID: <20180405172242.5e63ac29@xeon-e3> References: <20180405191305.26813-1-sthemmin@microsoft.com> <1607753.vleKbttEpa@xps> <20180405210734.GA85168@bricha3-MOBL.ger.corp.intel.com> <1792191.Hreas2QKXW@xps> <2601191342CEEE43887BDE71AB977258A0AB9CCD@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , "Richardson, Bruce" , Stephen Hemminger , "dev@dpdk.org" To: "Ananyev, Konstantin" Return-path: Received: from mail-pl0-f65.google.com (mail-pl0-f65.google.com [209.85.160.65]) by dpdk.org (Postfix) with ESMTP id 475BA1CE1C for ; Fri, 6 Apr 2018 02:22:45 +0200 (CEST) Received: by mail-pl0-f65.google.com with SMTP id z5-v6so3403632pln.1 for ; Thu, 05 Apr 2018 17:22:45 -0700 (PDT) In-Reply-To: <2601191342CEEE43887BDE71AB977258A0AB9CCD@irsmsx105.ger.corp.intel.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" On Thu, 5 Apr 2018 23:57:47 +0000 "Ananyev, Konstantin" wrote: > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > > Sent: Thursday, April 5, 2018 10:11 PM > > To: Richardson, Bruce > > Cc: Stephen Hemminger ; dev@dpdk.org; Stephen Hemminger > > Subject: Re: [dpdk-dev] [PATCH 2/3] usertools: add hv_uio_setup script > > > > 05/04/2018 23:07, Bruce Richardson: > > > On Thu, Apr 05, 2018 at 10:43:39PM +0200, Thomas Monjalon wrote: > > > > 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). > > > > > > > I'm not convinced at all that that is the direction to go. I instead would > > > prefer to see all binding happen outside DPDK. I believe having udev or > > > similar manage bindings, set up via e.g driverctl[1], is a far better path. > > > > This is a system admin tool, and only for Linux. > > Having the binding logic inside DPDK, allows the application to control > > how hotplug behave. > > I also don't think that DPDK application should control hotplug behavior logic. > It is clearly up to the system admin to make such decisions. > Konstantin My preference would be to get driverctl working as a standard tool. But it requires kernel changes to work with vmbus.