rdma - How do I get error information from Infiniband verbs functions? -


in particular, i'd know why ibv_create_qp fails. when returns null, indicating failed, there way find out problem was?

there isn't lot of information guess.

you start looking @ errno value. might provide clue, although believe errors result in generic einval. if willing step-through libibverbs debugger more information. errors occur inside kernel driver , require investigating relevant kernel modules. maybe device's kernel driver has debugging prints can enabled?


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -