]> git.openfabrics.org - ~shefty/ibacm.git/commit
ibacm: Fix handling of aliased IPoIB devices
authorIra Weiny <ira.weiny@intel.com>
Tue, 25 Mar 2014 23:21:46 +0000 (19:21 -0400)
committerSean Hefty <sean.hefty@intel.com>
Tue, 8 Apr 2014 21:15:53 +0000 (14:15 -0700)
commit7c70cd0c9fc8e9ea02f08472de760b216f860a85
tree13d2320ec867fedae9a32685cee165fb2bb4f133
parent9c53d9052582dfcc92638a143772e172728eb979
ibacm: Fix handling of aliased IPoIB devices

ibX:Y devices don't have sysfs files directly.  They use the "base" interface
of ibX.  The ioctl calls however include the full aliased name.

Netlink does not have this problem as the interface name is reported as it
appears in sysfs.

Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/acm_util.c