<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/net/infiniband/ib_mi.c, branch openslx</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/infiniband/ib_mi.c?h=openslx</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/infiniband/ib_mi.c?h=openslx'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2017-03-22T09:18:23+00:00</updated>
<entry>
<title>[infiniband] Return status code from ib_create_mi()</title>
<updated>2017-03-22T09:18:23+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2017-03-22T08:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c26c1fd07c51bb9c5e2c7829f77be4d6d0fcc806'/>
<id>urn:sha1:c26c1fd07c51bb9c5e2c7829f77be4d6d0fcc806</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Return status code from ib_create_cq() and ib_create_qp()</title>
<updated>2017-03-22T09:18:02+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2017-03-22T08:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=39ef530088859ccbbcf29bf6af2cf9f0307dc476'/>
<id>urn:sha1:39ef530088859ccbbcf29bf6af2cf9f0307dc476</id>
<content type='text'>
Any underlying errors arising during ib_create_cq() or ib_create_qp()
are lost since the functions simply return NULL on error.  This makes
debugging harder, since a debug-enabled build is required to discover
the root cause of the error.

Fix by returning a status code from these functions, thereby allowing
any underlying errors to be propagated.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Assign names to queue pairs</title>
<updated>2016-03-08T15:51:53+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2016-03-08T15:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6a3ffa0114411ae4aa6c4485c6058bf03fec3623'/>
<id>urn:sha1:6a3ffa0114411ae4aa6c4485c6058bf03fec3623</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Use correct transaction identifier in CM responses</title>
<updated>2016-03-08T12:08:58+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2016-03-04T12:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=bd1687465c3c03b51179bd3732356a55b9766061'/>
<id>urn:sha1:bd1687465c3c03b51179bd3732356a55b9766061</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[legal] Relicense files under GPL2_OR_LATER_OR_UBDL</title>
<updated>2015-03-02T14:17:31+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-03-02T11:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b6ee89ffb5029d02cb1d8668757fa2b74b11e0a3'/>
<id>urn:sha1:b6ee89ffb5029d02cb1d8668757fa2b74b11e0a3</id>
<content type='text'>
Relicense files for which I am the sole author (as identified by
util/relicense.pl).

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Include destination address vector in ib_complete_recv()</title>
<updated>2012-08-31T20:22:58+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-08-31T00:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=f54a61e43450fae7d045bebabc4c368d325e71d3'/>
<id>urn:sha1:f54a61e43450fae7d045bebabc4c368d325e71d3</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Use explicit "source" and "dest" address vector parameter names</title>
<updated>2012-08-31T20:22:58+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-08-30T23:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=cbe41cb31be10edc234e96cf4291245c21272a57'/>
<id>urn:sha1:cbe41cb31be10edc234e96cf4291245c21272a57</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Allow queue pairs to have a custom allocator for receive iobufs</title>
<updated>2012-08-31T20:22:57+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-08-29T21:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=f747fac3e1dad31378579326d8e9dce0df85c214'/>
<id>urn:sha1:f747fac3e1dad31378579326d8e9dce0df85c214</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[legal] Update FSF mailing address in GPL licence texts</title>
<updated>2012-07-20T18:55:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-07-20T18:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd'/>
<id>urn:sha1:c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd</id>
<content type='text'>
Suggested-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Fix TID magic signature</title>
<updated>2010-09-12T21:28:53+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-09-11T13:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=e6519af60d7279571f99e522db63d8365b49757d'/>
<id>urn:sha1:e6519af60d7279571f99e522db63d8365b49757d</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
</feed>
