Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

printf mismatch #7

Open
huangqingxin opened this issue Nov 23, 2017 · 1 comment
Open

printf mismatch #7

huangqingxin opened this issue Nov 23, 2017 · 1 comment

Comments

@huangqingxin
Copy link

qperf/src/rdma.c

Line 1586 in aa644b2

n->lid, n->qpn, n->psn, n->rkey, n->vaddr, n->srqn);

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

@bsmith94
Copy link
Contributor

bsmith94 commented Dec 8, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants