mbox series

[0/5] IB netboot 3/3: IB interface bring up

Message ID cover.1587059223.git.weeksd2@rpi.edu
Headers show
Series IB netboot 3/3: IB interface bring up | expand

Message

Daniel M. Weeks April 16, 2020, 6:01 p.m. UTC
This is the third of three series of patches to petitboot 1.7.x to
support network booting over Infiniband. This series enables gathering
IB hardware addresses, bringing up non-MAC interfaces, and appending an
industry-standard client identifier when sending a DHCP request on an IB
interface.

Daniel M. Weeks (5):
  New function to find hardware address of interface
  New function to append raw hardware addr to string
  Add DHCP client identifier for IB
  Do not require ID_NET_NAME_MAC from udev
  Always bring up network interfaces

 discover/network.c | 79 ++++++++++++++++++++++++++++++++++++++++------
 discover/network.h |  2 ++
 discover/udev.c    | 30 ++++++++++++++++--
 3 files changed, 99 insertions(+), 12 deletions(-)