Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usbip: error: failed to record. out queue full. #16

Closed
jinglin91 opened this issue Feb 28, 2019 · 8 comments
Closed

usbip: error: failed to record. out queue full. #16

jinglin91 opened this issue Feb 28, 2019 · 8 comments
Labels
bug Something isn't working

Comments

@jinglin91
Copy link

jinglin91 commented Feb 28, 2019

usbip: error: failed to record. out queue full.
but It can be used normally.

On Windows 7

@cezuni
Copy link

cezuni commented Feb 28, 2019

@zjl-1991 : If you see the error message, some usb responses may be dropped. It's weird that USB device still worked correctly even with such an error. What kind of USB device did you test? And could you test by increasing a queue length? Please refer to #14 (comment)

@jinglin91
Copy link
Author

I use U-disk for testing.
I tried to increase the queue length, but the usbip error still exist.

@cezuni
Copy link

cezuni commented Mar 3, 2019

@zjl-1991 : USB disk had been tested successfully by many testers including me. Did you build vhci yourself or use binaries on release page ?

@Oxalin
Copy link

Oxalin commented Mar 8, 2019

@zjl-1991 Just to be sure so we can try to reproduce your setup, are you talking about a USB rotating disk, a USB flash disk or are you talking of a smartphone on which you turn on the UDISK feature? I'm asking because I've seen all these definitions for U-disk.

@Oxalin Oxalin added the bug Something isn't working label Mar 8, 2019
@jinglin91
Copy link
Author

I tested it with a USB flash disk, the vhci I used was compiled on Win7.

@Oxalin Oxalin changed the title usbip client on windows7 usbip: error: failed to record. out queue full. Mar 8, 2019
@Oxalin
Copy link

Oxalin commented Mar 9, 2019

@zjl-1991 Can you give us the USB flash disk model please? I'd like to know if this is the same as the one reported in issue #20 : Kingston Technology : DataTraveler G4

cezuni pushed a commit that referenced this issue Jun 24, 2019
record_outq_seqnum() might be called multiple times. This case seems to
happen more frequently under slow network. As the same sequence numbers
were flooded into out queue slots, out queue became full.
Quick remedy to this problem avoids marking duplicated sequence numbers.
This commit resolves #20 and #16.
@cezuni
Copy link

cezuni commented Jul 5, 2019

@zjl-1991 : Have you ever checked a recent usbip-win?

@cezuni
Copy link

cezuni commented Jul 10, 2019

I'll close, in hopes that this issue is resolved.

@cezuni cezuni closed this as completed Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants