]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Wed, 29 Jun 2011 19:13:06 +0000 (12:13 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 29 Jun 2011 19:13:06 +0000 (12:13 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index d2e669985830ff12b3db1b7f3ec40ddf0b95d6a5..bf83bca7d791467757278d34973e5b5cd0c78720 100644 (file)
--- a/meta
+++ b/meta
@@ -1,10 +1,11 @@
 Version: 1
-Previous: a4524f898624b67f096ee964a2d351ec32dc70da
-Head: 27a168f873eff2e048262fd0a593d9baa7a3173e
+Previous: c686d7e8040fc2f9bcf99b12749ac0ac53d04561
+Head: d4ec20d9af3c7ac156f62abc569797398a02b6e5
 Applied:
   deam: 3eb8f395f9a52f04c5b408812e743566e6d673fe
   braces: b6e7734ccc3d5e6103ae137025ec71b6bea39a63
   counters: 27a168f873eff2e048262fd0a593d9baa7a3173e
+  refresh-temp: d4ec20d9af3c7ac156f62abc569797398a02b6e5
 Unapplied:
   acm1.0.5: 1b225173756cfcec4d81d26b1160ebae7644261b
   name2ip: 8e00708e882239292492e13aa51c82042255933c
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..0f5947e
--- /dev/null
@@ -0,0 +1,41 @@
+Bottom: 555cb49d8a01e14492c60314840c56971163d433
+Top:    ed43fb0fa39a4f3f51411e8cb67ee3b7271e74c3
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2011-06-29 12:13:06 -0700
+
+Refresh of counters
+
+---
+
+diff --git a/include/infiniband/acm.h b/include/infiniband/acm.h
+index 3cc778c..23d8198 100644
+--- a/include/infiniband/acm.h
++++ b/include/infiniband/acm.h
+@@ -102,10 +102,10 @@ enum {
+       ACM_CNTR_ERROR,
+       ACM_CNTR_RESOLVE,
+       ACM_CNTR_NODATA,
+-      ACM_CNTR_ADDR_CACHE,
+       ACM_CNTR_ADDR_QUERY,
+-      ACM_CNTR_ROUTE_CACHE,
++      ACM_CNTR_ADDR_CACHE,
+       ACM_CNTR_ROUTE_QUERY,
++      ACM_CNTR_ROUTE_CACHE,
+       ACM_MAX_COUNTER
+ };
+diff --git a/src/acme.c b/src/acme.c
+index cf296c6..d6eadb7 100644
+--- a/src/acme.c
++++ b/src/acme.c
+@@ -647,8 +647,8 @@ static int query_perf(char *program, char *dest_arg)
+               return -1;
+       }
+-      printf("Destination,Error Count,Resolve Count,No Data,Addr Cache Count,"
+-             "Addr Query Count,Route Cache Count,Route Query Count\n");
++      printf("Destination,Error Count,Resolve Count,No Data,Addr Query Count,"
++             "Addr Cache Count,Route Query Count,Route Cache Count\n");
+       for (d = 0; dest_list[d]; d++) {
+               printf("%s,", dest_list[d]);