fpgasystems / fpga-network-stack

Scalable Network Stack for FPGAs (TCP/IP, RoCEv2)
BSD 3-Clause "New" or "Revised" License
699 stars 256 forks source link

How to access RoCE QP states #29

Open hcxxstl opened 2 years ago

hcxxstl commented 2 years ago

Hi @dsidler ,

I'm using the rocev2 IP and I'd like to test its bandwidth or latency. However, I don't see how to access the QP states so as to determine when RDMA requests are finished.

Is it possible to access those QP states from outside the rocev2 IP? How did you determine when RDMA requests are finushed when you did the benchmarks in the StRoM paper?

Best, Terry