Hello,
I'm using AM572x with Linux together with FPGA.
The PCIe RC reports Maximum Payload size for TLP 256 bytes, but is actually configured for 128B. The FPGA reports 512B MaxPayload capability. This results in comunication using 128B TLP's.
How do I increase MaxPayload size on RC so the communication with FPGA is using 256B TLP's? Is there any device tree parametr I could use or any other way? Is it even possible or am I stuck with 128B TLP's?
Thank you.