Re: [linux-usb-devel] rx errors reported by usbnet

2007-06-21 Thread Alan Stern
On Wed, 20 Jun 2007, David Brownell wrote: > > > + if (cc == TD_PIDCHECKFAIL || cc == TD_DEVNOTRESP) { > > > + urbpriv = td->urb->hcpriv; > > > + > > > + td->ed->hwHeadP &= ~cpu_to_hc32(ohci, ED_H); > > > + td->hwINFO

Re: [linux-usb-devel] rx errors reported by usbnet

2007-06-20 Thread David Brownell
On Tuesday 19 June 2007, Alan Stern wrote: > On Tue, 19 Jun 2007, Yum Rayan wrote: > > > Following is the patch that we received from our h/w vendor. It seems > > to correct the issue where we are seeing the ethernet interface > > accumulate RX errors while USB device is not actually used. > > Wh

Re: [linux-usb-devel] rx errors reported by usbnet

2007-06-19 Thread Alan Stern
On Tue, 19 Jun 2007, Yum Rayan wrote: > Following is the patch that we received from our h/w vendor. It seems > to correct the issue where we are seeing the ethernet interface > accumulate RX errors while USB device is not actually used. What do you mean by "not actually used"? If it really were

Re: [linux-usb-devel] rx errors reported by usbnet

2007-06-19 Thread Yum Rayan
Following is the patch that we received from our h/w vendor. It seems to correct the issue where we are seeing the ethernet interface accumulate RX errors while USB device is not actually used. We have been testing this for a while and it seems to work. Comments appreciated. Patch is against 2.6.

Re: [linux-usb-devel] rx errors reported by usbnet

2007-05-26 Thread Alan Stern
On Fri, 25 May 2007, David Brownell wrote: > > > We checked the USB cable and protocol on the wire and everything looks > > > good. The USB device that is connected to the hosts looks fine well. > > > > > > Finally we see this in the NXP ISP1563_Errata_070417: > > > > > > "Afer receiving a conti

Re: [linux-usb-devel] rx errors reported by usbnet

2007-05-25 Thread David Brownell
On Friday 25 May 2007, Alan Stern wrote: > On Fri, 25 May 2007, Yum Rayan wrote: > > > > ohci_hcd :00:04.0: urb c3a33e00 path 1 ep1in 6d16 cc 6 --> > > > > status -71 > > > > ohci_hcd :00:04.0: urb c7881cc0 path 2 ep1in 6d16 cc 6 --> > > > > status -71 You might consider preventi

Re: [linux-usb-devel] rx errors reported by usbnet

2007-05-25 Thread Alan Stern
On Fri, 25 May 2007, Yum Rayan wrote: > We checked the USB cable and protocol on the wire and everything looks > good. The USB device that is connected to the hosts looks fine well. > > Finally we see this in the NXP ISP1563_Errata_070417: > > "Afer receiving a continous series of NAKs, ranging

Re: [linux-usb-devel] rx errors reported by usbnet

2007-05-25 Thread Yum Rayan
> > I have a bunch of USB devices configured for ethernet over USB > > connected to my machine. The host is running a 2.6.16 based kernel and > > I notice that rx errors reported via /proc/net/dev keep increasing > > infinitely. Initially the device responds without any problems, but at > > some ra

Re: [linux-usb-devel] rx errors reported by usbnet

2007-05-17 Thread Alan Stern
On Thu, 17 May 2007, Yum Rayan wrote: > Hi, > > I have a bunch of USB devices configured for ethernet over USB > connected to my machine. The host is running a 2.6.16 based kernel and > I notice that rx errors reported via /proc/net/dev keep increasing > infinitely. Initially the device responds