<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/net/infiniband/ib_smc.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_smc.c?h=openslx</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/infiniband/ib_smc.c?h=openslx'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2016-03-08T12:08:58+00:00</updated>
<entry>
<title>[infiniband] Assign names to Infiniband devices for debug messages</title>
<updated>2016-03-08T12:08:58+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2016-03-04T09:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=d7794dcac717ec90f5c2c55a90a82cdbedcc8fe6'/>
<id>urn:sha1:d7794dcac717ec90f5c2c55a90a82cdbedcc8fe6</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>[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] Add node GUID as distinct from the first port GUID</title>
<updated>2010-09-16T02:30:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-09-15T22:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=42cf4a720cb85f71d43739b304cc1f25353f68c4'/>
<id>urn:sha1:42cf4a720cb85f71d43739b304cc1f25353f68c4</id>
<content type='text'>
iPXE currently uses the first port's port GUID as the node GUID,
rather than using the (possibly distinct) real node GUID.  This can
confuse opensm during the handover to a loaded OS: it thinks the port
already belongs to a different node and so discards our port
information with a warning message about duplicate ports.  Everything
is picked up correctly on the second subnet sweep, after opensm has
established that the "old" node no longer exists, but this can delay
link-up unnecessarily by several seconds.

Fix by using the real node GUID.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Always call ib_link_state_changed() in ib_smc_update()</title>
<updated>2010-09-16T02:30:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-09-16T02:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=09555826e9737cbe94be99331934d2e6a1e6c8be'/>
<id>urn:sha1:09555826e9737cbe94be99331934d2e6a1e6c8be</id>
<content type='text'>
ib_smc_update() potentially updates the Infiniband port state, and so
should almost always be followed by a call to ib_link_state_changed().
The one exception is the call made to ib_smc_update() before the
device is registered.

Fix by removing explicit calls to ib_link_state_changed() from drivers
using ib_smc_update(), including a call to ib_link_state_changed()
within ib_smc_update(), and creating a separate ib_smc_init() for use
prior to device registration.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Match GID/GUID terminology as used in the IBA</title>
<updated>2010-09-15T18:25:05+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-09-15T18:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=52e54a8c69351ee1455f8fbf2a9cd5d27d42f7ab'/>
<id>urn:sha1:52e54a8c69351ee1455f8fbf2a9cd5d27d42f7ab</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[build] Rename gPXE to iPXE</title>
<updated>2010-04-19T22:43:39+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-04-19T19:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8406115834d38bb743e01f35bfd36e835532415e'/>
<id>urn:sha1:8406115834d38bb743e01f35bfd36e835532415e</id>
<content type='text'>
Access to the gpxe.org and etherboot.org domains and associated
resources has been revoked by the registrant of the domain.  Work
around this problem by renaming project from gPXE to iPXE, and
updating URLs to match.

Also update README, LOG and COPYRIGHTS to remove obsolete information.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Expose supported and enabled link speeds and widths</title>
<updated>2009-07-17T22:06:35+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-07-11T00:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=0095e18d4cbae587d846b51aa6426de1a15f42fa'/>
<id>urn:sha1:0095e18d4cbae587d846b51aa6426de1a15f42fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[infiniband] Move non-driver-specific code to net/infiniband</title>
<updated>2009-07-17T22:04:07+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2009-07-02T07:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=886895626868cabad7b031b1e382a0b169a4f01c'/>
<id>urn:sha1:886895626868cabad7b031b1e382a0b169a4f01c</id>
<content type='text'>
</content>
</entry>
</feed>
