]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Thu, 5 Apr 2012 23:21:15 +0000 (16:21 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 5 Apr 2012 23:21:15 +0000 (16:21 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index a2b2e81c59f62e6084448b8a7dbdc8ec6daafada..cb87194cc319e7b542aa2a5e6e385bb65e584c4e 100644 (file)
--- a/meta
+++ b/meta
@@ -1,10 +1,11 @@
 Version: 1
-Previous: 4a914760ae3184273e819e3612f19b0933e15c08
-Head: 7105cae4c144de4c9f6675df2f25df2017643e8f
+Previous: 58b93696438cddef64258b25f228465663b6b7ee
+Head: c3bc68245994f653a5b8aca665a3e65ad1c6a3df
 Applied:
   mc-refcnt: c7d28b35d64333c262de3ec972c426423dadccf9
   af_ib: c366c39d4afc939932efc2f5158ae332161369bf
   typo: 7105cae4c144de4c9f6675df2f25df2017643e8f
+  refresh-temp: c3bc68245994f653a5b8aca665a3e65ad1c6a3df
 Unapplied:
   daemonize: eb42a0ac783273545fc8a0c93afd7d948aa76d72
   rel-1.0.6: 01c9f3298c9da13ed42a1506e1546abb5c4fcec0
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..bbf6d5b
--- /dev/null
@@ -0,0 +1,22 @@
+Bottom: 401468071c1fab953d36f230eeeb71f1a45376c5
+Top:    c5ac2adf6c4b04e769a48314b577a32c646f44d6
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-04-05 16:21:15 -0700
+
+Refresh of typo
+
+---
+
+diff --git a/src/acme.c b/src/acme.c
+index 3d7461b..768f17e 100644
+--- a/src/acme.c
++++ b/src/acme.c
+@@ -419,7 +419,7 @@ static void show_path(struct ibv_path_record *path)
+       printf("  flow label: 0x%x\n", fl_hop >> 8);
+       printf("  hop limit: %d\n", (uint8_t) fl_hop);
+       printf("  tclass: %d\n", path->tclass);
+-      printf("  reverisible: %d\n", path->reversible_numpath >> 7);
++      printf("  reversible: %d\n", path->reversible_numpath >> 7);
+       printf("  pkey: 0x%x\n", ntohs(path->pkey));
+       printf("  sl: %d\n", ntohs(path->qosclass_sl) & 0xF);
+       printf("  mtu: %d\n", path->mtu & 0x1F);