aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2005-08-31 23:01:55 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:35:57 -0800
commit2103f738047ffaa0d3e11c11332e4beeeedb6f2f (patch)
treea0849c1d43ccd0a08e90afcc95d109e9c69c934c
parent551f5abd5d3ed91a79e07c4695b2f286d0c21eb9 (diff)
downloadlibibverbs-2103f738047ffaa0d3e11c11332e4beeeedb6f2f.tar.gz
Add missing half of change log entry
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b6283f..10cd30c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,12 @@
examples/asyncwatch.h: Update to handle new kernel ABI for
avoiding stale asynchronous events. When a CQ, QP or SRQ is
destroyed, the kernel reports the number of events it has given to
- userspace, and we wait until we've handled the same number of events.
+ userspace, and we wait until we've handled the same number of
+ events.
+
+ This does introduce a library API change: consumers are now
+ required to call ibv_put_async_event() to release every
+ asynchronous event that they retrieve via ibv_get_async_event().
2005-08-30 Roland Dreier <roland@cisco.com>