xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usbif: drop bogus definition
@ 2012-12-18 10:21 Jan Beulich
  2012-12-18 10:32 ` Keir Fraser
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2012-12-18 10:21 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

Just like recently done for vSCSI, remove a backend implementation
detail from the interface header.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- a/xen/include/public/io/usbif.h
+++ b/xen/include/public/io/usbif.h
@@ -71,7 +71,6 @@ enum usb_spec_version {
 #define usbif_pipesubmit(pipe) (!usbif_pipeunlink(pipe))
 #define usbif_setunlink_pipe(pipe) ((pipe)|(0x20))
 
-#define USBIF_BACK_MAX_PENDING_REQS (128)
 #define USBIF_MAX_SEGMENTS_PER_REQUEST (16)
 
 /*




[-- Attachment #2: usbif-cleanup.patch --]
[-- Type: text/plain, Size: 517 bytes --]

usbif: drop bogus definition

Just like recently done for vSCSI, remove a backend implementation
detail from the interface header.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- a/xen/include/public/io/usbif.h
+++ b/xen/include/public/io/usbif.h
@@ -71,7 +71,6 @@ enum usb_spec_version {
 #define usbif_pipesubmit(pipe) (!usbif_pipeunlink(pipe))
 #define usbif_setunlink_pipe(pipe) ((pipe)|(0x20))
 
-#define USBIF_BACK_MAX_PENDING_REQS (128)
 #define USBIF_MAX_SEGMENTS_PER_REQUEST (16)
 
 /*

[-- Attachment #3: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] usbif: drop bogus definition
  2012-12-18 10:21 [PATCH] usbif: drop bogus definition Jan Beulich
@ 2012-12-18 10:32 ` Keir Fraser
  0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2012-12-18 10:32 UTC (permalink / raw)
  To: Jan Beulich, xen-devel

On 18/12/2012 10:21, "Jan Beulich" <JBeulich@suse.com> wrote:

> Just like recently done for vSCSI, remove a backend implementation
> detail from the interface header.
> 
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

Acked-by: Keir Fraser <keir@xen.org>

> --- a/xen/include/public/io/usbif.h
> +++ b/xen/include/public/io/usbif.h
> @@ -71,7 +71,6 @@ enum usb_spec_version {
>  #define usbif_pipesubmit(pipe) (!usbif_pipeunlink(pipe))
>  #define usbif_setunlink_pipe(pipe) ((pipe)|(0x20))
>  
> -#define USBIF_BACK_MAX_PENDING_REQS (128)
>  #define USBIF_MAX_SEGMENTS_PER_REQUEST (16)
>  
>  /*
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-18 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18 10:21 [PATCH] usbif: drop bogus definition Jan Beulich
2012-12-18 10:32 ` Keir Fraser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).