<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Michael S. Tsirkin wrote:<br>
<blockquote cite="mid20060627124505.GL19300@mellanox.co.il" type="cite">
  <blockquote type="cite">
    <pre wrap="">The IB specifcation says that this error indicates an internal QP consistency
error. What are the possible reasons for this and is there any way I can pin
point the inconsistency ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This normally indicates some kind of driver bug, or memory corruption.
What is the value of the vendor_err field?

  </pre>
</blockquote>
The vendor_err field value is 115 (0x73).<br>
<br>
Just to clarify, I am writing the kernel module that is getting the
local<br>
QP operation error. I guess I am missing something in my code that<br>
is causing the error. But I am unable to pinpoint the cause of the
error.<br>
<br>
Does this error point to some issue with the DMA address specified <br>
in the work request SGE ?<br>
<br>
Regards,<br>
Ram<br>
</body>
</html>