<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/net/infiniband, branch master</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/infiniband?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/infiniband?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2017-03-28T16:12:48+00:00</updated>
<entry>
<title>[block] Describe all SAN devices via ACPI tables</title>
<updated>2017-03-28T16:12:48+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2017-03-27T15:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=7cfdd769aac76d605aa31146c69ba518b194bea7'/>
<id>urn:sha1:7cfdd769aac76d605aa31146c69ba518b194bea7</id>
<content type='text'>
Describe all SAN devices via ACPI tables such as the iBFT.  For tables
that can describe only a single device (i.e. the aBFT and sBFT), one
table is installed per device.  For multi-device tables (i.e. the
iBFT), all devices are described in a single table.

An underlying SAN device connection may be closed at the time that we
need to construct an ACPI table.  We therefore introduce the concept
of an "ACPI descriptor" which enables the SAN boot code to maintain an
opaque pointer to the underlying object, and an "ACPI model" which can
build tables from a list of such descriptors.  This separates the
lifecycles of ACPI descriptions from the lifecycles of the block
device interfaces, and allows for construction of the ACPI tables even
if the block device interface has been closed.

For a multipath SAN device, iPXE will wait until sufficient
information is available to describe all devices but will not wait for
all paths to connect successfully.  For example: with a multipath
iSCSI boot iPXE will wait until at least one path has become available
and name resolution has completed on all other paths.  We do this
since the iBFT has to include IP addresses rather than DNS names.  We
will commence booting without waiting for the inactive paths to either
become available or close; this avoids unnecessary boot delays.

Note that the Linux kernel will refuse to accept an iBFT with more
than two NIC or target structures.  We therefore describe only the
NICs that are actually required in order to reach the described
targets.  Any iBFT with at most two targets is therefore guaranteed to
describe at most two NICs.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<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>[netdevice] Limit MTU by hardware maximum frame length</title>
<updated>2017-01-25T14:55:09+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2017-01-25T14:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=70fc25ad6e71a99b5802eb92b95c26407acbe990'/>
<id>urn:sha1:70fc25ad6e71a99b5802eb92b95c26407acbe990</id>
<content type='text'>
Separate out the concept of "hardware maximum supported frame length"
and "configured link MTU", and limit the latter according to the
former.

In networks where the DHCP-supplied link MTU is inconsistent with the
hardware or driver capabilities (e.g. a network using jumbo frames),
this will result in iPXE advertising a TCP MSS consistent with a size
that can actually be received.

Note that the term "MTU" is typically used to refer to the maximum
length excluding the link-layer headers; we adopt this usage.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[xsigo] Add support for Xsigo virtual Ethernet (XVE) EoIB devices</title>
<updated>2016-03-09T08:46:24+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2016-03-09T00:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=e44f6dcb8994a3c5c29b16aacd97ac095f4588c6'/>
<id>urn:sha1:e44f6dcb8994a3c5c29b16aacd97ac095f4588c6</id>
<content type='text'>
Add support for EoIB devices as implemented by Xsigo.  Based on the
public (but out-of-tree) Linux kernel drivers at

  https://oss.oracle.com/git/?p=linux-uek.git;a=log;h=v4.1.12-32.2.1

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Retrieve GID flag from cached path entries</title>
<updated>2016-03-08T17:40:52+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2016-03-08T17:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=076d77264842d4cdefebf8cc3b19b3292608d43d'/>
<id>urn:sha1:076d77264842d4cdefebf8cc3b19b3292608d43d</id>
<content type='text'>
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] Assign names to CMRC connections</title>
<updated>2016-03-08T15:51:19+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2016-03-08T15:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=174bf6b5698299678f2d928cae126353558a766d'/>
<id>urn:sha1:174bf6b5698299678f2d928cae126353558a766d</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Allow for the creation of multicast groups</title>
<updated>2016-03-08T12:23:30+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2016-03-08T10:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=5a7fd2cc90ef2d44527b24599d76225607be6f96'/>
<id>urn:sha1:5a7fd2cc90ef2d44527b24599d76225607be6f96</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[infiniband] Parse MLID, rate, and SL from multicast membership record</title>
<updated>2016-03-08T12:23:30+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2016-03-08T09:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=14ad9cbd6713daa10e473f6dfffad4d5373beadf'/>
<id>urn:sha1:14ad9cbd6713daa10e473f6dfffad4d5373beadf</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
</feed>
