<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Dear list,</p>
<p><br>
</p>
<p>I have been using one endpoint for Rx and another scalable one for Tx, so that each thread uses one context on send, but receives are shared, it works very well.
<br>
</p>
<p>I decided to benchmark using a scalable endpoint for Rx as well and so created a single scalable endpoint with N Tx contexts/CQs and N Rx contexts/CQs, bound an address vector to it - but when I insert an address into the address vector I get an invalid
 argument error.</p>
<p><br>
</p>
<p>NB. I have set the AV to use the correct number of bits for Rx context count.<br>
</p>
<p><br>
</p>
<p>I have no idea why it is unhappy. Are there any other differences I need to look out for that might trigger an invalid argument error?</p>
<p><br>
</p>
<p>Thanks</p>
<p><br>
</p>
<p>JB</p>
<p><br>
</p>
</div>
</body>
</html>