Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1190663

Re: [Patch V4 1/3] usb: Add Xen pvUSB protocol description

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Juergen Gross <jgross@suse.com>
Newsgroups linux.kernel
Subject Re: [Patch V4 1/3] usb: Add Xen pvUSB protocol description
Date Thu, 23 Jul 2015 08:50:02 +0200
Message-ID <pPium-7ld-19@gated-at.bofh.it> (permalink)
References <pEqlA-3op-5@gated-at.bofh.it> <pEqlA-3op-3@gated-at.bofh.it> <pPbVV-6bx-17@gated-at.bofh.it> <pPfZv-3RQ-3@gated-at.bofh.it> <pPgsy-4tQ-5@gated-at.bofh.it>
X-Original-To Greg KH <gregkh@linuxfoundation.org>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
MIME-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 53
Organization linux.* mail to news gateway
X-Original-Cc linux-kernel@vger.kernel.org, xen-devel@lists.xensource.com, konrad.wilk@oracle.com, david.vrabel@citrix.com, boris.ostrovsky@oracle.com, linux-usb@vger.kernel.org
X-Original-Date Thu, 23 Jul 2015 08:46:17 +0200
X-Original-Message-ID <55B08DB9.60902@suse.com>
X-Original-References <1435042405-14235-1-git-send-email-jgross@suse.com> <1435042405-14235-2-git-send-email-jgross@suse.com> <20150722234640.GA29425@kroah.com> <55B067D7.3030904@suse.com> <20150723043653.GA31524@kroah.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref aioe.org linux.kernel:1190663

Show key headers only | View raw


On 07/23/2015 06:36 AM, Greg KH wrote:
> On Thu, Jul 23, 2015 at 06:04:39AM +0200, Juergen Gross wrote:
>> On 07/23/2015 01:46 AM, Greg KH wrote:
>>> On Tue, Jun 23, 2015 at 08:53:23AM +0200, Juergen Gross wrote:
>>>> Add the definition of pvUSB protocol used between the pvUSB frontend in
>>>> a Xen domU and the pvUSB backend in a Xen driver domain (usually Dom0).
>>>>
>>>> This header was originally provided by Fujitsu for Xen based on Linux
>>>> 2.6.18.
>>>>
>>>> Changes are:
>>>> - adapt to Linux style guide
>>>>
>>>> Signed-off-by: Juergen Gross <jgross@suse.com>
>>>> ---
>>>>   include/xen/interface/io/usbif.h | 252 +++++++++++++++++++++++++++++++++++++++
>>>
>>> Why is this a different interface than the existing ones we have today
>>> (i.e. usbip?)  Where is it documented?  Do the Xen developers /
>>
>> The interface definition is living in the Xen git repository for several
>> years now:
>>
>> git://xenbits.xen.org/xen.git -> xen/include/public/io/usbif.h
>
> That's header file, not a document describing the api here.

I suppose you want to tell me I should add something like:

Documentation/DocBook/usb/API-struct-urb.html

I can do this, of course.

>> It is used e.g. in SUSE's xen kernel since 2.6.18.
>
> I am very aware of the amount of Xen crap in SuSE's kernel, don't use
> that as an excuse for me to merge it to mainline :)

:-)

Wasn't meant as an excuse, just a hint why the interface can't be the
same as for usbip. We have to ensure compatibility with those kernels
and possibly other operating systems (BSD?, Windows?) which already
might be using pvUSB with a Dom0 based on the SUSE xen kernel.


Juergen

--
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/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [Patch V4 1/3] usb: Add Xen pvUSB protocol description Greg KH <gregkh@linuxfoundation.org> - 2015-07-23 01:50 +0200
  Re: [Patch V4 1/3] usb: Add Xen pvUSB protocol description Greg KH <gregkh@linuxfoundation.org> - 2015-07-23 06:40 +0200
    Re: [Patch V4 1/3] usb: Add Xen pvUSB protocol description Juergen Gross <jgross@suse.com> - 2015-07-23 08:50 +0200
      Re: [Patch V4 1/3] usb: Add Xen pvUSB protocol description Greg KH <gregkh@linuxfoundation.org> - 2015-07-23 21:10 +0200
        Re: [Xen-devel] [Patch V4 1/3] usb: Add Xen pvUSB protocol  description Pasi Kärkkäinen <pasik@iki.fi> - 2015-07-23 23:40 +0200

csiph-web