Re: [PATCH v2] docs: usbip: Fix major fields and descriptions in protocol

2021-03-15 Thread Greg Kroah-Hartman
On Mon, Mar 15, 2021 at 02:18:49PM +0800, Hongren Zheng (Zenithal) wrote: > The old document for usbip protocol is misleading and hard to read: > * Some fields in header are incorrect > * Explanation of some fields are unclear or even wrong > * Padding of header (namely all headers have the s

[PATCH v2] docs: usbip: Fix major fields and descriptions in protocol

2021-03-14 Thread Hongren Zheng (Zenithal)
The old document for usbip protocol is misleading and hard to read: * Some fields in header are incorrect * Explanation of some fields are unclear or even wrong * Padding of header (namely all headers have the same length) is not explicitly point out, which is crucial for stream protocol