Forum Discussion
agula
Occasional Contributor
5 years agoPCIe SRIOV VF capabilities
Hi,
When using virtual functions on the Arria 10 device , I notice that the virtual functions do not have the same maximum read size and maximum payload size as the physical function. Is there a wa...
Deshi_Intel
Regular Contributor
5 years agoHi,
According to user guide page 85 (table 58)
PCI Express Device Control and Status Register - 0x088
- Value setting of 0 for both MPS bit [7:5] and RRS bit [14:12] is indeed = 128 bytes
- So did you modify your driver design to change MPS and RRS setting to other larger value beside 0 ?
Another thing to take note is PCI Express Device Capabilities Register -0x084
- bit [2:0] that control Maximum Payload Size supported by the Function
- What's the value setting here ?
Thanks.
Regards,
dlim
agula
Occasional Contributor
5 years agoIs 128B just the maximum read request possibly supported by the SR-IOV specification. I just want to know if this is the case.
Thanks