Activity for Long Xu

  • Long Xu Long Xu modified a comment on discussion Help

    Hi experts, From https://www.kernel.org/doc/html/latest/usb/usbip_protocol.html We can see that the USBIP_CMD_SUBMIT request is sent with pipeline mode (seqnum = m , m + 1 ... m +n) without waiting for corresponding USBIP_RET_SUBMIT. Can anyone tell me that is there a toggle to enable this mode or the mode is enabled by default? /**********/ | USBIP_CMD_SUBMIT(seqnum = m) | | ----------------------------------------------> | | | | USBIP_CMD_SUBMIT(seqnum = m+1) | | ---------------------------------------------->...

  • Long Xu Long Xu posted a comment on discussion Help

    Hi experts, From https://www.kernel.org/doc/html/latest/usb/usbip_protocol.html We can see that the USBIP_CMD_SUBMIT request is sent with pipeline mode (seqnum = m , m + 1 ... m +n) without waiting for corresponding USBIP_RET_SUBMIT. Can anything tell me that is there a toggle to enable this mode or the mode is enabled by default? /**********/ | USBIP_CMD_SUBMIT(seqnum = m) | | ----------------------------------------------> | | | | USBIP_CMD_SUBMIT(seqnum = m+1) | | ---------------------------------------------->...

1