From: Oliver Neukum <oneukum@suse.de>
To: Amit Blay <ablay@codeaurora.org>
Cc: Sarah Sharp <sarah.a.sharp@linux.intel.com>,
Tatyana Brokhman <tlinder@codeaurora.org>,
greg@kroah.com, linux-usb@vger.kernel.org,
linux-arm-msm@vger.kernel.org, balbi@ti.com,
Amit Blay <ablay@qualcomm.com>,
open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH/RFC 5/5] usb: Add support for streams alloc/dealloc to devio.c
Date: Tue, 19 Jul 2011 12:26:58 +0200 [thread overview]
Message-ID: <201107191226.58593.oneukum@suse.de> (raw)
In-Reply-To: <072dac57b14fc739033c65fe289234c3.squirrel@www.codeaurora.org>
Am Dienstag, 19. Juli 2011, 12:07:39 schrieben Sie:
Hi,
> >> 1. Interface number [IN]
> >> 2. Bitmap indicating which EP to allocate streams for [IN]
> >
> > If this is a bitmap,
> >
> >> 3. Number of streams to allocate, one number [IN}
> >> 4. Number of streams actually allocated, one number [OUT]
> >
> > how can those be scalars?
> >
>
> The bitmap only indicates which EP the user space requests to allocate
> streams for. The actual number is taken from #3.
Exactly. If you specify EP with a bitmap, what do you do if multiple bits
are set in the map?
Regards
Oliver
--
- - -
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg)
Maxfeldstraße 5
90409 Nürnberg
Germany
- - -
next prev parent reply other threads:[~2011-07-19 10:24 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-16 13:31 [PATCH/RFC 1/5] usb:tools: usb unittests framework Tatyana Brokhman
2011-06-16 13:31 ` Tatyana Brokhman
[not found] ` <1308231068-24038-2-git-send-email-tlinder-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2011-06-16 13:31 ` [PATCH/RFC 2/5] usb:dummy_hcd: connect/disconnect test support Tatyana Brokhman
2011-06-16 13:31 ` Tatyana Brokhman
2011-06-16 15:06 ` Alan Stern
2011-06-16 15:06 ` Alan Stern
2011-06-16 16:16 ` Felipe Balbi
2011-06-16 17:06 ` Alan Stern
2011-06-16 17:06 ` Alan Stern
2011-06-16 17:19 ` Alan Stern
2011-06-16 17:19 ` Alan Stern
2011-06-16 15:17 ` Alan Stern
2011-06-16 15:17 ` Alan Stern
2011-06-16 16:18 ` Felipe Balbi
2011-06-16 13:31 ` [PATCH/RFC 4/5] usb:dummy_hcd: Disable single-request fifo in dummy hcd Tatyana Brokhman
2011-06-16 13:31 ` Tatyana Brokhman
2011-06-16 15:09 ` Alan Stern
2011-06-16 15:09 ` Alan Stern
2011-06-16 13:31 ` [PATCH/RFC 3/5] usb:g_zero: bulk in/out unittest support Tatyana Brokhman
2011-06-16 13:31 ` Tatyana Brokhman
2011-06-16 16:25 ` Felipe Balbi
2011-06-16 13:31 ` [PATCH/RFC 5/5] usb: Add support for streams alloc/dealloc to devio.c Tatyana Brokhman
2011-06-16 13:31 ` Tatyana Brokhman
2011-06-16 16:28 ` Felipe Balbi
2011-06-16 18:21 ` Greg KH
2011-06-17 8:55 ` ablay
2011-06-17 8:55 ` ablay
2011-06-17 14:35 ` Alan Stern
2011-06-17 14:35 ` Alan Stern
[not found] ` <1308231068-24038-6-git-send-email-tlinder-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2011-06-16 15:20 ` Alan Stern
2011-06-16 15:20 ` Alan Stern
2011-06-30 17:45 ` Sarah Sharp
2011-06-30 17:45 ` Sarah Sharp
2011-06-30 18:39 ` William Gulland
2011-06-30 18:39 ` William Gulland
2011-06-30 18:41 ` Tanya Brokhman
2011-06-30 18:41 ` Tanya Brokhman
2011-07-19 9:12 ` Amit Blay
2011-07-19 9:12 ` Amit Blay
2011-07-19 9:18 ` Oliver Neukum
2011-07-19 10:07 ` Amit Blay
2011-07-19 10:07 ` Amit Blay
2011-07-19 10:26 ` Oliver Neukum [this message]
2011-07-19 10:36 ` Amit Blay
2011-07-19 10:36 ` Amit Blay
2011-07-27 6:21 ` Amit Blay
[not found] ` <a9d8b0f164cdb51e88125d8432644213.squirrel-mMfbam+mt9083fI46fginR2eb7JE58TQ@public.gmane.org>
2011-08-17 7:06 ` Hans Petter Selasky
2011-08-17 7:06 ` Hans Petter Selasky
2011-08-18 22:47 ` Sarah Sharp
2011-08-21 10:18 ` Amit Blay
2011-08-21 10:18 ` Amit Blay
2011-08-22 7:58 ` Hans Petter Selasky
2011-08-22 7:56 ` Hans Petter Selasky
2011-08-22 16:41 ` Sarah Sharp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201107191226.58593.oneukum@suse.de \
--to=oneukum@suse.de \
--cc=ablay@codeaurora.org \
--cc=ablay@qualcomm.com \
--cc=balbi@ti.com \
--cc=greg@kroah.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=sarah.a.sharp@linux.intel.com \
--cc=tlinder@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.