]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Tue, 5 Apr 2011 00:29:06 +0000 (17:29 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 5 Apr 2011 00:29:06 +0000 (17:29 -0700)
meta
patches/name2ip [new file with mode: 0644]

diff --git a/meta b/meta
index 548ac5508372800b7cedd5a479e6160fb98e5bee..ce11227a863e8be517139acedf00c25126fef4f6 100644 (file)
--- a/meta
+++ b/meta
@@ -1,7 +1,8 @@
 Version: 1
-Previous: cdba159e4a262d3fdf95b45ce7d473b2274e7bb1
-Head: 5fbe7e58a578d4a4e353e3477aa9051013c3eb4c
+Previous: dc692024a0c53168f6e38b26a80fbe47c2a5ecf5
+Head: 7e44884de6c32dd3bfdde2ad178a1a06c253509f
 Applied:
+  name2ip: 7e44884de6c32dd3bfdde2ad178a1a06c253509f
 Unapplied:
   addr_size: 8de02c47fbf595132105a7050ad6f755f49f9a7a
 Hidden:
diff --git a/patches/name2ip b/patches/name2ip
new file mode 100644 (file)
index 0000000..85ff8d0
--- /dev/null
@@ -0,0 +1,32 @@
+Bottom: e8b5bb1cf92f403d8767fc1d61cb8c538da64fe3
+Top:    e8b5bb1cf92f403d8767fc1d61cb8c538da64fe3
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2011-04-04 17:29:06 -0700
+
+Translate names to IP addresses
+
+In addition to translating host names directly into IB addresses,
+provide the ability to translate the names into corresponding
+IP addresses.  While this allows ib_acm to act as a simple name
+service, it also allows the user to load the ib_acm database using
+host names, while storing the resulting data based on IP addresses.
+This can be useful for large clusters, where a large number of
+systems can easily be specified using syntax similar to
+node[1-1000], whereas an application may relay on a class B IP
+address.
+
+The ib_acme service is updated to allow the user to indicate that
+IP name service translation is requested.  In such cases, the user
+inputs a name or address, and a corresponding address is returned.
+
+ib_acm uses the source address type of a request to determine if
+translation should occur.  If the source type differs from the
+destination type, ib_acm will convert the destination address
+into one matching the source type and return it with the result.
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+