aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2005-10-26 04:16:00 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:35:58 -0800
commit06c575d2f6e80f151a1b4ce2ca3144ebb40a42e9 (patch)
tree5ded71434abee22eb0950d8152f0c926b6035ee6
parentacd8f452908c553f22e47133dbda28df03094596 (diff)
downloadlibibverbs-06c575d2f6e80f151a1b4ce2ca3144ebb40a42e9.tar.gz
Roll libibverbs 1.0-rc4 releaselibibverbs-1.0-rc4
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--ChangeLog2
-rw-r--r--README3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 521fbfc..057d558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-10-25 Roland Dreier <roland@cisco.com>
+ * Release version 1.0-rc4.
+
* examples/uc_pingpong.c (pp_connect_ctx): Fix QP attribute masks
used to modify QP to RTR and RTS -- we should not be setting
RDMA/atomic attributes for UC QPs. Now that the mthca kernel
diff --git a/README b/README
index f104ae2..6c114fc 100644
--- a/README
+++ b/README
@@ -98,4 +98,5 @@ necessary permissions to release your work.
TODO
====
- * Memory windows (MWs) are not implemented.
+ * Completion queue (CQ) resizing is not implemented.
+ * Memory windows (MWs) are not implemented at all.