]> git.openfabrics.org - ~ardavis/dapl.git/commit
dapl/windows cma provider: add support for network devices based on index
authorSean Hefty <sean.hefty@intel.com>
Thu, 4 Jun 2009 15:19:12 +0000 (08:19 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Thu, 4 Jun 2009 15:19:12 +0000 (08:19 -0700)
commite8991b8f0877b0e2e857717e1140c679e9266abe
tree0e2a27d31a9524c02cdc6a03fe8e1069ad024545
parent79fa3e7d241f740bc886dd075f24fcbc611306de
dapl/windows cma provider: add support for network devices based on index

The linux cma provider provides support for named network devices, such
as 'ib0' or 'eth0'.  This allows the same dapl configuration file to
be used easily across a cluster.

To allow similar support on Windows, allow users to specify the device
name 'rdma_devN' in the dapl.conf file.  The given index, N, is map to a
corresponding IP address that is associated with an RDMA device.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
dapl/openib_cma/SOURCES
dapl/openib_cma/dapl_ib_util.c