From: Gianluca Gennari <gennarone@gmail.com>
To: Andy Furniss <andyqos@ukfsn.org>
Cc: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: Re: [PATCH] em28xx: pre-allocate DVB isoc transfer buffers
Date: Fri, 16 Mar 2012 16:39:51 +0100 [thread overview]
Message-ID: <4F635EC7.9070700@gmail.com> (raw)
In-Reply-To: <4F6356C5.9010808@ukfsn.org>
Il 16/03/2012 16:05, Andy Furniss ha scritto:
> Andy Furniss wrote:
>> Gianluca Gennari wrote:
>
>>> Hi Andy,
>>> the patch is already in the current media_build tree and is queued for
>>> kernel 3.4.
>>
>> Ahh, I'll give that a try, thanks.
>
> Seems to be working OK so far, I had to avoid building radio to get it
> to compile.
>
> Are these just informational - I get five every time I tune (barring the
> first time IIRC)
>
> Mar 16 14:56:58 noki kernel: ehci_hcd 0000:01:0a.2: shutdown urb
> ced2d000 ep4in-iso
> Mar 16 14:56:58 noki kernel: ehci_hcd 0000:01:0a.2: shutdown urb
> ced2d800 ep4in-iso
> Mar 16 14:56:58 noki kernel: ehci_hcd 0000:01:0a.2: shutdown urb
> cec3f800 ep4in-iso
> Mar 16 14:56:58 noki kernel: ehci_hcd 0000:01:0a.2: shutdown urb
> ced2c000 ep4in-iso
> Mar 16 14:56:58 noki kernel: ehci_hcd 0000:01:0a.2: shutdown urb
> ced2c800 ep4in-iso
Looks like some innocuous logging from the ehci_hcd driver. I've never
seen it because I'm not using the ehci_hcd module on my systems.
When you tune a new channel, the USB transfer is stopped (with the URBs
still alive, so the driver "shuts down" them) and a new one is started.
Then the URBs are reused (instead of being deallocated/allocated
again/cleared as before) so they are resubmitted.
Regards,
Gianluca
next prev parent reply other threads:[~2012-03-16 15:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-13 17:59 [PATCH] em28xx: pre-allocate DVB isoc transfer buffers Gianluca Gennari
2012-02-19 23:46 ` Chris Rankin
2012-02-20 0:18 ` Gianluca Gennari
2012-03-16 0:25 ` Andy Furniss
2012-03-16 1:38 ` Gianluca Gennari
2012-03-16 1:38 ` Gianluca Gennari
2012-03-16 10:16 ` Andy Furniss
2012-03-16 15:05 ` Andy Furniss
2012-03-16 15:39 ` Gianluca Gennari [this message]
2012-03-16 15:51 ` Andy Furniss
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=4F635EC7.9070700@gmail.com \
--to=gennarone@gmail.com \
--cc=andyqos@ukfsn.org \
--cc=linux-media@vger.kernel.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.