]> git.proxmox.com Git - mirror_iproute2.git/commit
Add support for configuring Infiniband GUIDs
authorEli Cohen <eli@mellanox.com>
Thu, 7 Jul 2016 21:09:03 +0000 (16:09 -0500)
committerStephen Hemminger <shemming@brocade.com>
Fri, 15 Jul 2016 18:25:36 +0000 (11:25 -0700)
commitd91fb3f4c7e4dba806541bdc90b1fb60a3581541
treebca9bcb27ba5de61b2ede4d9e1f9df5b4a4b2d70
parent0130f0120b84870ca1d31f9e215793594c98a38b
Add support for configuring Infiniband GUIDs

Add two NLA's that allow configuration of Infiniband node or port GUIDs
by referencing the IPoIB net device set over the physical function. The
format to be used is as follows:

ip link set dev ib0 vf 0 node_guid 00:02:c9:03:00:21:6e:70
ip link set dev ib0 vf 0 port_guid 00:02:c9:03:00:21:6e:78

Signed-off-by: Eli Cohen <eli@mellanox.com>
include/utils.h
ip/iplink.c
lib/utils.c
man/man8/ip-link.8.in