Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965421AbbGVOeM (ORCPT ); Wed, 22 Jul 2015 10:34:12 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:55030 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965391AbbGVOeI (ORCPT ); Wed, 22 Jul 2015 10:34:08 -0400 X-Sasl-enc: iyNbA0jGf3wrrznwShVJyXWWUcG6Nx/l5ZY2u86isTgd 1437575644 Date: Wed, 22 Jul 2015 07:34:03 -0700 From: Greg KH To: Jeremy White Cc: Alex Elsayed , linux-usb@vger.kernel.org, spice-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 1/1] Add a usbredir kernel module to remotely connect USB devices over IP. Message-ID: <20150722143403.GA3475@kroah.com> References: <559AE1BE.5050906@codeweavers.com> <55AFA2C9.9010702@codeweavers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55AFA2C9.9010702@codeweavers.com> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2539 Lines: 56 On Wed, Jul 22, 2015 at 09:03:53AM -0500, Jeremy White wrote: > On 07/09/2015 05:06 AM, Alex Elsayed wrote: > >Alan Stern wrote: > > > >>On Mon, 6 Jul 2015, Jeremy White wrote: > >> > >>>Anything else fundamental to usbip that should inform the design of a > >>>usbredir driver? usbip appears to be based off a 2004 vintage of > >>>dummy_hcd. I'll look thoughtfully at the current dummy_hcd; please let > >>>me know if there is anything else I should consider. > >> > >>One thing that springs to mind is USB-3 streams. When dummy-hcd was > >>expanded to include USB-3, that was the major new ingredient. > > > >Another thing that comes to mind is that the USB-IF has its own official > >standard for this kind of thing now, called Media-Agnostic USB[1]. In > >November of 2014 a driver[2] was posted, followed by a second version[3], > >and it is apparently being refined inside Intel[4]. > > > >[1] > >http://www.usb.org/developers/docs/devclass_docs/Media_Agnostic_USB_v1.0.zip > >[2] http://thread.gmane.org/gmane.linux.kernel/1820297 > >[3] http://thread.gmane.org/gmane.linux.drivers.driver-project.devel/60498 > >[4] http://article.gmane.org/gmane.linux.drivers.driver-project.devel/60757 > > Thanks for the pointer, Alex. > > I spent some time with the spec and their proposed code. It does seem > plausible that XSpice could use a mausb/usbredir protocol converter. So if > there was a mausb kernel module, I could potentially implement support in > XSpice in user space and not need a usbredir module. > > I sent an email to the two developers at Intel to ask if there had been any > further progress and if I could collaborate with them. I have not heard > back. > > The MA spec is substantial and seems well thought out. But the usbredir > protocol has the virtue of being relatively mature - it's 5 years old, with > code in daily use. > > At this point it seems the best path forward is to continue work on the > usbredir kernel module, which I will do unless I get some new information. Please work with the existing people, or with the existing spec, I don't want to be adding multiple versions of this type of protocol to the kernel. As it is, I really don't even want to take your code, given that usbip is already there. Ignoring it isn't ok. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/