On Wed, Nov 16, 2022 at 09:56:37AM +0800, Li Ming wrote: > The value of data object length 0x0 indicates 2^18 dwords being > transferred. A spec reference would be nice, e.g.: "According to PCIe r6.0.1 sec 6.30.1 table 6-29, the value of ..." > This patch adjusts the value of data object length for the > above case on both sending side and receiving side. Nit: Generally phrases like "This patch ..." should be avoided. Use imperative mood instead, e.g.: "Adjust the value ..." > Signed-off-by: Li Ming <ming4.li@xxxxxxxxx> Reviewed-by: Lukas Wunner <lukas@xxxxxxxxx> Thanks, Lukas