]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
refresh
authorSean Hefty <sean.hefty@intel.com>
Fri, 18 Apr 2014 21:05:28 +0000 (14:05 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 18 Apr 2014 21:05:28 +0000 (14:05 -0700)
meta
patches/refresh-temp [deleted file]
patches/rs-ctrl

diff --git a/meta b/meta
index 8ebadac11ef8485cbad8b70662ae4edf307aa8ec..a4398e92d40a1fa53c1dae1a968e0584521ccee3 100644 (file)
--- a/meta
+++ b/meta
@@ -1,12 +1,11 @@
 Version: 1
-Previous: 6a40dd4e0b09b425af9d2eee701886209b3587dd
-Head: 80d9d3b99871085abfdd01f548e2bd6032a33f4a
+Previous: 70a1248a2344b910a099c5aa5c6455020a45ae3c
+Head: 27ae43eb0b1df0057167db0c9c10235c03a7de3e
 Applied:
   lazy-init: f306625fe8cafef70e3d60fddd7e685bc0696047
   rs-inline: 4243da0ad9206c662b3a3c8ba7a9f4b2b7269d3f
   fixed-ctrl: fa7872e54b5ef5a986cdfcc4d2a895c3a0c733c8
-  rs-ctrl: 5039c0e317d5507a0df5afc07e3783a650cab8e6
-  refresh-temp: 80d9d3b99871085abfdd01f548e2bd6032a33f4a
+  rs-ctrl: 27ae43eb0b1df0057167db0c9c10235c03a7de3e
 Unapplied:
   inline0: 9c287c0500aa2a635077b646711224e2ab815e77
   old-af-ib: aaa0d9ca917c8c361a978e5a116963c2cceac5ba
diff --git a/patches/refresh-temp b/patches/refresh-temp
deleted file mode 100644 (file)
index 83bcaf0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Bottom: cfb4e06d73107deeb818771d285c201b7e0eb692
-Top:    cfb4e06d73107deeb818771d285c201b7e0eb692
-Author: Sean Hefty <sean.hefty@intel.com>
-Date:   2014-04-18 14:04:49 -0700
-
-Refresh of rs-ctrl
-
----
-
-
index 3709af0736331dbdefae0750c5a3868be595bee7..99b7e8f015435177d2325427195601327aaee723 100644 (file)
@@ -27,7 +27,9 @@ message being sent.  ctrl_max_seqno will track the
 highest control message that may be sent.
 
 A side effect of this change is that we will be able to
-see how many control messages have been sent.
+see how many control messages have been sent.  This also
+separates the updating of the control count on the
+sending  side, versus the receiving side.
 
 Signed-off-by: Sean Hefty <sean.hefty@intel.com>