Skip to content

Commit

Permalink
Added known issues for GPUDirect into README
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasique1 committed Aug 5, 2020
1 parent 46ec5e2 commit 7f9e2f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,7 @@ Special feature detailed explanation in tests:

7. perftest-2.3 release includes support for dualport VPI test - port1-Ethernet , port2-IB. (in addition to Eth:Eth, IB:IB)
Currently, running dualport when port1-IB , port2-Ethernet still not working.

8. If GPUDirect is not working, (e.g. you see "Couldn't allocate MR" error message), consider disabling Scatter to CQE feature. Set the environmental variable MLX5_SCATTER_TO_CQE=0. E.g.:
MLX5_SCATTER_TO_CQE=0 ./ib_write_bw -d ib_dev --use_cuda=<gpu index> -a

0 comments on commit 7f9e2f7

Please sign in to comment.