]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[infiniband] Allow SRP device to be described using an EFI device path
authorMichael Brown <mcb30@ipxe.org>
Fri, 23 Oct 2020 14:26:30 +0000 (15:26 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 23 Oct 2020 14:34:35 +0000 (15:34 +0100)
commita2e44077cdb0713d90766e61165ca71fce902003
tree36581ed047d0c43fdf6f3fe2e48297fa6d79ff1c
parentbf051a76eef07bb4bd04ad4ff2b8b5e23ef26740
[infiniband] Allow SRP device to be described using an EFI device path

The UEFI specification provides a partial definition of an Infiniband
device path structure.  Use this structure to construct what may be a
plausible path containing at least some of the information required to
identify an SRP target device.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/efi/efi_path.h
src/include/ipxe/ib_srp.h
src/interface/efi/efi_path.c
src/net/infiniband/ib_srp.c