Hi folks,
In PCIE specification, the max payload size can be one of these:
000b = 128 bytes max payload size 001b = 256 bytes max payload size 010b = 512 bytes max payload size 011b = 1KB max payload size 100b = 2KB max payload size 101b = 4KB max payload size 110b = Reserved 111b = Reserved
|
|
The max payload size field in LS1046A is 001, which is 256bytes.
In my scenario, two LS1046A boards are across connected for data transfer. One LS1046A acts as RC, the other acts as EP. In order to improve the throughput, can the field be set to other value larger than 256bytes, take example, 101b for 4K bytes?