public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Huang Rui <ray.huang@amd.com>
To: Felipe Balbi <balbi@ti.com>
Cc: Roger Quadros <rogerq@ti.com>, <gregkh@linuxfoundation.org>,
	<stern@rowland.harvard.edu>, <linux-usb@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] usb: usbtest: Add timetout to simple_io()
Date: Thu, 19 Dec 2013 12:00:43 +0800	[thread overview]
Message-ID: <20131219040042.GB19091@hr-dev.amd.com> (raw)
In-Reply-To: <20131218163445.GI4970@saruman.home>

On Wed, Dec 18, 2013 at 10:37:44AM -0600, Felipe Balbi wrote:
> On Wed, Dec 18, 2013 at 10:46:03PM +0800, Huang Rui wrote:
> > Hi Roger,
> > 
> > On Wed, Dec 18, 2013 at 03:40:10PM +0530, Roger Quadros wrote:
> > > Without a timetout some tests e.g. test_halt() can remain stuck forever.
> > > 
> > > Signed-off-by: Roger Quadros <rogerq@ti.com>
> > > Reviewed-by: Felipe Balbi <balbi@ti.com>
> > > ---
> > >  drivers/usb/misc/usbtest.c | 14 +++++++++++---
> > >  1 file changed, 11 insertions(+), 3 deletions(-)
> > > 
> > > diff --git a/drivers/usb/misc/usbtest.c b/drivers/usb/misc/usbtest.c
> > > index b415282..6294e1b 100644
> > > --- a/drivers/usb/misc/usbtest.c
> > > +++ b/drivers/usb/misc/usbtest.c
> > > @@ -10,6 +10,7 @@
> > >  
> > >  #include <linux/usb.h>
> > >  
> > > +#define SIMPLE_IO_TIMEOUT	10000	/* in milliseconds */
> > >  
> > 
> > Only one question, how do you confirm the timeout value?
> 
> dude, it's just a timeout. It could be anything, really. 10 seconds is
> just large enough value that would allow even the slowest scenarios
> (host + device) to complete, while not being so slow that you would
> wanna kill yourself after waiting for such a long time ;-)
> 

OK. I've tested in my side.

Acked-by: Huang Rui <ray.huang@amd.com>



      reply	other threads:[~2013-12-19  4:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-18 10:10 [PATCH 1/2] usb: usbtest: Add timetout to simple_io() Roger Quadros
2013-12-18 10:10 ` [PATCH 2/2] usb: usbtest: Always clear halt else further tests will fail Roger Quadros
2013-12-19  4:01   ` Huang Rui
2013-12-19  5:46     ` Huang Rui
2013-12-19  6:21       ` Roger Quadros
2013-12-19  6:35         ` Greg KH
2013-12-18 14:46 ` [PATCH 1/2] usb: usbtest: Add timetout to simple_io() Huang Rui
2013-12-18 16:37   ` Felipe Balbi
2013-12-19  4:00     ` Huang Rui [this message]

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=20131219040042.GB19091@hr-dev.amd.com \
    --to=ray.huang@amd.com \
    --cc=balbi@ti.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=rogerq@ti.com \
    --cc=stern@rowland.harvard.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox