linux-rdma / qperf

GNU General Public License v2.0
84 stars 35 forks source link

printf mismatch #7

Open huangqingxin opened 6 years ago

huangqingxin commented 6 years ago

https://github.com/linux-rdma/qperf/blob/aa644b22fff9e939e549a9759629be58b3c5cac2/src/rdma.c#L1586

the FMT miss one parameter for n->srqn, may be the srqn need to delete.

bsmith94 commented 6 years ago

It looks like the srqn parameter needs to be moved up 5 lines into the debug call under #ifdef HAS_XRC .